unit-disallowed-list
Specify a list of disallowed units.
a { width: 100px; }
/** ↑
* These units */
The message
secondary option can accept the arguments of this rule.
Options
array|string
: ["array", "of", "units"]|"unit"
Given:
["px", "em", "deg"]
The following patterns are considered problems:
a { width: 100px; }