-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Column Cycle in Stylus and gutter % values #530
Comments
|
Thank you Cory. Indeed this does work when compiled directly without the watcher. Webstorm is giving 'invalid argument' and stop stylus from executing unless specifically requested to compile with errors. Anything I can do for the gutter to be compiled in different units (px)? Many Thanks |
What error is WebStorm throwing exactly? Jeet can't work with fixed units, but my other projects, Lost and postcss-ant, can. |
Hmm. It works with I suspect this is an import problem unless I'm forgetting my Stylus syntax. :X |
No, the same happens to any $ variables inside a parenthesis in stylus/webstorm. |
It works: https://codepen.io/corysimmons/pen/dvLPeY Not sure what the problem is. |
stylus@0.54.5 and jeet@7.1.0
Using Within webstorm with:
-u nib -u jeet -u rupture styles.styl
This doesn't cycle:
column(1/4,cycle:4)
while this does:
column(1/4,0,4)
Using gutter:
column(1/4,0,4,2)
gives a 2% value.Is there any way of changing the percentage to px when compiled?
The text was updated successfully, but these errors were encountered: