0.0.4 • Published 7 years ago

peitho v0.0.4

Weekly downloads
5
License
ISC
Repository
github
Last release
7 years ago

Peitho

npm version Build Status
ezpz js inline styles :ok_hand:

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';
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago