meteor-postcss
meteor-postcss copied to clipboard
PostCSS for Meteor
While trying to build an App that uses react-virtualized I run into the following problem: ``` Errors prevented bundling: While minifying app stylesheet: packages/minifier-postcss/plugin/minify-css.js:228:40: Cannot read property 'getContentsAsString' of undefined...
I'm importing a file into my `/client/main.css` like this: ```css @import '../imports/ui/css/ds.css'; ``` `ds.css` is importing several files like this: ```css @import '_minireset.css'; @import '_fonts.css'; @import '_base.css'; /* ...etc */...
We're using purgecss in our postcss configuration. Our purgecss takes a ~3 seconds to run. This plugin will run that 3 second task on each individual file. I think it...
import less from a JavaScript file in imports folder, that less is not bundled with the rest of the CSS processed with the Meteor Build tool, but instead is put...
We tracked down [an issue with the Todos app](https://github.com/meteor/todos/issues/107#issuecomment-212905737) to the use of `app-module-path-node` in this package. Because `app-module-path-node` patches Node internals to modify module resolution, the Cordova code ends...
Release 3.0
This PR removes the Fibers dependency and uses async/await instead. Also fixes package dependency conflicts. Note: I could have rewritten a lot to ES6 and bump NPM dependencies but I...
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.13 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.4. Changelog Sourced from nanoid's changelog. 3.3.4 Fixed --help in CLI (by @Lete114). 3.3.3 Reduced size (by Anton Khlynovskiy). 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced...