We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62386da commit b154c48Copy full SHA for b154c48
1 file changed
package.json
@@ -75,13 +75,13 @@
75
"lineHeightUnit": {
76
"type": "select",
77
"options": [
78
- "Use global unit",
79
- "Unitless (divided by font size)",
+ "Use selected unit",
+ "Unitless (number multiplied by the element's font size)",
80
"px",
81
"em",
82
"rem"
83
],
84
- "default": "Use global unit"
+ "default": "Use selected unit"
85
},
86
"emValue": {
87
"description": "1 em = x px — Ammount of pixels that correspond to one em. Em value is **not** relative to parent element.",
0 commit comments