Evgeni Dmitriev
Evgeni Dmitriev
In source code of `tasks/util/util.js` I can find: ``` /** * @font-face’s src parts seperators. * @type {Object} */ exports.fontSrcSeparators = { _default: ',\n\t\t', styl: ', ' }; ``` So,...
Implemented caching feature (that exists in main module) to `plessc` command-line tool. Added `-q` key to `plessc` in order to enable this new feature. The code if based on this...
On softwraps, I'd like to have an option to replace default indent mode: ``` Lorem ipsum dolor sit amet, consectetur adipisicing | elit, sed do eiusmod tempor incididunt ut labore...
**TL;DR**: yes, what I want is something similar to [LESS reference import](http://lesscss.org/features/#import-options) to be implemented in Stylus **A long and boring story:** Let's say we have the following file structure:...