css-loader
css-loader copied to clipboard
CSS Loader
Allows for custom syntax to be obeyed from postcss-loader and postcss.
This PR contains a: - [ ] **bugfix** - [ ] new **feature** - [x] **code refactor** - [x] **test update** - [ ] **typo fix** - [x] **metadata update**...
* Operating System: Windows 10 * Node Version: 10.15.3 * NPM Version: 6.9.0 * webpack Version: 4.31.0 * mini-css-extract-plugin Version: 0.7.0 ### Expected Behavior When offered compiled CSS content backed...
- Operating System: macOS Catalina - Node Version: 14 - NPM Version: 6.14 - webpack Version: 5.4 - css-loader Version: 4.3.0 ### Feature Proposal Since 3.3.1, CSS `@import` modules are...
**Do you want to request a *feature* or report a *bug*?** bug/feature **What is the current behavior?** The css-loader doesn't put it's stuff under `webpack://` as far as I can...
Let's suppose we have something like ``` .h-center-element-abs { /* boil */ } .v-center-element-abs { /* boil */ } .v-center-element-abs[class*=h-center-element-abs] { /* boil */ } ``` expected result ``` ._39V2...
- Operating System: Linux - Node Version: v10.17.0 - NPM Version: n/a, Yarn 1.15.2 - webpack Version: 4.41.2 - css-loader Version: 3.2.0 ### Expected Behavior `css-loader` should produce correct output:...
- Operating System: OSX 10.15.2 - Node Version: v10.17.0 - NPM Version: 6.11.3 - webpack Version: 4.41.5 - css-loader Version: 3.4.2 ### Expected Behavior "preload_fonts" which **imports** "font_a" which composes...
### Feature Proposal css variable: https://developer.mozilla.org/en-US/docs/Web/CSS/var There are cases where we want to use the css variable instead of the `@value` for the responsive design. Say assume I have ```...
- Operating System: linux - Node Version: 10 - NPM Version: 6 - webpack Version: 4 - css-loader Version: 2 ### Feature Proposal ```css @value v-url: url('./test.img') a { background:...