=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== node-stylus-0.54.7/History.md-1303- * Added `stylus(1)` direct css to stylus file conversion [Mario] node-stylus-0.54.7/History.md:1304: For example instead of `$ stylus --css < foo.css > foo.styl` node-stylus-0.54.7/History.md:1305: you may now either `$ stylus --css foo.css` or provide node-stylus-0.54.7/History.md:1306: a destination path `$ stylus --css foo.css /tmp/out.styl`. node-stylus-0.54.7/History.md-1307- ############################################## node-stylus-0.54.7/docs/extend.md-160- node-stylus-0.54.7/docs/extend.md:161:Those selectors should start with a `$` symbol (for example, `$foo`), and are not yielded in the resulting CSS. But you can still extend them: node-stylus-0.54.7/docs/extend.md-162-