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.
Files changed (110) hide show
  1. checksums.yaml +7 -0
  2. data/vendor/assets/stylesheets/dorian-tailwind/align-content.css +23 -0
  3. data/vendor/assets/stylesheets/dorian-tailwind/align-items.css +19 -0
  4. data/vendor/assets/stylesheets/dorian-tailwind/align-self.css +23 -0
  5. data/vendor/assets/stylesheets/dorian-tailwind/animation.css +58 -0
  6. data/vendor/assets/stylesheets/dorian-tailwind/appearance.css +3 -0
  7. data/vendor/assets/stylesheets/dorian-tailwind/backdrop-filter.css +7 -0
  8. data/vendor/assets/stylesheets/dorian-tailwind/background-attachment.css +11 -0
  9. data/vendor/assets/stylesheets/dorian-tailwind/background-blend-mode.css +63 -0
  10. data/vendor/assets/stylesheets/dorian-tailwind/background-clip.css +15 -0
  11. data/vendor/assets/stylesheets/dorian-tailwind/background-color.css +335 -0
  12. data/vendor/assets/stylesheets/dorian-tailwind/background-image.css +35 -0
  13. data/vendor/assets/stylesheets/dorian-tailwind/background-origin.css +11 -0
  14. data/vendor/assets/stylesheets/dorian-tailwind/background-position.css +35 -0
  15. data/vendor/assets/stylesheets/dorian-tailwind/background-repeat.css +23 -0
  16. data/vendor/assets/stylesheets/dorian-tailwind/background-size.css +11 -0
  17. data/vendor/assets/stylesheets/dorian-tailwind/border-collapse.css +7 -0
  18. data/vendor/assets/stylesheets/dorian-tailwind/border-color.css +335 -0
  19. data/vendor/assets/stylesheets/dorian-tailwind/border-radius.css +359 -0
  20. data/vendor/assets/stylesheets/dorian-tailwind/border-style.css +19 -0
  21. data/vendor/assets/stylesheets/dorian-tailwind/border-width.css +99 -0
  22. data/vendor/assets/stylesheets/dorian-tailwind/box-decoration-break.css +7 -0
  23. data/vendor/assets/stylesheets/dorian-tailwind/box-shadow.css +31 -0
  24. data/vendor/assets/stylesheets/dorian-tailwind/box-sizing.css +7 -0
  25. data/vendor/assets/stylesheets/dorian-tailwind/clear.css +15 -0
  26. data/vendor/assets/stylesheets/dorian-tailwind/cursor.css +31 -0
  27. data/vendor/assets/stylesheets/dorian-tailwind/display.css +83 -0
  28. data/vendor/assets/stylesheets/dorian-tailwind/divide-color.css +335 -0
  29. data/vendor/assets/stylesheets/dorian-tailwind/divide-style.css +19 -0
  30. data/vendor/assets/stylesheets/dorian-tailwind/divide-width.css +49 -0
  31. data/vendor/assets/stylesheets/dorian-tailwind/fill.css +3 -0
  32. data/vendor/assets/stylesheets/dorian-tailwind/filter.css +7 -0
  33. data/vendor/assets/stylesheets/dorian-tailwind/flex-direction.css +15 -0
  34. data/vendor/assets/stylesheets/dorian-tailwind/flex-grow.css +7 -0
  35. data/vendor/assets/stylesheets/dorian-tailwind/flex-shrink.css +7 -0
  36. data/vendor/assets/stylesheets/dorian-tailwind/flex-wrap.css +11 -0
  37. data/vendor/assets/stylesheets/dorian-tailwind/flex.css +15 -0
  38. data/vendor/assets/stylesheets/dorian-tailwind/float.css +11 -0
  39. data/vendor/assets/stylesheets/dorian-tailwind/font-family.css +14 -0
  40. data/vendor/assets/stylesheets/dorian-tailwind/font-size.css +64 -0
  41. data/vendor/assets/stylesheets/dorian-tailwind/font-smoothing.css +9 -0
  42. data/vendor/assets/stylesheets/dorian-tailwind/font-style.css +7 -0
  43. data/vendor/assets/stylesheets/dorian-tailwind/font-variant-numeric.css +35 -0
  44. data/vendor/assets/stylesheets/dorian-tailwind/font-weight.css +35 -0
  45. data/vendor/assets/stylesheets/dorian-tailwind/gap.css +419 -0
  46. data/vendor/assets/stylesheets/dorian-tailwind/grid-auto-columns.css +15 -0
  47. data/vendor/assets/stylesheets/dorian-tailwind/grid-auto-flow.css +15 -0
  48. data/vendor/assets/stylesheets/dorian-tailwind/grid-auto-rows.css +15 -0
  49. data/vendor/assets/stylesheets/dorian-tailwind/grid-column.css +167 -0
  50. data/vendor/assets/stylesheets/dorian-tailwind/grid-row.css +95 -0
  51. data/vendor/assets/stylesheets/dorian-tailwind/grid-template-columns.css +51 -0
  52. data/vendor/assets/stylesheets/dorian-tailwind/grid-template-rows.css +27 -0
  53. data/vendor/assets/stylesheets/dorian-tailwind/height.css +211 -0
  54. data/vendor/assets/stylesheets/dorian-tailwind/isolation.css +7 -0
  55. data/vendor/assets/stylesheets/dorian-tailwind/justify-content.css +23 -0
  56. data/vendor/assets/stylesheets/dorian-tailwind/justify-items.css +15 -0
  57. data/vendor/assets/stylesheets/dorian-tailwind/justify-self.css +19 -0
  58. data/vendor/assets/stylesheets/dorian-tailwind/letter-spacing.css +23 -0
  59. data/vendor/assets/stylesheets/dorian-tailwind/line-height.css +55 -0
  60. data/vendor/assets/stylesheets/dorian-tailwind/list-style-position.css +7 -0
  61. data/vendor/assets/stylesheets/dorian-tailwind/list-style-type.css +11 -0
  62. data/vendor/assets/stylesheets/dorian-tailwind/margin.css +2129 -0
  63. data/vendor/assets/stylesheets/dorian-tailwind/max-height.css +147 -0
  64. data/vendor/assets/stylesheets/dorian-tailwind/max-width.css +87 -0
  65. data/vendor/assets/stylesheets/dorian-tailwind/min-height.css +11 -0
  66. data/vendor/assets/stylesheets/dorian-tailwind/min-width.css +15 -0
  67. data/vendor/assets/stylesheets/dorian-tailwind/mix-blend-mode.css +63 -0
  68. data/vendor/assets/stylesheets/dorian-tailwind/object-fit.css +19 -0
  69. data/vendor/assets/stylesheets/dorian-tailwind/object-position.css +35 -0
  70. data/vendor/assets/stylesheets/dorian-tailwind/opacity.css +59 -0
  71. data/vendor/assets/stylesheets/dorian-tailwind/order.css +59 -0
  72. data/vendor/assets/stylesheets/dorian-tailwind/outline.css +14 -0
  73. data/vendor/assets/stylesheets/dorian-tailwind/overflow.css +47 -0
  74. data/vendor/assets/stylesheets/dorian-tailwind/overscroll-behavior.css +35 -0
  75. data/vendor/assets/stylesheets/dorian-tailwind/padding.css +1049 -0
  76. data/vendor/assets/stylesheets/dorian-tailwind/place-content.css +27 -0
  77. data/vendor/assets/stylesheets/dorian-tailwind/place-items.css +15 -0
  78. data/vendor/assets/stylesheets/dorian-tailwind/place-self.css +19 -0
  79. data/vendor/assets/stylesheets/dorian-tailwind/placeholder-color.css +335 -0
  80. data/vendor/assets/stylesheets/dorian-tailwind/pointer-events.css +7 -0
  81. data/vendor/assets/stylesheets/dorian-tailwind/position.css +19 -0
  82. data/vendor/assets/stylesheets/dorian-tailwind/resize.css +15 -0
  83. data/vendor/assets/stylesheets/dorian-tailwind/ring-offset-color.css +335 -0
  84. data/vendor/assets/stylesheets/dorian-tailwind/ring-offset-width.css +19 -0
  85. data/vendor/assets/stylesheets/dorian-tailwind/ring-width.css +23 -0
  86. data/vendor/assets/stylesheets/dorian-tailwind/screen-readers.css +22 -0
  87. data/vendor/assets/stylesheets/dorian-tailwind/space.css +699 -0
  88. data/vendor/assets/stylesheets/dorian-tailwind/stroke-width.css +11 -0
  89. data/vendor/assets/stylesheets/dorian-tailwind/stroke.css +3 -0
  90. data/vendor/assets/stylesheets/dorian-tailwind/table-layout.css +7 -0
  91. data/vendor/assets/stylesheets/dorian-tailwind/text-align.css +15 -0
  92. data/vendor/assets/stylesheets/dorian-tailwind/text-color.css +335 -0
  93. data/vendor/assets/stylesheets/dorian-tailwind/text-decoration.css +11 -0
  94. data/vendor/assets/stylesheets/dorian-tailwind/text-overflow.css +13 -0
  95. data/vendor/assets/stylesheets/dorian-tailwind/text-transform.css +15 -0
  96. data/vendor/assets/stylesheets/dorian-tailwind/top-right-bottom-left.css +2804 -0
  97. data/vendor/assets/stylesheets/dorian-tailwind/transform-origin.css +35 -0
  98. data/vendor/assets/stylesheets/dorian-tailwind/transform.css +13 -0
  99. data/vendor/assets/stylesheets/dorian-tailwind/transition-delay.css +31 -0
  100. data/vendor/assets/stylesheets/dorian-tailwind/transition-duration.css +31 -0
  101. data/vendor/assets/stylesheets/dorian-tailwind/transition-property.css +40 -0
  102. data/vendor/assets/stylesheets/dorian-tailwind/transition-timing-function.css +15 -0
  103. data/vendor/assets/stylesheets/dorian-tailwind/user-select.css +15 -0
  104. data/vendor/assets/stylesheets/dorian-tailwind/vertical-align.css +23 -0
  105. data/vendor/assets/stylesheets/dorian-tailwind/visibility.css +7 -0
  106. data/vendor/assets/stylesheets/dorian-tailwind/whitespace.css +19 -0
  107. data/vendor/assets/stylesheets/dorian-tailwind/width.css +263 -0
  108. data/vendor/assets/stylesheets/dorian-tailwind/word-break.css +12 -0
  109. data/vendor/assets/stylesheets/dorian-tailwind/z-index.css +27 -0
  110. metadata +153 -0
