stylus / nib

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

Positions single property support (like "relative: top -100px") #191

Closed lastw closed 10 years ago

lastw commented 11 years ago

Inspected generated .css file and surprised of ((null)) property:

.cards{position:relative;top:-100px;((null)):0;height:240px;}

I thought single parameters are supported. Fixed, updated tests.

notslang commented 11 years ago

+1

lastw commented 11 years ago

ping

webdif commented 10 years ago

This request should be closed, as https://github.com/visionmedia/nib/pull/221 resolved it in a magnificent way.