css loader module for webpack
Questions tagged [css-loader]
516 questions
-1
votes
1 answer
how do you access bem style selectors dynamically using css modules?
for example I have a following selector in App.module.css file:
.Column--active
and I would like to access this selector from App.js file in React using css modules. First I import all selectors from css file as import styles from…

esentai
- 69
- 1
- 10
-1
votes
3 answers
Can't Import Bootstrap 4 SCSS Into Angular-Cli 1.5
I just upgraded my CLI project to Angular 5/ CLI 1.5 and I'm getting errors from Bootstrap 4 no matter what I do. This is the main error:
ERROR in…

austinthedeveloper
- 2,401
- 19
- 27
-1
votes
1 answer
How to create a css loader that hides, than shows the body
I would like to create a loader for my webpage, but I am not sure how to keep the body hidden while the animated loader shows, than delete the loader, and show the body after it is done loading. Here is the CSS for the loader body {
…

profound.donut
- 33
- 1
- 3
- 8
-2
votes
1 answer
How to debug webpack when bundling for production?
I'm currently working learning webpack and have a working development config but when trying to use that same config for production everything but the css bundles.
assets master % node_modules/webpack/bin/webpack.js --display-optimization-bailout…

Polygon Pusher
- 2,865
- 2
- 27
- 32
-2
votes
1 answer
Is there any operation will cause css be loaded as async in webpack?
ref: https://github.com/amireh/happypack/issues/202
The question is, I don't know why the css be loaded as async and how to solve this correctly
------------------Update----------------------
My question is, what reason cause my css be loaded as…

SmallTown NE
- 543
- 1
- 7
- 25
-2
votes
1 answer
loading animation not happening in container
I have a working example of a page loading animation when the user hits submit on the form here. Im trying to change the animation to something different but the newer animation is not happening inside the container and is loading even before the…

Max Powers
- 1,119
- 4
- 23
- 54