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)
Stylelint selector-max-specificity: class::placeholder (0,0,1) doesn't but class:focus::placeholder (0,1,1) throws error with 0.2.0 max specificity
I am trying to reduce CSS specificity in my project by using the stylelint selector-max-specificity and I have now set it to "0.2.0". The problem is that when I use wonderful-input::placehol...

botana_dev
Votes: 0
Answers: 1
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
I want to add a border to the same styled element with a seperate css class
I want to be able to add a border with javascript. So I thought I could do it with adding it as a seperate class . But it does not work .
#button1 {
box-shadow:inset 0px 0px 0px 0px #3dc21b;
b...
navigation-bar
Votes: 0
Answers: 2
Background color overridden even after reversing the order of CSS layers
I want to use the new CSS cascade layers feature supported by latest versions of Chrome, Firefox, Safari, and Edge (see the support table).
I'm importing a stylesheet from highlight.js.
It has a class...

Mahozad
Votes: 0
Answers: 3