forked from kevadesu/forgejo
Disallow leading zeroes in Less (#10407)
This commit is contained in:
parent
71d5a090df
commit
4e912d2ed8
11 changed files with 102 additions and 101 deletions
|
@ -11,5 +11,6 @@ rules:
|
|||
declaration-empty-line-before: null
|
||||
indentation: 4
|
||||
no-descending-specificity: null
|
||||
number-leading-zero: never
|
||||
rule-empty-line-before: null
|
||||
selector-pseudo-element-colon-notation: null
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue