ember-css-modules
ember-css-modules copied to clipboard
CSS Modules for ambitious applications
When I tried to play a bit with CSS modules for the first time in my life, I installed this addon on an existing Ember app and spent a quite...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
I may work on adding this feature, putting this out there to see what support there is for it. Basically a build-time only version ember-css-modules.
I would wanted to use `e-css-modules` with a v2 addon and its companion test-app. ... but how? =) (I have too many assumptions in my head why it isn't working,...
## Problem When an **embroider** app using `ember-css-modules` depends on a `v1` / _classic_ addon using `ember-css-modules`, the generated scoped classnames in the css file don't match the classnames injected...
Currently when processing our application, ember-css-modules, concats all the *.css files into a single file. This includes `app/styles/*.css`. Unfortunately, it seems to do it in whatever order it wants and...
**Summary** - This fix addresses the issue demonstrated here: https://github.com/salsify/ember-css-modules/issues/278 - This is the minimal change to address the problem. - In ModulesPreprocessor, if we normalize the inputTree to always...
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.1.0 to 6.1.3. Release notes Sourced from engine.io's releases. 6.1.3 Bug Fixes typings: allow CorsOptionsDelegate as cors options (#641) (a463d26) uws: properly handle chunked content (#642) (3367440)...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.5 to 1.15.0. Commits 22e81fc Release version 1.15.0 of the npm package. 96a3947 Add headers to request details 24dcb20 Pass status & request details to beforeRedirect (#198)...