-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use without insert-css? #14
Comments
Use the normal stylus module for this, I don't understand why you would want to do this within browserify |
I just wanted to take advantage of Watchify for Stylus, instead of using Gulp’s default |
Would be actually cool to have "auto-inject" option, similar to https://www.npmjs.com/package/sassify |
Yes such a feature would be really nice! |
Is there a way to use this with Browserify to take a Stylus file as an entry point, and generate a CSS file as its output? For example, in a Browserify config:
For what it’s worth, I’m also using
nib
,import_tree
andautoprefixer
.The text was updated successfully, but these errors were encountered: