DEV Community

Discussion on: How do you analyze your CSS?

Collapse
 
piyukore06 profile image
Priyanka Kore

We use stylelint to lint our CSS. There's isn't any explicit style testing. But for important components e2e tests with cypress (But I guess that's more about after interactions, like if some element is active etc..)

Collapse
 
starbist profile image
Silvestar Bistrović

I am using stylelint, too. It is a great tool, but it doesn't fit the analysis part.
Back in the day I have used regression test, but it wasn't cypress.
Thanks for the comment, though.