mirror of
https://github.com/primer/css.git
synced 2024-12-20 20:51:38 +03:00
Prevent units in zero values
This commit is contained in:
parent
a49c35b55f
commit
eba8ba882c
1
index.js
1
index.js
@ -248,6 +248,7 @@ module.exports = {
|
|||||||
"function-url-quotes": "always",
|
"function-url-quotes": "always",
|
||||||
"function-whitespace-after": "always",
|
"function-whitespace-after": "always",
|
||||||
"indentation": 2,
|
"indentation": 2,
|
||||||
|
"length-zero-no-unit": true,
|
||||||
"max-empty-lines": 1,
|
"max-empty-lines": 1,
|
||||||
"max-nesting-depth": 3,
|
"max-nesting-depth": 3,
|
||||||
"media-feature-colon-space-after": "always",
|
"media-feature-colon-space-after": "always",
|
||||||
|
Loading…
Reference in New Issue
Block a user