Create css files from stylus files
davydof opened this issue · 0 comments
davydof commented
Hello!
In example, we have two folders: popup, modal, in these folders we have few files, we have the same hierarchy:
Popup
popup.styl
Modal
modal.styl
Does this module can create css files from stylus files in styl files directory and with names of styl files names?
I need to get this state:
Popup
popup.css
popup.styl
Modal
modal.css
modal.styl
Thank you :)