python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Generating CSS modules for React components in Bit
We started sharing a number of React components in our SPA as Bit.dev components and ran into an issue: can't use our components on Bit's dashboard due to CSS-modules as Bit's build process does not c...
Alexf2
Votes: 0
Answers: 1
When you add a dynamic style, it returns NaN although the class is prescribed and the variable returns true
I add a class like this :class="{[$style.header-hidden]: hideHeader}"
The function that is responsible for the variable
onScroll() {
if (window.pageYOffset > 92) {
this.hideHe...

Andrey Freiz
Votes: 0
Answers: 0
css global vs modules property specificity
In my ReactJS project I have defined a property in my index.css file:
.container {margin: auto}
And in my component.module.css file I have:
.component {margin-top: 6rem}
On my element I add both cla...

AndyOh
Votes: 0
Answers: 1
CSS Modules 'compose' keyword breaks
Issue
When using compose, both the style that composes and the composed style seem to be duplicated and added multiple times. They end up overriding each other, and the composed style ends up being t...

ThaNyneTray
Votes: 0
Answers: 0