meteor-css-modules
meteor-css-modules copied to clipboard
The [breaking changes in 5.0.0](https://github.com/sass/node-sass/releases/tag/v5.0.0) are minimal and do not affect the code in meteor-css-modules
Hi! Could any of the devs take a look at the issue https://github.com/meteor/meteor/issues/11017? A dependency in this package could possibly be changing `module.path` priority leading to build failures. The referred...
Sadly Meteor forces packages to use exact pinned dependencies from npm, and for example, `postcss` used by `meteor-css-modules` is already two major versions behind. Any plans on updating the dependencies...
We are using Serverside rendering so we would like to send the generated css classes from the server to the client. Is there any way to solve this with your...
First and foremost, I'd like to thank you for an amazing package. We've been using it in production for some years already and it's just pure awesome. Now, I've come...
I made a minimal repo to show the issue https://github.com/mcissel/meteor-css-modules-ssr-bug I've set the flag: ```}, "cssModules": { "specificArchitecture": false } ``` But it's not doing it.
i want node_modules/antd-mobile/dist/antd-mobile.less to be proccessed into postcss-pxtorem plugin but not want to be proccessed into css-modules, this is rep https://github.com/fangjj/test-css-module if i config passthroughPaths: [ "client/antd.less" ] then node_modules/antd-mobile/dist/antd-mobile.less...
I've been using this package for awhile now, along with meteor 1.4, 1.5 and now I'm trying to get it working with 1.6. Also, I use react-toolbox. Currently, I just...
#### TL;DR Are dynamic imports supported in CSS Modules? I was playing around with the new Meteor version 1.6.1, trying to dynamically import stuff from an Atmosphere package. So, I...
When I add the following package.json configuration on the readme.md for adding PostCSS plugins, I get a build error. ``` { "devDependencies": { "postcss-simple-vars": "1.1.0" }, "cssModules": { "postcssPlugins": {...