Top "Stylus" questions

Expressive, robust, feature-rich CSS language built for Node.

Stylus and Express - stylesheets are not re-compiled when modified

I am running latest version of Node on Mac OS X. I've installed Express together with Stylus. Also the latest …

node.js express stylus
Variables in Stylus CSS Media Queries

I've tried everything but I can't get the Stylus CSS preprocessor to use variables in media queries. For instance this …

css stylus
How to import Google Fonts on a Stylus file?

I'd like to know how can I import Google Fonts from a stylus (.styl) file. I tried: @import url(http://…

stylus google-font-api
express.js + stylus: Automatic stylus compiling doesn't work

I am running express.js 3.4.0 with stylus 0.37.0 I am trying to get express and stylus work together so when I …

node.js express stylus
expected "indent", got "outdent"

ParseError: /Users/JMiller/Projects/multisport-momentum/public/stylesheets/style.styl:15 11| color #031634 12| } 13| a { 14| color font.color > 15| text-decoration none 16| } 17| 18| .header expected "indent", …

css stylus
Load variables into LESS CSS preprocessor from JSON file

Is it possible to load variables into LESS CSS preprocessor from a JSON file like you can do with Stylus? …

javascript css json less stylus
How to do multiple class selectors in Stylus CSS pre-processor

How do you do/can you do this in Stylus .classA.classB { color: red; } Note, I do mean .classA.classB …

css stylus
Optional child selector, with CSS/Stylus/LESS: .aa > .bb? > .cc

Consider this HTML with CSS classes aa, bb and cc: <div class='aa'> <div class='bb'> &…

css css-selectors less stylus