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
Unknown Word on SCSS mixin function using Stylelint
I'm working on a webpack boilerplate, and I've been trying to set up a px to rem conversion function using scss mixins. I'm using stylelint to check for errors in this project too.
I keep getting the ...
jerome
Votes: 0
Answers: 1
Setup Stylelint with Emotionjs on a NextJS project
I'm trying to add Stylelint to a brand new NextJS Typescript project with EmotionJS and almost no rules works on my styles files, the only error that I manage to see was Unknown word CssSyntaxError.
...

Alecell
Votes: 0
Answers: 1
Stylelint error in Nuxt (class based): Unexpected empty source (no-empty-source)
I get this Stylelint error suddenly in two of my components, I don't know why.
Unexpected empty source (no-empty-source)
I created a third component and removed content to the point where there is no...

Galivan
Votes: 0
Answers: 1