A utility-first CSS framework for rapid UI development.
-
Updated
Feb 4, 2022 - JavaScript
Would be great if you could create a custom plugin for stylelint that adds support for your custom rules; for example, making font-range
a known property for the property-no-unknown
rule.
Add a description, image, and links to the postcss topic page so that developers can more easily learn about it.
To associate your repository with the postcss topic, visit your repo's landing page and select "manage topics."
What is the problem you're trying to solve?
I guess that selector-max-universal is performance related rule.
I.e. it is supposed to forbid patterns that hit perfomance.
Consider the following patterns (with selector-max-universal = 1):