-
Notifications
You must be signed in to change notification settings - Fork 10
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
Import PostCSS .css files #7
Comments
Nice suggestion! |
Fantastic! I appreciate it, and look forward to it! |
I've bumped it to v1.2.0, hope it helps! @nathanchase |
I couldn't get it to work with custom media queries. Is that beyond the scope of this loader? i.e. custommedia.css
and
Does it only support variables and mixins specifically? |
Absolutely not. It just simply insert those resources into your source file. |
Ok, I'll take another look and see if I can get it working. |
I have mixins, custom-media, and other PostCSS-only features that I'd like to store in a .css file and import them into my components using
style-resources-loader
, but it appears this only works with LESS, SCSS, SASS, and Stylus.Would it be possible to point it directly to a .css file that contained some PostCSS extended features?
Something like:
?
The text was updated successfully, but these errors were encountered: