T
May 28, 2026The Stylelint Rule That Was Silently Rewriting Our SCSS Colors
How color-function-notation silently rewrote rgba() to rgb() across our codebase — and three ways to fix it.
May 28, 20264 min read0 reactions0 comments
Tag archive
How color-function-notation silently rewrote rgba() to rgb() across our codebase — and three ways to fix it.
Stylelint is a useful tool to maintain styles code quality and lint CSS as well as its preprocessors....
If you want to do something well, you must first sharpen your tools. A good project must have a...

UPDATE: Please find an up to date version of this article on FreeCodeCamp.
Stylelint é o linter do CSS, ele funciona analisando seu CSS e avisando se alguma regra configurada...

Add and configure Stylelint. Then automate Stylelint workflows in your Nx workspace.

The battle between ABCSS(alphabetical sort) and Groups(rule grouping)... BEGINS NOW!