File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ This rule enforces the use of relative units for font size.
26
26
This rule accepts an option which is an object with the following property:
27
27
28
28
- ` allowUnits ` (default: ` ["rem"] ` ) - Specify an array of relative units that are allowed to be used. You can use the following units:
29
-
30
29
- ** %** : Represents the "percentage" of the parent element’s font size, allowing the text to scale relative to its container.
31
30
- ** cap** : Represents the "cap height" (nominal height of capital letters) of the element's font.
32
31
- ** ch** : Represents the width or advance measure of the "0" glyph in the element's font.
Original file line number Diff line number Diff line change 99
99
"mdast-util-from-markdown" : " ^2.0.2" ,
100
100
"mdn-data" : " ^2.21.0" ,
101
101
"mocha" : " ^10.4.0" ,
102
- "prettier" : " ^3.4.1 " ,
102
+ "prettier" : " ^3.6.0 " ,
103
103
"rollup" : " ^4.16.2" ,
104
104
"rollup-plugin-copy" : " ^3.5.0" ,
105
105
"rollup-plugin-delete" : " ^3.0.1" ,
You can’t perform that action at this time.
0 commit comments