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 8732c5c commit 8505f48Copy full SHA for 8505f48
packages/preset-attributify/src/jsx.ts
@@ -8,6 +8,8 @@ export type TwoStringsCompositionSuffix =
8
| 'l'
9
| 't'
10
| 'a'
11
+ | 'x'
12
+ | 'y'
13
14
/** Some words can compose with two strings to become a complete unocss rule such as ha, mr, mb */
15
export type TwoStringsComposition = `${TwoStringsCompositionPrefix}${TwoStringsCompositionSuffix}` | 'ha' | 'wa'
@@ -113,6 +115,7 @@ export type SeparateEnabled =
113
115
| 'ring'
114
116
| 'select'
117
| 'shadow'
118
+ | 'size'
119
| 'space'
120
| 'table'
121
| 'text'
0 commit comments