You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using this stylelint plugin https://stylelint.io/user-guide/rules/no-descending-specificity/, which disallow selectors of lower specificity from coming after overriding selectors of higher specificity.
I'm getting this error in my CSS file, which is generated via Atomizer.
Feature Request in Atomizer tool
Is it possible to shift lower specificity classes first, and then comes higher specificity classes (if using namespace) ?
Expected Output:
I'm using Atomizer version 3.28.0
The text was updated successfully, but these errors were encountered:
I can ignore the generated Atomic CSS file, but don't want to really because Atomizer generates values for incorrect units as well.
For example: If I accidentally write Fz(12p) or M(1) and forgot the unit, the atomizer still generates CSS .Fz\(12p\) { font-size: 12p; } .M\(1p\) { margin: 1p; } with invalid values.
Hi
I'm using this stylelint plugin https://stylelint.io/user-guide/rules/no-descending-specificity/, which disallow selectors of lower specificity from coming after overriding selectors of higher specificity.
I'm getting this error in my CSS file, which is generated via Atomizer.
Feature Request in Atomizer tool
Is it possible to shift lower specificity classes first, and then comes higher specificity classes (if using namespace) ?
Expected Output:
I'm using Atomizer version 3.28.0
The text was updated successfully, but these errors were encountered: