peitho

0.0.4 • Public • Published

Peitho

npm version Build Status
ezpz js inline styles 👌

border

border.bottom(2).color(red)

border-bottom-width: .25rem;
border-color: red;

border.bottom(2).colorBottom('red')

border-bottom-width: .25rem;
border-bottom-style: solid;
border-bottom-color: red;

border(2).vertical(null, null, red)

border-width: .25rem;
border-bottom-color: red;
border-top-color: red;

borderRadius

borderRadius(1)

border-radius: .125rem;

borderRadius(1).topLeft(0)

border-radius: .125rem;
border-radius-top-left: 0;

font

font(1).italic.family('arial')

font-size: 1rem;
font-style: italic;
font-family: 'arial';

Readme

Keywords

none

Package Sidebar

Install

npm i peitho

Weekly Downloads

0

Version

0.0.4

License

ISC

Last publish

Collaborators

  • lazopm