stylus / nib

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

Position shorthands (absolute/relative/fixed) returning weird null value in CSS output #237

Closed arielserafini closed 10 years ago

arielserafini commented 10 years ago

Code here: screen shot 2014-01-06 at 14 05 33

screen shot 2014-01-06 at 14 06 36

(also in https://gist.github.com/arielserafini/8284880)

grunt-contrib-stylus@0.11.0 nib@1.0.1

Any ideas?

I noticed that grunt-contrib-stylus uses stylus@0.41.3 while nib is requiring stylus@0.35.1. Not sure if that means anything, though.

vendethiel commented 10 years ago

fixed by a024d628c798b5f9c1355847896dedae987e48aa

@slang800 1.0.1 also needs git tagging

notslang commented 10 years ago

tagged and set as latest release. thanks @Nami-Doc!

arielserafini commented 10 years ago

Thanks! I just patched the file manually and that changes the output but does not solve the issue:

a {
  position:fixed;0:0;
  position:absolute;200:500px;
  position:fixed;top:0;left:0;
}

Edit: I'm not that well versed in Github Issues, should I repost this as a separate issue, @slang800 ?

notslang commented 10 years ago

Just released nib@1.0.2 - upgrading to that should fix it. If that doesn't work, then open a new issue (or just comment here).