Skip to content

Commit

Permalink
Remove root font-size 62.5%, add rem-over-px formula, Fixes #192
Browse files Browse the repository at this point in the history
  • Loading branch information
ronilaukkarinen committed Nov 19, 2024
1 parent faa8611 commit 5bacce3
Show file tree
Hide file tree
Showing 37 changed files with 406 additions and 442 deletions.
4 changes: 2 additions & 2 deletions .stylelintrc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"rem-over-px/rem-over-px": [
true,
{
"fontSize": 10,
"fontSize": 16,
"ignore": [
"-4px",
"-3px",
Expand Down Expand Up @@ -91,7 +91,7 @@
"no-duplicate-selectors": true,
"length-zero-no-unit": true,
"font-weight-notation": "numeric",
"number-max-precision": 3,
"number-max-precision": 4,
"selector-class-pattern": null,
"selector-max-class": 4,
"selector-max-combinators": 3,
Expand Down
Loading

0 comments on commit 5bacce3

Please sign in to comment.