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)
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
Are all variable available in SCSS from React component?
I see this style in one of the Next.js SCSS module:
.details[open] .detailsIcon {
transform-origin: 50% 50%;
transform: translateY(-50%) rotate(90deg) matrix(-1, 0, 0, 1, 0, 0);
}
It has an open ...

János
Votes: 0
Answers: 0
How to use nested css class (cascade) with React CSS Modules
I did see a lot of similar questions on SO but at end, it seems that my issue is a bit different..
I have a react project where (for some reason) I want two types of CSS loading:
Some global (importe...

Emixam23
Votes: 0
Answers: 1
How to use CSS modules in a React based Wordpress plugin?
I have this line in one of my tsx file:
import styles from "../../styles/buyTicket.module.css";
got this error:
ERROR in /Applications/MAMP/htdocs/wp-content/plugins/tikex/tikexModule/compo...

János
Votes: 0
Answers: 1