python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Attempted import error: 'styles' is not exported from './styles.scss' (imported as 'styles')
guys
I'm trying to build my react project, but it keeps saying
'Attempted import error: 'styles' is not exported from './styles.module.scss' (imported as 'styles').'
So, I guess I've got wrong setting...
bbatta
Votes: 0
Answers: 2
Is there a way to minify css classNames?
I wanna make some obfuscation and minification by changing my css class-names. As I don't think this is a right way to minify it by myself, so I'm using css modules with
getLocalIdent: MinimalClassnam...
Serio
Votes: 0
Answers: 0
CSS Modules Value is not retrieved
I'm using CSS Modules in my react application. Depending on the props value, if it is blue or white, i want to use the respected class from the "styles" import. However, when i run the code ...

Ahmet Eroğlu
Votes: 0
Answers: 2
How to generate typings for CSS modules with Parcel?
I'm very new to Parcel. So this might seem like a dumb question to ask.
I have a project that uses typescript, react, less, parcel. And I need a way to generate typings since typescript is giving me t...
Dmitri Tsiu
Votes: 0
Answers: 1