stylus / nib

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

Allow position top initial #318

Open eddiemonge opened 8 years ago

eddiemonge commented 8 years ago

Default for positioning properties is not 0 but initial.

Specifying relative top initial produces:

position: relative;
top: 0;
initial: 0;

instead of

position: relative;
top: initial;
orta-sanz commented 8 years ago

+1 happens to me too.