We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58de12e commit fe521ffCopy full SHA for fe521ff
src/utils.ts
@@ -242,6 +242,26 @@ const DEFAULT_PROPS_MAP = {
242
default: /\b0(px)?\b/,
243
value: null,
244
},
245
+ textDecorationSkipInk: {
246
+ default: /\bauto\b/,
247
+ value: null,
248
+ },
249
+ textDecorationThickness: {
250
251
252
253
+ textDecorationStyle: {
254
+ default: /\bsolid\b/,
255
256
257
+ textDecorationColor: {
258
259
260
261
+ textUnderlineOffset: {
262
263
264
265
} as const
266
267
const CONVERT_PROPS_MAP = {
0 commit comments