Skip to content

Commit ed0f5ca

Browse files
author
Alex Bea
authored
Removes font-weight notation
If we're using a weight function then we shouldn't be expecting numeric here.
1 parent 003bff8 commit ed0f5ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ module.exports = {
99
'color-no-invalid-hex': true,
1010
'declaration-property-unit-whitelist': { 'line-height': [] },
1111
'font-family-no-duplicate-names': true,
12-
'font-weight-notation': 'numeric',
1312
'number-leading-zero': 'always',
1413
'number-max-precision': 2,
1514
'number-no-trailing-zeros': true,

0 commit comments

Comments
 (0)