dorian-tailwind 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/vendor/assets/stylesheets/dorian-tailwind/align-content.css +23 -0
- data/vendor/assets/stylesheets/dorian-tailwind/align-items.css +19 -0
- data/vendor/assets/stylesheets/dorian-tailwind/align-self.css +23 -0
- data/vendor/assets/stylesheets/dorian-tailwind/animation.css +58 -0
- data/vendor/assets/stylesheets/dorian-tailwind/appearance.css +3 -0
- data/vendor/assets/stylesheets/dorian-tailwind/backdrop-filter.css +7 -0
- data/vendor/assets/stylesheets/dorian-tailwind/background-attachment.css +11 -0
- data/vendor/assets/stylesheets/dorian-tailwind/background-blend-mode.css +63 -0
- data/vendor/assets/stylesheets/dorian-tailwind/background-clip.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/background-color.css +335 -0
- data/vendor/assets/stylesheets/dorian-tailwind/background-image.css +35 -0
- data/vendor/assets/stylesheets/dorian-tailwind/background-origin.css +11 -0
- data/vendor/assets/stylesheets/dorian-tailwind/background-position.css +35 -0
- data/vendor/assets/stylesheets/dorian-tailwind/background-repeat.css +23 -0
- data/vendor/assets/stylesheets/dorian-tailwind/background-size.css +11 -0
- data/vendor/assets/stylesheets/dorian-tailwind/border-collapse.css +7 -0
- data/vendor/assets/stylesheets/dorian-tailwind/border-color.css +335 -0
- data/vendor/assets/stylesheets/dorian-tailwind/border-radius.css +359 -0
- data/vendor/assets/stylesheets/dorian-tailwind/border-style.css +19 -0
- data/vendor/assets/stylesheets/dorian-tailwind/border-width.css +99 -0
- data/vendor/assets/stylesheets/dorian-tailwind/box-decoration-break.css +7 -0
- data/vendor/assets/stylesheets/dorian-tailwind/box-shadow.css +31 -0
- data/vendor/assets/stylesheets/dorian-tailwind/box-sizing.css +7 -0
- data/vendor/assets/stylesheets/dorian-tailwind/clear.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/cursor.css +31 -0
- data/vendor/assets/stylesheets/dorian-tailwind/display.css +83 -0
- data/vendor/assets/stylesheets/dorian-tailwind/divide-color.css +335 -0
- data/vendor/assets/stylesheets/dorian-tailwind/divide-style.css +19 -0
- data/vendor/assets/stylesheets/dorian-tailwind/divide-width.css +49 -0
- data/vendor/assets/stylesheets/dorian-tailwind/fill.css +3 -0
- data/vendor/assets/stylesheets/dorian-tailwind/filter.css +7 -0
- data/vendor/assets/stylesheets/dorian-tailwind/flex-direction.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/flex-grow.css +7 -0
- data/vendor/assets/stylesheets/dorian-tailwind/flex-shrink.css +7 -0
- data/vendor/assets/stylesheets/dorian-tailwind/flex-wrap.css +11 -0
- data/vendor/assets/stylesheets/dorian-tailwind/flex.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/float.css +11 -0
- data/vendor/assets/stylesheets/dorian-tailwind/font-family.css +14 -0
- data/vendor/assets/stylesheets/dorian-tailwind/font-size.css +64 -0
- data/vendor/assets/stylesheets/dorian-tailwind/font-smoothing.css +9 -0
- data/vendor/assets/stylesheets/dorian-tailwind/font-style.css +7 -0
- data/vendor/assets/stylesheets/dorian-tailwind/font-variant-numeric.css +35 -0
- data/vendor/assets/stylesheets/dorian-tailwind/font-weight.css +35 -0
- data/vendor/assets/stylesheets/dorian-tailwind/gap.css +419 -0
- data/vendor/assets/stylesheets/dorian-tailwind/grid-auto-columns.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/grid-auto-flow.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/grid-auto-rows.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/grid-column.css +167 -0
- data/vendor/assets/stylesheets/dorian-tailwind/grid-row.css +95 -0
- data/vendor/assets/stylesheets/dorian-tailwind/grid-template-columns.css +51 -0
- data/vendor/assets/stylesheets/dorian-tailwind/grid-template-rows.css +27 -0
- data/vendor/assets/stylesheets/dorian-tailwind/height.css +211 -0
- data/vendor/assets/stylesheets/dorian-tailwind/isolation.css +7 -0
- data/vendor/assets/stylesheets/dorian-tailwind/justify-content.css +23 -0
- data/vendor/assets/stylesheets/dorian-tailwind/justify-items.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/justify-self.css +19 -0
- data/vendor/assets/stylesheets/dorian-tailwind/letter-spacing.css +23 -0
- data/vendor/assets/stylesheets/dorian-tailwind/line-height.css +55 -0
- data/vendor/assets/stylesheets/dorian-tailwind/list-style-position.css +7 -0
- data/vendor/assets/stylesheets/dorian-tailwind/list-style-type.css +11 -0
- data/vendor/assets/stylesheets/dorian-tailwind/margin.css +2129 -0
- data/vendor/assets/stylesheets/dorian-tailwind/max-height.css +147 -0
- data/vendor/assets/stylesheets/dorian-tailwind/max-width.css +87 -0
- data/vendor/assets/stylesheets/dorian-tailwind/min-height.css +11 -0
- data/vendor/assets/stylesheets/dorian-tailwind/min-width.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/mix-blend-mode.css +63 -0
- data/vendor/assets/stylesheets/dorian-tailwind/object-fit.css +19 -0
- data/vendor/assets/stylesheets/dorian-tailwind/object-position.css +35 -0
- data/vendor/assets/stylesheets/dorian-tailwind/opacity.css +59 -0
- data/vendor/assets/stylesheets/dorian-tailwind/order.css +59 -0
- data/vendor/assets/stylesheets/dorian-tailwind/outline.css +14 -0
- data/vendor/assets/stylesheets/dorian-tailwind/overflow.css +47 -0
- data/vendor/assets/stylesheets/dorian-tailwind/overscroll-behavior.css +35 -0
- data/vendor/assets/stylesheets/dorian-tailwind/padding.css +1049 -0
- data/vendor/assets/stylesheets/dorian-tailwind/place-content.css +27 -0
- data/vendor/assets/stylesheets/dorian-tailwind/place-items.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/place-self.css +19 -0
- data/vendor/assets/stylesheets/dorian-tailwind/placeholder-color.css +335 -0
- data/vendor/assets/stylesheets/dorian-tailwind/pointer-events.css +7 -0
- data/vendor/assets/stylesheets/dorian-tailwind/position.css +19 -0
- data/vendor/assets/stylesheets/dorian-tailwind/resize.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/ring-offset-color.css +335 -0
- data/vendor/assets/stylesheets/dorian-tailwind/ring-offset-width.css +19 -0
- data/vendor/assets/stylesheets/dorian-tailwind/ring-width.css +23 -0
- data/vendor/assets/stylesheets/dorian-tailwind/screen-readers.css +22 -0
- data/vendor/assets/stylesheets/dorian-tailwind/space.css +699 -0
- data/vendor/assets/stylesheets/dorian-tailwind/stroke-width.css +11 -0
- data/vendor/assets/stylesheets/dorian-tailwind/stroke.css +3 -0
- data/vendor/assets/stylesheets/dorian-tailwind/table-layout.css +7 -0
- data/vendor/assets/stylesheets/dorian-tailwind/text-align.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/text-color.css +335 -0
- data/vendor/assets/stylesheets/dorian-tailwind/text-decoration.css +11 -0
- data/vendor/assets/stylesheets/dorian-tailwind/text-overflow.css +13 -0
- data/vendor/assets/stylesheets/dorian-tailwind/text-transform.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/top-right-bottom-left.css +2804 -0
- data/vendor/assets/stylesheets/dorian-tailwind/transform-origin.css +35 -0
- data/vendor/assets/stylesheets/dorian-tailwind/transform.css +13 -0
- data/vendor/assets/stylesheets/dorian-tailwind/transition-delay.css +31 -0
- data/vendor/assets/stylesheets/dorian-tailwind/transition-duration.css +31 -0
- data/vendor/assets/stylesheets/dorian-tailwind/transition-property.css +40 -0
- data/vendor/assets/stylesheets/dorian-tailwind/transition-timing-function.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/user-select.css +15 -0
- data/vendor/assets/stylesheets/dorian-tailwind/vertical-align.css +23 -0
- data/vendor/assets/stylesheets/dorian-tailwind/visibility.css +7 -0
- data/vendor/assets/stylesheets/dorian-tailwind/whitespace.css +19 -0
- data/vendor/assets/stylesheets/dorian-tailwind/width.css +263 -0
- data/vendor/assets/stylesheets/dorian-tailwind/word-break.css +12 -0
- data/vendor/assets/stylesheets/dorian-tailwind/z-index.css +27 -0
- metadata +153 -0
@@ -0,0 +1,147 @@
|
|
1
|
+
.max-h-0 {
|
2
|
+
max-height: 0px;
|
3
|
+
}
|
4
|
+
|
5
|
+
.max-h-px {
|
6
|
+
max-height: 1px;
|
7
|
+
}
|
8
|
+
|
9
|
+
.max-h-0.5 {
|
10
|
+
max-height: 0.125rem;
|
11
|
+
}
|
12
|
+
|
13
|
+
.max-h-1 {
|
14
|
+
max-height: 0.25rem;
|
15
|
+
}
|
16
|
+
|
17
|
+
.max-h-1.5 {
|
18
|
+
max-height: 0.375rem;
|
19
|
+
}
|
20
|
+
|
21
|
+
.max-h-2 {
|
22
|
+
max-height: 0.5rem;
|
23
|
+
}
|
24
|
+
|
25
|
+
.max-h-2.5 {
|
26
|
+
max-height: 0.625rem;
|
27
|
+
}
|
28
|
+
|
29
|
+
.max-h-3 {
|
30
|
+
max-height: 0.75rem;
|
31
|
+
}
|
32
|
+
|
33
|
+
.max-h-3.5 {
|
34
|
+
max-height: 0.875rem;
|
35
|
+
}
|
36
|
+
|
37
|
+
.max-h-4 {
|
38
|
+
max-height: 1rem;
|
39
|
+
}
|
40
|
+
|
41
|
+
.max-h-5 {
|
42
|
+
max-height: 1.25rem;
|
43
|
+
}
|
44
|
+
|
45
|
+
.max-h-6 {
|
46
|
+
max-height: 1.5rem;
|
47
|
+
}
|
48
|
+
|
49
|
+
.max-h-7 {
|
50
|
+
max-height: 1.75rem;
|
51
|
+
}
|
52
|
+
|
53
|
+
.max-h-8 {
|
54
|
+
max-height: 2rem;
|
55
|
+
}
|
56
|
+
|
57
|
+
.max-h-9 {
|
58
|
+
max-height: 2.25rem;
|
59
|
+
}
|
60
|
+
|
61
|
+
.max-h-10 {
|
62
|
+
max-height: 2.5rem;
|
63
|
+
}
|
64
|
+
|
65
|
+
.max-h-11 {
|
66
|
+
max-height: 2.75rem;
|
67
|
+
}
|
68
|
+
|
69
|
+
.max-h-12 {
|
70
|
+
max-height: 3rem;
|
71
|
+
}
|
72
|
+
|
73
|
+
.max-h-14 {
|
74
|
+
max-height: 3.5rem;
|
75
|
+
}
|
76
|
+
|
77
|
+
.max-h-16 {
|
78
|
+
max-height: 4rem;
|
79
|
+
}
|
80
|
+
|
81
|
+
.max-h-20 {
|
82
|
+
max-height: 5rem;
|
83
|
+
}
|
84
|
+
|
85
|
+
.max-h-24 {
|
86
|
+
max-height: 6rem;
|
87
|
+
}
|
88
|
+
|
89
|
+
.max-h-28 {
|
90
|
+
max-height: 7rem;
|
91
|
+
}
|
92
|
+
|
93
|
+
.max-h-32 {
|
94
|
+
max-height: 8rem;
|
95
|
+
}
|
96
|
+
|
97
|
+
.max-h-36 {
|
98
|
+
max-height: 9rem;
|
99
|
+
}
|
100
|
+
|
101
|
+
.max-h-40 {
|
102
|
+
max-height: 10rem;
|
103
|
+
}
|
104
|
+
|
105
|
+
.max-h-44 {
|
106
|
+
max-height: 11rem;
|
107
|
+
}
|
108
|
+
|
109
|
+
.max-h-48 {
|
110
|
+
max-height: 12rem;
|
111
|
+
}
|
112
|
+
|
113
|
+
.max-h-52 {
|
114
|
+
max-height: 13rem;
|
115
|
+
}
|
116
|
+
|
117
|
+
.max-h-56 {
|
118
|
+
max-height: 14rem;
|
119
|
+
}
|
120
|
+
|
121
|
+
.max-h-60 {
|
122
|
+
max-height: 15rem;
|
123
|
+
}
|
124
|
+
|
125
|
+
.max-h-64 {
|
126
|
+
max-height: 16rem;
|
127
|
+
}
|
128
|
+
|
129
|
+
.max-h-72 {
|
130
|
+
max-height: 18rem;
|
131
|
+
}
|
132
|
+
|
133
|
+
.max-h-80 {
|
134
|
+
max-height: 20rem;
|
135
|
+
}
|
136
|
+
|
137
|
+
.max-h-96 {
|
138
|
+
max-height: 24rem;
|
139
|
+
}
|
140
|
+
|
141
|
+
.max-h-full {
|
142
|
+
max-height: 100%;
|
143
|
+
}
|
144
|
+
|
145
|
+
.max-h-screen {
|
146
|
+
max-height: 100vh;
|
147
|
+
}
|
@@ -0,0 +1,87 @@
|
|
1
|
+
.max-w-0 {
|
2
|
+
max-width: 0rem;
|
3
|
+
}
|
4
|
+
|
5
|
+
.max-w-none {
|
6
|
+
max-width: none;
|
7
|
+
}
|
8
|
+
|
9
|
+
.max-w-xs {
|
10
|
+
max-width: 20rem;
|
11
|
+
}
|
12
|
+
|
13
|
+
.max-w-sm {
|
14
|
+
max-width: 24rem;
|
15
|
+
}
|
16
|
+
|
17
|
+
.max-w-md {
|
18
|
+
max-width: 28rem;
|
19
|
+
}
|
20
|
+
|
21
|
+
.max-w-lg {
|
22
|
+
max-width: 32rem;
|
23
|
+
}
|
24
|
+
|
25
|
+
.max-w-xl {
|
26
|
+
max-width: 36rem;
|
27
|
+
}
|
28
|
+
|
29
|
+
.max-w-2xl {
|
30
|
+
max-width: 42rem;
|
31
|
+
}
|
32
|
+
|
33
|
+
.max-w-3xl {
|
34
|
+
max-width: 48rem;
|
35
|
+
}
|
36
|
+
|
37
|
+
.max-w-4xl {
|
38
|
+
max-width: 56rem;
|
39
|
+
}
|
40
|
+
|
41
|
+
.max-w-5xl {
|
42
|
+
max-width: 64rem;
|
43
|
+
}
|
44
|
+
|
45
|
+
.max-w-6xl {
|
46
|
+
max-width: 72rem;
|
47
|
+
}
|
48
|
+
|
49
|
+
.max-w-7xl {
|
50
|
+
max-width: 80rem;
|
51
|
+
}
|
52
|
+
|
53
|
+
.max-w-full {
|
54
|
+
max-width: 100%;
|
55
|
+
}
|
56
|
+
|
57
|
+
.max-w-min {
|
58
|
+
max-width: min-content;
|
59
|
+
}
|
60
|
+
|
61
|
+
.max-w-max {
|
62
|
+
max-width: max-content;
|
63
|
+
}
|
64
|
+
|
65
|
+
.max-w-prose {
|
66
|
+
max-width: 65ch;
|
67
|
+
}
|
68
|
+
|
69
|
+
.max-w-screen-sm {
|
70
|
+
max-width: 640px;
|
71
|
+
}
|
72
|
+
|
73
|
+
.max-w-screen-md {
|
74
|
+
max-width: 768px;
|
75
|
+
}
|
76
|
+
|
77
|
+
.max-w-screen-lg {
|
78
|
+
max-width: 1024px;
|
79
|
+
}
|
80
|
+
|
81
|
+
.max-w-screen-xl {
|
82
|
+
max-width: 1280px;
|
83
|
+
}
|
84
|
+
|
85
|
+
.max-w-screen-2xl {
|
86
|
+
max-width: 1536px;
|
87
|
+
}
|
@@ -0,0 +1,63 @@
|
|
1
|
+
.mix-blend-normal {
|
2
|
+
mix-blend-mode: normal;
|
3
|
+
}
|
4
|
+
|
5
|
+
.mix-blend-multiply {
|
6
|
+
mix-blend-mode: multiply;
|
7
|
+
}
|
8
|
+
|
9
|
+
.mix-blend-screen {
|
10
|
+
mix-blend-mode: screen;
|
11
|
+
}
|
12
|
+
|
13
|
+
.mix-blend-overlay {
|
14
|
+
mix-blend-mode: overlay;
|
15
|
+
}
|
16
|
+
|
17
|
+
.mix-blend-darken {
|
18
|
+
mix-blend-mode: darken;
|
19
|
+
}
|
20
|
+
|
21
|
+
.mix-blend-lighten {
|
22
|
+
mix-blend-mode: lighten;
|
23
|
+
}
|
24
|
+
|
25
|
+
.mix-blend-color-dodge {
|
26
|
+
mix-blend-mode: color-dodge;
|
27
|
+
}
|
28
|
+
|
29
|
+
.mix-blend-color-burn {
|
30
|
+
mix-blend-mode: color-burn;
|
31
|
+
}
|
32
|
+
|
33
|
+
.mix-blend-hard-light {
|
34
|
+
mix-blend-mode: hard-light;
|
35
|
+
}
|
36
|
+
|
37
|
+
.mix-blend-soft-light {
|
38
|
+
mix-blend-mode: soft-light;
|
39
|
+
}
|
40
|
+
|
41
|
+
.mix-blend-difference {
|
42
|
+
mix-blend-mode: difference;
|
43
|
+
}
|
44
|
+
|
45
|
+
.mix-blend-exclusion {
|
46
|
+
mix-blend-mode: exclusion;
|
47
|
+
}
|
48
|
+
|
49
|
+
.mix-blend-hue {
|
50
|
+
mix-blend-mode: hue;
|
51
|
+
}
|
52
|
+
|
53
|
+
.mix-blend-saturation {
|
54
|
+
mix-blend-mode: saturation;
|
55
|
+
}
|
56
|
+
|
57
|
+
.mix-blend-color {
|
58
|
+
mix-blend-mode: color;
|
59
|
+
}
|
60
|
+
|
61
|
+
.mix-blend-luminosity {
|
62
|
+
mix-blend-mode: luminosity;
|
63
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
.object-bottom {
|
2
|
+
object-position: bottom;
|
3
|
+
}
|
4
|
+
|
5
|
+
.object-center {
|
6
|
+
object-position: center;
|
7
|
+
}
|
8
|
+
|
9
|
+
.object-left {
|
10
|
+
object-position: left;
|
11
|
+
}
|
12
|
+
|
13
|
+
.object-left-bottom {
|
14
|
+
object-position: left bottom;
|
15
|
+
}
|
16
|
+
|
17
|
+
.object-left-top {
|
18
|
+
object-position: left top;
|
19
|
+
}
|
20
|
+
|
21
|
+
.object-right {
|
22
|
+
object-position: right;
|
23
|
+
}
|
24
|
+
|
25
|
+
.object-right-bottom {
|
26
|
+
object-position: right bottom;
|
27
|
+
}
|
28
|
+
|
29
|
+
.object-right-top {
|
30
|
+
object-position: right top;
|
31
|
+
}
|
32
|
+
|
33
|
+
.object-top {
|
34
|
+
object-position: top;
|
35
|
+
}
|
@@ -0,0 +1,59 @@
|
|
1
|
+
.opacity-0 {
|
2
|
+
opacity: 0;
|
3
|
+
}
|
4
|
+
|
5
|
+
.opacity-5 {
|
6
|
+
opacity: 0.05;
|
7
|
+
}
|
8
|
+
|
9
|
+
.opacity-10 {
|
10
|
+
opacity: 0.1;
|
11
|
+
}
|
12
|
+
|
13
|
+
.opacity-20 {
|
14
|
+
opacity: 0.2;
|
15
|
+
}
|
16
|
+
|
17
|
+
.opacity-25 {
|
18
|
+
opacity: 0.25;
|
19
|
+
}
|
20
|
+
|
21
|
+
.opacity-30 {
|
22
|
+
opacity: 0.3;
|
23
|
+
}
|
24
|
+
|
25
|
+
.opacity-40 {
|
26
|
+
opacity: 0.4;
|
27
|
+
}
|
28
|
+
|
29
|
+
.opacity-50 {
|
30
|
+
opacity: 0.5;
|
31
|
+
}
|
32
|
+
|
33
|
+
.opacity-60 {
|
34
|
+
opacity: 0.6;
|
35
|
+
}
|
36
|
+
|
37
|
+
.opacity-70 {
|
38
|
+
opacity: 0.7;
|
39
|
+
}
|
40
|
+
|
41
|
+
.opacity-75 {
|
42
|
+
opacity: 0.75;
|
43
|
+
}
|
44
|
+
|
45
|
+
.opacity-80 {
|
46
|
+
opacity: 0.8;
|
47
|
+
}
|
48
|
+
|
49
|
+
.opacity-90 {
|
50
|
+
opacity: 0.9;
|
51
|
+
}
|
52
|
+
|
53
|
+
.opacity-95 {
|
54
|
+
opacity: 0.95;
|
55
|
+
}
|
56
|
+
|
57
|
+
.opacity-100 {
|
58
|
+
opacity: 1;
|
59
|
+
}
|
@@ -0,0 +1,59 @@
|
|
1
|
+
.order-1 {
|
2
|
+
order: 1;
|
3
|
+
}
|
4
|
+
|
5
|
+
.order-2 {
|
6
|
+
order: 2;
|
7
|
+
}
|
8
|
+
|
9
|
+
.order-3 {
|
10
|
+
order: 3;
|
11
|
+
}
|
12
|
+
|
13
|
+
.order-4 {
|
14
|
+
order: 4;
|
15
|
+
}
|
16
|
+
|
17
|
+
.order-5 {
|
18
|
+
order: 5;
|
19
|
+
}
|
20
|
+
|
21
|
+
.order-6 {
|
22
|
+
order: 6;
|
23
|
+
}
|
24
|
+
|
25
|
+
.order-7 {
|
26
|
+
order: 7;
|
27
|
+
}
|
28
|
+
|
29
|
+
.order-8 {
|
30
|
+
order: 8;
|
31
|
+
}
|
32
|
+
|
33
|
+
.order-9 {
|
34
|
+
order: 9;
|
35
|
+
}
|
36
|
+
|
37
|
+
.order-10 {
|
38
|
+
order: 10;
|
39
|
+
}
|
40
|
+
|
41
|
+
.order-11 {
|
42
|
+
order: 11;
|
43
|
+
}
|
44
|
+
|
45
|
+
.order-12 {
|
46
|
+
order: 12;
|
47
|
+
}
|
48
|
+
|
49
|
+
.order-first {
|
50
|
+
order: -9999;
|
51
|
+
}
|
52
|
+
|
53
|
+
.order-last {
|
54
|
+
order: 9999;
|
55
|
+
}
|
56
|
+
|
57
|
+
.order-none {
|
58
|
+
order: 0;
|
59
|
+
}
|
@@ -0,0 +1,47 @@
|
|
1
|
+
.overflow-auto {
|
2
|
+
overflow: auto;
|
3
|
+
}
|
4
|
+
|
5
|
+
.overflow-hidden {
|
6
|
+
overflow: hidden;
|
7
|
+
}
|
8
|
+
|
9
|
+
.overflow-visible {
|
10
|
+
overflow: visible;
|
11
|
+
}
|
12
|
+
|
13
|
+
.overflow-scroll {
|
14
|
+
overflow: scroll;
|
15
|
+
}
|
16
|
+
|
17
|
+
.overflow-x-auto {
|
18
|
+
overflow-x: auto;
|
19
|
+
}
|
20
|
+
|
21
|
+
.overflow-y-auto {
|
22
|
+
overflow-y: auto;
|
23
|
+
}
|
24
|
+
|
25
|
+
.overflow-x-hidden {
|
26
|
+
overflow-x: hidden;
|
27
|
+
}
|
28
|
+
|
29
|
+
.overflow-y-hidden {
|
30
|
+
overflow-y: hidden;
|
31
|
+
}
|
32
|
+
|
33
|
+
.overflow-x-visible {
|
34
|
+
overflow-x: visible;
|
35
|
+
}
|
36
|
+
|
37
|
+
.overflow-y-visible {
|
38
|
+
overflow-y: visible;
|
39
|
+
}
|
40
|
+
|
41
|
+
.overflow-x-scroll {
|
42
|
+
overflow-x: scroll;
|
43
|
+
}
|
44
|
+
|
45
|
+
.overflow-y-scroll {
|
46
|
+
overflow-y: scroll;
|
47
|
+
}
|
@@ -0,0 +1,35 @@
|
|
1
|
+
.overscroll-auto {
|
2
|
+
overscroll-behavior: auto;
|
3
|
+
}
|
4
|
+
|
5
|
+
.overscroll-contain {
|
6
|
+
overscroll-behavior: contain;
|
7
|
+
}
|
8
|
+
|
9
|
+
.overscroll-none {
|
10
|
+
overscroll-behavior: none;
|
11
|
+
}
|
12
|
+
|
13
|
+
.overscroll-y-auto {
|
14
|
+
overscroll-behavior-y: auto;
|
15
|
+
}
|
16
|
+
|
17
|
+
.overscroll-y-contain {
|
18
|
+
overscroll-behavior-y: contain;
|
19
|
+
}
|
20
|
+
|
21
|
+
.overscroll-y-none {
|
22
|
+
overscroll-behavior-y: none;
|
23
|
+
}
|
24
|
+
|
25
|
+
.overscroll-x-auto {
|
26
|
+
overscroll-behavior-x: auto;
|
27
|
+
}
|
28
|
+
|
29
|
+
.overscroll-x-contain {
|
30
|
+
overscroll-behavior-x: contain;
|
31
|
+
}
|
32
|
+
|
33
|
+
.overscroll-x-none {
|
34
|
+
overscroll-behavior-x: none;
|
35
|
+
}
|