The creator of style-resources-loader added support for .CSS files (for PostCSS variables/mixins/custom media/etc. importing):
https://github.com/yenshih/style-resources-loader/issues/7
Please update the version in Nuxt so that we can reference PostCSS .css files in the styleResources block of build configuration as outlined here:
https://nuxtjs.org/api/configuration-build/
package.json
"style-resources-loader": "^1.2.1",
@nathanchase Would be happy to see a PR :wink:
@manniL Done!
https://github.com/nuxt/nuxt.js/pull/3738
My first pull request, actually. Hope I did it right!
You rock @nathanchase !
This feature-request has been implemented by @nathanchase.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
@manniL Done!
https://github.com/nuxt/nuxt.js/pull/3738
My first pull request, actually. Hope I did it right!