Skip to content

Commit

Permalink
feat(stylelint-config): allow fr unit (#388)
Browse files Browse the repository at this point in the history
Co-authored-by: Mikhail Lipin <m.a.lipin@tinkoff.ru>
  • Loading branch information
m-a-lipin and Mikhail Lipin authored May 3, 2024
1 parent 7b04b78 commit cd686d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/stylelint-config/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"ignoreTypes": ["/^/deep/"]
}
],
"unit-allowed-list": ["px", "rem", "em", "deg", "s", "ms", "dpcm", "turn", "ch", "%", "vh", "vw"],
"unit-allowed-list": ["px", "rem", "em", "deg", "s", "ms", "dpcm", "turn", "ch", "%", "vh", "vw", "fr"],
"color-no-invalid-hex": [
true,
{
Expand Down

0 comments on commit cd686d9

Please sign in to comment.