@@ -0,0 +1,99 @@
1
+ .border-0 {
2
+ border-width: 0px;
3
+ }
4
+
5
+ .border-2 {
6
+ border-width: 2px;
7
+ }
8
+
9
+ .border-4 {
10
+ border-width: 4px;
11
+ }
12
+
13
+ .border-8 {
14
+ border-width: 8px;
15
+ }
16
+
17
+ .border {
18
+ border-width: 1px;
19
+ }
20
+
21
+ .border-t-0 {
22
+ border-top-width: 0px;
23
+ }
24
+
25
+ .border-t-2 {
26
+ border-top-width: 2px;
27
+ }
28
+
29
+ .border-t-4 {
30
+ border-top-width: 4px;
31
+ }
32
+
33
+ .border-t-8 {
34
+ border-top-width: 8px;
35
+ }
36
+
37
+ .border-t {
38
+ border-top-width: 1px;
39
+ }
40
+
41
+ .border-r-0 {
42
+ border-right-width: 0px;
43
+ }
44
+
45
+ .border-r-2 {
46
+ border-right-width: 2px;
47
+ }
48
+
49
+ .border-r-4 {
50
+ border-right-width: 4px;
51
+ }
52
+
53
+ .border-r-8 {
54
+ border-right-width: 8px;
55
+ }
56
+
57
+ .border-r {
58
+ border-right-width: 1px;
59
+ }
60
+
61
+ .border-b-0 {
62
+ border-bottom-width: 0px;
63
+ }
64
+
65
+ .border-b-2 {
66
+ border-bottom-width: 2px;
67
+ }
68
+
69
+ .border-b-4 {
70
+ border-bottom-width: 4px;
71
+ }
72
+
73
+ .border-b-8 {
74
+ border-bottom-width: 8px;
75
+ }
76
+
77
+ .border-b {
78
+ border-bottom-width: 1px;
79
+ }
80
+
81
+ .border-l-0 {
82
+ border-left-width: 0px;
83
+ }
84
+
85
+ .border-l-2 {
86
+ border-left-width: 2px;
87
+ }
88
+
89
+ .border-l-4 {
90
+ border-left-width: 4px;
91
+ }
92
+
93
+ .border-l-8 {
94
+ border-left-width: 8px;
95
+ }
96
+
97
+ .border-l {
98
+ border-left-width: 1px;
99
+ }
@@ -0,0 +1,7 @@
1
+ .decoration-slice {
2
+ box-decoration-break: slice;
3
+ }
4
+
5
+ .decoration-clone {
6
+ box-decoration-break: clone;
7
+ }
@@ -0,0 +1,31 @@
1
+ .shadow-sm {
2
+ box-shadow: 1, 1, 1;
3
+ }
4
+
5
+ .shadow {
6
+ box-shadow: 1, 1, 1;
7
+ }
8
+
9
+ .shadow-md {
10
+ box-shadow: 1, 1, 1;
11
+ }
12
+
13
+ .shadow-lg {
14
+ box-shadow: 1, 1, 1;
15
+ }
16
+
17
+ .shadow-xl {
18
+ box-shadow: 1, 1, 1;
19
+ }
20
+
21
+ .shadow-2xl {
22
+ box-shadow: 1, 1, 1;
23
+ }
24
+
25
+ .shadow-inner {
26
+ box-shadow: 1, 1, 1;
27
+ }
28
+
29
+ .shadow-none {
30
+ box-shadow: 1, 1, 1;
31
+ }
@@ -0,0 +1,7 @@
1
+ .box-border {
2
+ box-sizing: border-box;
3
+ }
4
+
5
+ .box-content {
6
+ box-sizing: content-box;
7
+ }
@@ -0,0 +1,15 @@
1
+ .clear-left {
2
+ clear: left;
3
+ }
4
+
5
+ .clear-right {
6
+ clear: right;
7
+ }
8
+
9
+ .clear-both {
10
+ clear: both;
11
+ }
12
+
13
+ .clear-none {
14
+ clear: none;
15
+ }
@@ -0,0 +1,31 @@
1
+ .cursor-auto {
2
+ cursor: auto;
3
+ }
4
+
5
+ .cursor-default {
6
+ cursor: default;
7
+ }
8
+
9
+ .cursor-pointer {
10
+ cursor: pointer;
11
+ }
12
+
13
+ .cursor-wait {
14
+ cursor: wait;
15
+ }
16
+
17
+ .cursor-text {
18
+ cursor: text;
19
+ }
20
+
21
+ .cursor-move {
22
+ cursor: move;
23
+ }
24
+
25
+ .cursor-help {
26
+ cursor: help;
27
+ }
28
+
29
+ .cursor-not-allowed {
30
+ cursor: not-allowed;
31
+ }
@@ -0,0 +1,83 @@
1
+ .block {
2
+ display: block;
3
+ }
4
+
5
+ .inline-block {
6
+ display: inline-block;
7
+ }
8
+
9
+ .inline {
10
+ display: inline;
11
+ }
12
+
13
+ .flex {
14
+ display: flex;
15
+ }
16
+
17
+ .inline-flex {
18
+ display: inline-flex;
19
+ }
20
+
21
+ .table {
22
+ display: table;
23
+ }
24
+
25
+ .inline-table {
26
+ display: inline-table;
27
+ }
28
+
29
+ .table-caption {
30
+ display: table-caption;
31
+ }
32
+
33
+ .table-cell {
34
+ display: table-cell;
35
+ }
36
+
37
+ .table-column {
38
+ display: table-column;
39
+ }
40
+
41
+ .table-column-group {
42
+ display: table-column-group;
43
+ }
44
+
45
+ .table-footer-group {
46
+ display: table-footer-group;
47
+ }
48
+
49
+ .table-header-group {
50
+ display: table-header-group;
51
+ }
52
+
53
+ .table-row-group {
54
+ display: table-row-group;
55
+ }
56
+
57
+ .table-row {
58
+ display: table-row;
59
+ }
60
+
61
+ .flow-root {
62
+ display: flow-root;
63
+ }
64
+
65
+ .grid {
66
+ display: grid;
67
+ }
68
+
69
+ .inline-grid {
70
+ display: inline-grid;
71
+ }
72
+
73
+ .contents {
74
+ display: contents;
75
+ }
76
+
77
+ .list-item {
78
+ display: list-item;
79
+ }
80
+
81
+ .hidden {
82
+ display: none;
83
+ }
@@ -0,0 +1,335 @@
1
+ .divide-transparent > * + * {
2
+ border-color: transparent;
3
+ }
4
+
5
+ .divide-current > * + * {
6
+ border-color: currentColor;
7
+ }
8
+
9
+ .divide-black > * + * {
10
+ border-color: rgba(0, 0, 0, 1);
11
+ }
12
+
13
+ .divide-white > * + * {
14
+ border-color: rgba(255, 255, 255, 1);
15
+ }
16
+
17
+ .divide-gray-50 > * + * {
18
+ border-color: rgba(249, 250, 251, 1);
19
+ }
20
+
21
+ .divide-gray-100 > * + * {
22
+ border-color: rgba(243, 244, 246, 1);
23
+ }
24
+
25
+ .divide-gray-200 > * + * {
26
+ border-color: rgba(229, 231, 235, 1);
27
+ }
28
+
29
+ .divide-gray-300 > * + * {
30
+ border-color: rgba(209, 213, 219, 1);
31
+ }
32
+
33
+ .divide-gray-400 > * + * {
34
+ border-color: rgba(156, 163, 175, 1);
35
+ }
36
+
37
+ .divide-gray-500 > * + * {
38
+ border-color: rgba(107, 114, 128, 1);
39
+ }
40
+
41
+ .divide-gray-600 > * + * {
42
+ border-color: rgba(75, 85, 99, 1);
43
+ }
44
+
45
+ .divide-gray-700 > * + * {
46
+ border-color: rgba(55, 65, 81, 1);
47
+ }
48
+
49
+ .divide-gray-800 > * + * {
50
+ border-color: rgba(31, 41, 55, 1);
51
+ }
52
+
53
+ .divide-gray-900 > * + * {
54
+ border-color: rgba(17, 24, 39, 1);
55
+ }
56
+
57
+ .divide-red-50 > * + * {
58
+ border-color: rgba(254, 242, 242, 1);
59
+ }
60
+
61
+ .divide-red-100 > * + * {
62
+ border-color: rgba(254, 226, 226, 1);
63
+ }
64
+
65
+ .divide-red-200 > * + * {
66
+ border-color: rgba(254, 202, 202, 1);
67
+ }
68
+
69
+ .divide-red-300 > * + * {
70
+ border-color: rgba(252, 165, 165, 1);
71
+ }
72
+
73
+ .divide-red-400 > * + * {
74
+ border-color: rgba(248, 113, 113, 1);
75
+ }
76
+
77
+ .divide-red-500 > * + * {
78
+ border-color: rgba(239, 68, 68, 1);
79
+ }
80
+
81
+ .divide-red-600 > * + * {
82
+ border-color: rgba(220, 38, 38, 1);
83
+ }
84
+
85
+ .divide-red-700 > * + * {
86
+ border-color: rgba(185, 28, 28, 1);
87
+ }
88
+
89
+ .divide-red-800 > * + * {
90
+ border-color: rgba(153, 27, 27, 1);
91
+ }
92
+
93
+ .divide-red-900 > * + * {
94
+ border-color: rgba(127, 29, 29, 1);
95
+ }
96
+
97
+ .divide-yellow-50 > * + * {
98
+ border-color: rgba(255, 251, 235, 1);
99
+ }
100
+
101
+ .divide-yellow-100 > * + * {
102
+ border-color: rgba(254, 243, 199, 1);
103
+ }
104
+
105
+ .divide-yellow-200 > * + * {
106
+ border-color: rgba(253, 230, 138, 1);
107
+ }
108
+
109
+ .divide-yellow-300 > * + * {
110
+ border-color: rgba(252, 211, 77, 1);
111
+ }
112
+
113
+ .divide-yellow-400 > * + * {
114
+ border-color: rgba(251, 191, 36, 1);
115
+ }
116
+
117
+ .divide-yellow-500 > * + * {
118
+ border-color: rgba(245, 158, 11, 1);
119
+ }
120
+
121
+ .divide-yellow-600 > * + * {
122
+ border-color: rgba(217, 119, 6, 1);
123
+ }
124
+
125
+ .divide-yellow-700 > * + * {
126
+ border-color: rgba(180, 83, 9, 1);
127
+ }
128
+
129
+ .divide-yellow-800 > * + * {
130
+ border-color: rgba(146, 64, 14, 1);
131
+ }
132
+
133
+ .divide-yellow-900 > * + * {
134
+ border-color: rgba(120, 53, 15, 1);
135
+ }
136
+
137
+ .divide-green-50 > * + * {
138
+ border-color: rgba(236, 253, 245, 1);
139
+ }
140
+
141
+ .divide-green-100 > * + * {
142
+ border-color: rgba(209, 250, 229, 1);
143
+ }
144
+
145
+ .divide-green-200 > * + * {
146
+ border-color: rgba(167, 243, 208, 1);
147
+ }
148
+
149
+ .divide-green-300 > * + * {
150
+ border-color: rgba(110, 231, 183, 1);
151
+ }
152
+
153
+ .divide-green-400 > * + * {
154
+ border-color: rgba(52, 211, 153, 1);
155
+ }
156
+
157
+ .divide-green-500 > * + * {
158
+ border-color: rgba(16, 185, 129, 1);
159
+ }
160
+
161
+ .divide-green-600 > * + * {
162
+ border-color: rgba(5, 150, 105, 1);
163
+ }
164
+
165
+ .divide-green-700 > * + * {
166
+ border-color: rgba(4, 120, 87, 1);
167
+ }
168
+
169
+ .divide-green-800 > * + * {
170
+ border-color: rgba(6, 95, 70, 1);
171
+ }
172
+
173
+ .divide-green-900 > * + * {
174
+ border-color: rgba(6, 78, 59, 1);
175
+ }
176
+
177
+ .divide-blue-50 > * + * {
178
+ border-color: rgba(239, 246, 255, 1);
179
+ }
180
+
181
+ .divide-blue-100 > * + * {
182
+ border-color: rgba(219, 234, 254, 1);
183
+ }
184
+
185
+ .divide-blue-200 > * + * {
186
+ border-color: rgba(191, 219, 254, 1);
187
+ }
188
+
189
+ .divide-blue-300 > * + * {
190
+ border-color: rgba(147, 197, 253, 1);
191
+ }
192
+
193
+ .divide-blue-400 > * + * {
194
+ border-color: rgba(96, 165, 250, 1);
195
+ }
196
+
197
+ .divide-blue-500 > * + * {
198
+ border-color: rgba(59, 130, 246, 1);
199
+ }
200
+
201
+ .divide-blue-600 > * + * {
202
+ border-color: rgba(37, 99, 235, 1);
203
+ }
204
+
205
+ .divide-blue-700 > * + * {
206
+ border-color: rgba(29, 78, 216, 1);
207
+ }
208
+
209
+ .divide-blue-800 > * + * {
210
+ border-color: rgba(30, 64, 175, 1);
211
+ }
212
+
213
+ .divide-blue-900 > * + * {
214
+ border-color: rgba(30, 58, 138, 1);
215
+ }
216
+
217
+ .divide-indigo-50 > * + * {
218
+ border-color: rgba(238, 242, 255, 1);
219
+ }
220
+
221
+ .divide-indigo-100 > * + * {
222
+ border-color: rgba(224, 231, 255, 1);
223
+ }
224
+
225
+ .divide-indigo-200 > * + * {
226
+ border-color: rgba(199, 210, 254, 1);
227
+ }
228
+
229
+ .divide-indigo-300 > * + * {
230
+ border-color: rgba(165, 180, 252, 1);
231
+ }
232
+
233
+ .divide-indigo-400 > * + * {
234
+ border-color: rgba(129, 140, 248, 1);
235
+ }
236
+
237
+ .divide-indigo-500 > * + * {
238
+ border-color: rgba(99, 102, 241, 1);
239
+ }
240
+
241
+ .divide-indigo-600 > * + * {
242
+ border-color: rgba(79, 70, 229, 1);
243
+ }
244
+
245
+ .divide-indigo-700 > * + * {
246
+ border-color: rgba(67, 56, 202, 1);
247
+ }
248
+
249
+ .divide-indigo-800 > * + * {
250
+ border-color: rgba(55, 48, 163, 1);
251
+ }
252
+
253
+ .divide-indigo-900 > * + * {
254
+ border-color: rgba(49, 46, 129, 1);
255
+ }
256
+
257
+ .divide-purple-50 > * + * {
258
+ border-color: rgba(245, 243, 255, 1);
259
+ }
260
+
261
+ .divide-purple-100 > * + * {
262
+ border-color: rgba(237, 233, 254, 1);
263
+ }
264
+
265
+ .divide-purple-200 > * + * {
266
+ border-color: rgba(221, 214, 254, 1);
267
+ }
268
+
269
+ .divide-purple-300 > * + * {
270
+ border-color: rgba(196, 181, 253, 1);
271
+ }
272
+
273
+ .divide-purple-400 > * + * {
274
+ border-color: rgba(167, 139, 250, 1);
275
+ }
276
+
277
+ .divide-purple-500 > * + * {
278
+ border-color: rgba(139, 92, 246, 1);
279
+ }
280
+
281
+ .divide-purple-600 > * + * {
282
+ border-color: rgba(124, 58, 237, 1);
283
+ }
284
+
285
+ .divide-purple-700 > * + * {
286
+ border-color: rgba(109, 40, 217, 1);
287
+ }
288
+
289
+ .divide-purple-800 > * + * {
290
+ border-color: rgba(91, 33, 182, 1);
291
+ }
292
+
293
+ .divide-purple-900 > * + * {
294
+ border-color: rgba(76, 29, 149, 1);
295
+ }
296
+
297
+ .divide-pink-50 > * + * {
298
+ border-color: rgba(253, 242, 248, 1);
299
+ }
300
+
301
+ .divide-pink-100 > * + * {
302
+ border-color: rgba(252, 231, 243, 1);
303
+ }
304
+
305
+ .divide-pink-200 > * + * {
306
+ border-color: rgba(251, 207, 232, 1);
307
+ }
308
+
309
+ .divide-pink-300 > * + * {
310
+ border-color: rgba(249, 168, 212, 1);
311
+ }
312
+
313
+ .divide-pink-400 > * + * {
314
+ border-color: rgba(244, 114, 182, 1);
315
+ }
316
+
317
+ .divide-pink-500 > * + * {
318
+ border-color: rgba(236, 72, 153, 1);
319
+ }
320
+
321
+ .divide-pink-600 > * + * {
322
+ border-color: rgba(219, 39, 119, 1);
323
+ }
324
+
325
+ .divide-pink-700 > * + * {
326
+ border-color: rgba(190, 24, 93, 1);
327
+ }
328
+
329
+ .divide-pink-800 > * + * {
330
+ border-color: rgba(157, 23, 77, 1);
331
+ }
332
+
333
+ .divide-pink-900 > * + * {
334
+ border-color: rgba(131, 24, 67, 1);
335
+ }
@@ -0,0 +1,19 @@
1
+ .divide-solid > * + * {
2
+ border-style: solid;
3
+ }
4
+
5
+ .divide-dashed > * + * {
6
+ border-style: dashed;
7
+ }
8
+
9
+ .divide-dotted > * + * {
10
+ border-style: dotted;
11
+ }
12
+
13
+ .divide-double > * + * {
14
+ border-style: double;
15
+ }
16
+
17
+ .divide-none > * + * {
18
+ border-style: none;
19
+ }
@@ -0,0 +1,49 @@
1
+ .divide-x-0 > * + * {
2
+ border-right-width: calc(0px * 1);
3
+ border-left-width: calc(0px * calc(1 - 1));
4
+ }
5
+
6
+ .divide-x-2 > * + * {
7
+ border-right-width: calc(2px * 1);
8
+ border-left-width: calc(2px * calc(1 - 1));
9
+ }
10
+
11
+ .divide-x-4 > * + * {
12
+ border-right-width: calc(4px * 1);
13
+ border-left-width: calc(4px * calc(1 - 1));
14
+ }
15
+
16
+ .divide-x-8 > * + * {
17
+ border-right-width: calc(8px * 1);
18
+ border-left-width: calc(8px * calc(1 - 1));
19
+ }
20
+
21
+ .divide-x > * + * {
22
+ border-right-width: calc(1px * 1);
23
+ border-left-width: calc(1px * calc(1 - 1));
24
+ }
25
+
26
+ .divide-y-0 > * + * {
27
+ border-top-width: calc(0px * calc(1 - 1));
28
+ border-bottom-width: calc(0px * 1);
29
+ }
30
+
31
+ .divide-y-2 > * + * {
32
+ border-top-width: calc(2px * calc(1 - 1));
33
+ border-bottom-width: calc(2px * 1);
34
+ }
35
+
36
+ .divide-y-4 > * + * {
37
+ border-top-width: calc(4px * calc(1 - 1));
38
+ border-bottom-width: calc(4px * 1);
39
+ }
40
+
41
+ .divide-y-8 > * + * {
42
+ border-top-width: calc(8px * calc(1 - 1));
43
+ border-bottom-width: calc(8px * 1);
44
+ }
45
+
46
+ .divide-y > * + * {
47
+ border-top-width: calc(1px * calc(1 - 1));
48
+ border-bottom-width: calc(1px * 1);
49
+ }
@@ -0,0 +1,3 @@
1
+ .fill-current {
2
+ fill: currentColor;
3
+ }
@@ -0,0 +1,7 @@
1
+ .filter {
2
+ filter: 1 1 1 1 1 1 1 1 1;
3
+ }
4
+
5
+ .filter-none {
6
+ filter: none;
7
+ }
@@ -0,0 +1,15 @@
1
+ .flex-row {
2
+ flex-direction: row;
3
+ }
4
+
5
+ .flex-row-reverse {
6
+ flex-direction: row-reverse;
7
+ }
8
+
9
+ .flex-col {
10
+ flex-direction: column;
11
+ }
12
+
13
+ .flex-col-reverse {
14
+ flex-direction: column-reverse;
15
+ }
@@ -0,0 +1,7 @@
1
+ .flex-grow-0 {
2
+ flex-grow: 0;
3
+ }
4
+
5
+ .flex-grow {
6
+ flex-grow: 1;
7
+ }