File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ type space = [#between | #around | #evenly]
2323@gentype
2424type direction = [
2525 | #row
26- | @as ("row-reverse" ) #rowReverse
26+ | @gentype. as ("row-reverse" ) #rowReverse
2727 | #column
28- | @as ("column-reverse" ) #columnReverse
28+ | @gentype. as ("column-reverse" ) #columnReverse
2929]
3030@gentype
3131type wrap = [#wrap | #nowrap ]
@@ -67,14 +67,14 @@ type spacingHelpers = {
6767type pointerEvents = [
6868 | #auto
6969 | #none
70- | @as ("box-none" ) #boxNone
71- | @as ("box-only" ) #boxOnly
70+ | @gentype. as ("box-none" ) #boxNone
71+ | @gentype. as ("box-only" ) #boxOnly
7272]
7373
7474@gentype
7575type importantForAccessibility = [
7676 | #auto
7777 | #yes
7878 | #no
79- | @as ("no-hide-descendants" ) #noHideDescendants
79+ | @gentype. as ("no-hide-descendants" ) #noHideDescendants
8080]
You can’t perform that action at this time.
0 commit comments