stylus / nib

Stylus mixins, utilities, components, and gradient image generation
http://stylus.github.io/nib
MIT License
1.9k stars 250 forks source link

Size utility #173

Closed art1c0 closed 11 years ago

art1c0 commented 11 years ago

Synopsis:

size: <width> <height> | <width & height>

Examples:

size: 100% 30px
  yields:
    width: 100%
    height: 30px

size: 5px
  yields:
    width: 5px
    height: 5px