We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 830ad1b commit d788b36Copy full SHA for d788b36
src/rules/stylelint/length-zero-no-unit.d.ts
@@ -9,7 +9,7 @@ export type LengthZeroNoUnitOptions = RuleConfig<
9
* Ignore units for zero length in custom properties.
10
*/
11
ignore?: ('custom-properties')[]
12
-
+
13
ignoreFunctions?: (CSSFunction | RegExpLike)[]
14
/**
15
* Ignore units for zero lengths within the preludes of the specified at-rules.
0 commit comments