Open sahina opened 9 years ago
You can use an absolute path:
// /client/stylesheets/main.styl
@import "/public/vendor.css"
It does not work, I see @import "/public/vendor.css" in the compiled css.
Could you provide a minimum clonable reproduction?
I created this simple project: https://github.com/sahina/stylus-issue
The CSS generated:
How can I set "include css" option of stylus to include contents of css into .style files?
With this package, if I do this:
The import statement gets compiled to below. I want contents of vendor.css to be in the compiled css file.