typestyle / csx

Utility functions for TypeStyle
https://typestyle.github.io
MIT License
102 stars 14 forks source link

Create unit helpers px(), em(), rem(), percent(), viewHeight(), viewWidth() #20

Closed notoriousb1t closed 7 years ago

notoriousb1t commented 7 years ago

Acceptance criteria:

px(val: number): CSSLength em(val: number): CSSLength rem(val: number): CSSLength viewHeight(val: number): CSSLength viewWidth(val: number): CSSLength percent(val: number): CSSPercentage

notoriousb1t commented 7 years ago

Added in https://github.com/typestyle/csx/commit/a0ac5b433a28bbd6f9362baf779ce9e82ed5c04f

basarat commented 7 years ago

Sweet 🍬 :rose: