-
Notifications
You must be signed in to change notification settings - Fork 51
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
SCSS support? #135
Comments
Got it running on my editor, yes, but let's say I want doiuse to be part of our travis workflow. What command do I use to enable SCSS support in |
it's reporting I installed said postcss-scss parser, but doiuse won't utilize it. Is there some config option? |
I'd be very interested in this as well! |
It's not exactly a core feature I think we should support, since we'd be overcomplicating the scope of the project by drawing in more dependencies. Generally, you'd use That said, we should probably have a guide somewhere at minimum. Next, we should be probably add some tests to ensure you can pipe SCSS over. |
I'd like to lint .scss files.
Produces:
I never work with outputted CSS files. It would be amazing to be able to use vscode plugin and see the browser support directly on editor linter OR even implement this to a gulp task.
The text was updated successfully, but these errors were encountered: