dorian-tailwind 0.1.0 → 0.5.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 (123) hide show
  1. checksums.yaml +4 -4
  2. data/{vendor → app}/assets/stylesheets/dorian-tailwind/align-content.css +0 -0
  3. data/{vendor → app}/assets/stylesheets/dorian-tailwind/align-items.css +0 -0
  4. data/{vendor → app}/assets/stylesheets/dorian-tailwind/align-self.css +0 -0
  5. data/{vendor → app}/assets/stylesheets/dorian-tailwind/appearance.css +0 -0
  6. data/app/assets/stylesheets/dorian-tailwind/backdrop-filter.css +8 -0
  7. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-attachment.css +0 -0
  8. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-blend-mode.css +0 -0
  9. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-clip.css +0 -0
  10. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-color.css +0 -0
  11. data/app/assets/stylesheets/dorian-tailwind/background-image.css +51 -0
  12. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-origin.css +0 -0
  13. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-position.css +0 -0
  14. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-repeat.css +0 -0
  15. data/{vendor → app}/assets/stylesheets/dorian-tailwind/background-size.css +0 -0
  16. data/{vendor → app}/assets/stylesheets/dorian-tailwind/border-collapse.css +0 -0
  17. data/{vendor → app}/assets/stylesheets/dorian-tailwind/border-color.css +0 -0
  18. data/{vendor → app}/assets/stylesheets/dorian-tailwind/border-radius.css +0 -0
  19. data/{vendor → app}/assets/stylesheets/dorian-tailwind/border-style.css +0 -0
  20. data/{vendor → app}/assets/stylesheets/dorian-tailwind/border-width.css +0 -0
  21. data/{vendor → app}/assets/stylesheets/dorian-tailwind/box-decoration-break.css +0 -0
  22. data/app/assets/stylesheets/dorian-tailwind/box-shadow.css +31 -0
  23. data/{vendor → app}/assets/stylesheets/dorian-tailwind/box-sizing.css +0 -0
  24. data/{vendor → app}/assets/stylesheets/dorian-tailwind/clear.css +0 -0
  25. data/{vendor → app}/assets/stylesheets/dorian-tailwind/cursor.css +0 -0
  26. data/{vendor → app}/assets/stylesheets/dorian-tailwind/display.css +0 -0
  27. data/{vendor → app}/assets/stylesheets/dorian-tailwind/divide-color.css +0 -0
  28. data/{vendor → app}/assets/stylesheets/dorian-tailwind/divide-style.css +0 -0
  29. data/app/assets/stylesheets/dorian-tailwind/divide-width.css +49 -0
  30. data/{vendor → app}/assets/stylesheets/dorian-tailwind/fill.css +0 -0
  31. data/app/assets/stylesheets/dorian-tailwind/filter.css +8 -0
  32. data/{vendor → app}/assets/stylesheets/dorian-tailwind/flex-direction.css +0 -0
  33. data/{vendor → app}/assets/stylesheets/dorian-tailwind/flex-grow.css +0 -0
  34. data/{vendor → app}/assets/stylesheets/dorian-tailwind/flex-shrink.css +0 -0
  35. data/{vendor → app}/assets/stylesheets/dorian-tailwind/flex-wrap.css +0 -0
  36. data/{vendor → app}/assets/stylesheets/dorian-tailwind/flex.css +0 -0
  37. data/{vendor → app}/assets/stylesheets/dorian-tailwind/float.css +0 -0
  38. data/{vendor → app}/assets/stylesheets/dorian-tailwind/font-family.css +0 -0
  39. data/{vendor → app}/assets/stylesheets/dorian-tailwind/font-size.css +0 -0
  40. data/{vendor → app}/assets/stylesheets/dorian-tailwind/font-smoothing.css +0 -0
  41. data/{vendor → app}/assets/stylesheets/dorian-tailwind/font-style.css +0 -0
  42. data/{vendor → app}/assets/stylesheets/dorian-tailwind/font-variant-numeric.css +0 -0
  43. data/{vendor → app}/assets/stylesheets/dorian-tailwind/font-weight.css +0 -0
  44. data/{vendor → app}/assets/stylesheets/dorian-tailwind/gap.css +12 -12
  45. data/{vendor → app}/assets/stylesheets/dorian-tailwind/grid-auto-columns.css +0 -0
  46. data/{vendor → app}/assets/stylesheets/dorian-tailwind/grid-auto-flow.css +0 -0
  47. data/{vendor → app}/assets/stylesheets/dorian-tailwind/grid-auto-rows.css +0 -0
  48. data/{vendor → app}/assets/stylesheets/dorian-tailwind/grid-column.css +0 -0
  49. data/{vendor → app}/assets/stylesheets/dorian-tailwind/grid-row.css +0 -0
  50. data/{vendor → app}/assets/stylesheets/dorian-tailwind/grid-template-columns.css +0 -0
  51. data/{vendor → app}/assets/stylesheets/dorian-tailwind/grid-template-rows.css +0 -0
  52. data/{vendor → app}/assets/stylesheets/dorian-tailwind/height.css +19 -19
  53. data/{vendor → app}/assets/stylesheets/dorian-tailwind/isolation.css +0 -0
  54. data/{vendor → app}/assets/stylesheets/dorian-tailwind/justify-content.css +0 -0
  55. data/{vendor → app}/assets/stylesheets/dorian-tailwind/justify-items.css +0 -0
  56. data/{vendor → app}/assets/stylesheets/dorian-tailwind/justify-self.css +0 -0
  57. data/{vendor → app}/assets/stylesheets/dorian-tailwind/letter-spacing.css +0 -0
  58. data/{vendor → app}/assets/stylesheets/dorian-tailwind/line-height.css +0 -0
  59. data/{vendor → app}/assets/stylesheets/dorian-tailwind/list-style-position.css +0 -0
  60. data/{vendor → app}/assets/stylesheets/dorian-tailwind/list-style-type.css +0 -0
  61. data/{vendor → app}/assets/stylesheets/dorian-tailwind/margin.css +56 -56
  62. data/{vendor → app}/assets/stylesheets/dorian-tailwind/max-height.css +4 -4
  63. data/{vendor → app}/assets/stylesheets/dorian-tailwind/max-width.css +0 -0
  64. data/{vendor → app}/assets/stylesheets/dorian-tailwind/min-height.css +0 -0
  65. data/{vendor → app}/assets/stylesheets/dorian-tailwind/min-width.css +0 -0
  66. data/{vendor → app}/assets/stylesheets/dorian-tailwind/mix-blend-mode.css +0 -0
  67. data/{vendor → app}/assets/stylesheets/dorian-tailwind/object-fit.css +0 -0
  68. data/{vendor → app}/assets/stylesheets/dorian-tailwind/object-position.css +0 -0
  69. data/{vendor → app}/assets/stylesheets/dorian-tailwind/opacity.css +0 -0
  70. data/{vendor → app}/assets/stylesheets/dorian-tailwind/order.css +0 -0
  71. data/{vendor → app}/assets/stylesheets/dorian-tailwind/outline.css +0 -0
  72. data/{vendor → app}/assets/stylesheets/dorian-tailwind/overflow.css +0 -0
  73. data/{vendor → app}/assets/stylesheets/dorian-tailwind/overscroll-behavior.css +0 -0
  74. data/{vendor → app}/assets/stylesheets/dorian-tailwind/padding.css +28 -28
  75. data/{vendor → app}/assets/stylesheets/dorian-tailwind/place-content.css +0 -0
  76. data/{vendor → app}/assets/stylesheets/dorian-tailwind/place-items.css +0 -0
  77. data/{vendor → app}/assets/stylesheets/dorian-tailwind/place-self.css +0 -0
  78. data/{vendor → app}/assets/stylesheets/dorian-tailwind/placeholder-color.css +0 -0
  79. data/{vendor → app}/assets/stylesheets/dorian-tailwind/pointer-events.css +0 -0
  80. data/{vendor → app}/assets/stylesheets/dorian-tailwind/position.css +0 -0
  81. data/app/assets/stylesheets/dorian-tailwind/preflight.css +392 -0
  82. data/{vendor → app}/assets/stylesheets/dorian-tailwind/resize.css +0 -0
  83. data/app/assets/stylesheets/dorian-tailwind/ring-offset-color.css +335 -0
  84. data/app/assets/stylesheets/dorian-tailwind/ring-offset-width.css +19 -0
  85. data/app/assets/stylesheets/dorian-tailwind/ring-width.css +23 -0
  86. data/{vendor → app}/assets/stylesheets/dorian-tailwind/screen-readers.css +0 -0
  87. data/app/assets/stylesheets/dorian-tailwind/space.css +699 -0
  88. data/{vendor → app}/assets/stylesheets/dorian-tailwind/stroke-width.css +0 -0
  89. data/{vendor → app}/assets/stylesheets/dorian-tailwind/stroke.css +0 -0
  90. data/{vendor → app}/assets/stylesheets/dorian-tailwind/table-layout.css +0 -0
  91. data/{vendor → app}/assets/stylesheets/dorian-tailwind/text-align.css +0 -0
  92. data/{vendor → app}/assets/stylesheets/dorian-tailwind/text-color.css +0 -0
  93. data/{vendor → app}/assets/stylesheets/dorian-tailwind/text-decoration.css +0 -0
  94. data/{vendor → app}/assets/stylesheets/dorian-tailwind/text-overflow.css +0 -0
  95. data/{vendor → app}/assets/stylesheets/dorian-tailwind/text-transform.css +0 -0
  96. data/{vendor → app}/assets/stylesheets/dorian-tailwind/top-right-bottom-left.css +140 -140
  97. data/{vendor → app}/assets/stylesheets/dorian-tailwind/transform-origin.css +0 -0
  98. data/app/assets/stylesheets/dorian-tailwind/transform.css +13 -0
  99. data/{vendor → app}/assets/stylesheets/dorian-tailwind/transition-delay.css +0 -0
  100. data/{vendor → app}/assets/stylesheets/dorian-tailwind/transition-duration.css +0 -0
  101. data/{vendor → app}/assets/stylesheets/dorian-tailwind/transition-property.css +0 -0
  102. data/{vendor → app}/assets/stylesheets/dorian-tailwind/transition-timing-function.css +0 -0
  103. data/{vendor → app}/assets/stylesheets/dorian-tailwind/user-select.css +0 -0
  104. data/{vendor → app}/assets/stylesheets/dorian-tailwind/vertical-align.css +0 -0
  105. data/{vendor → app}/assets/stylesheets/dorian-tailwind/visibility.css +0 -0
  106. data/{vendor → app}/assets/stylesheets/dorian-tailwind/whitespace.css +0 -0
  107. data/{vendor → app}/assets/stylesheets/dorian-tailwind/width.css +30 -30
  108. data/{vendor → app}/assets/stylesheets/dorian-tailwind/word-break.css +0 -0
  109. data/{vendor → app}/assets/stylesheets/dorian-tailwind/z-index.css +0 -0
  110. data/app/assets/stylesheets/dorian-tailwind.css.scss +108 -0
  111. data/lib/dorian/tailwind.rb +9 -0
  112. metadata +129 -112
  113. data/vendor/assets/stylesheets/dorian-tailwind/animation.css +0 -58
  114. data/vendor/assets/stylesheets/dorian-tailwind/backdrop-filter.css +0 -7
  115. data/vendor/assets/stylesheets/dorian-tailwind/background-image.css +0 -35
  116. data/vendor/assets/stylesheets/dorian-tailwind/box-shadow.css +0 -31
  117. data/vendor/assets/stylesheets/dorian-tailwind/divide-width.css +0 -49
  118. data/vendor/assets/stylesheets/dorian-tailwind/filter.css +0 -7
  119. data/vendor/assets/stylesheets/dorian-tailwind/ring-offset-color.css +0 -335
  120. data/vendor/assets/stylesheets/dorian-tailwind/ring-offset-width.css +0 -19
  121. data/vendor/assets/stylesheets/dorian-tailwind/ring-width.css +0 -23
  122. data/vendor/assets/stylesheets/dorian-tailwind/space.css +0 -699
  123. data/vendor/assets/stylesheets/dorian-tailwind/transform.css +0 -13
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b05112efe018d0b910ebb4924d5d4ebaf3bfc59bbb32c1e078556da4b74eedd6
4
- data.tar.gz: '08b0f95e287214dbe8ee1c7eb8b6bd30bce3f00958ef82cdf9c7cf56ab9ec6b0'
3
+ metadata.gz: d24ad9fe490b2fc0f25551d9d29d1527259671c85660ecafae4b84e53a8d98ba
4
+ data.tar.gz: beba0c6863174b57e9e1e1359c49e3973f79765c8370946890b3487e4457cb5d
5
5
  SHA512:
6
- metadata.gz: a7ede6fcadb607a6d9c396e4488a1e4723f562c3c6cdf748aea0e7781c9643d52337b613c4937e740c517e2dc1b50d7d619cfe36fdbea33b283fcc78bb934eb4
7
- data.tar.gz: 70b079b5fb08a480d1a1d71be49819183f90b2734a49de54218d470998e20b327d9a59ce1478614b1c80fb3c18559aef56f14982f428d9df335401321373e76e
6
+ metadata.gz: f53dc7f5c6d09c56d9f16f10923aadc43de5110499bf351a92bb532f0d1f431c0792465de0020e784cf4913092c4bb9b87f72d279a88cc23ac34fffe76f79cec
7
+ data.tar.gz: be1847bd8636f909547290416afac676c86d4f31027739a604a37cc1d7f0fc3a0ee284a8a6268062203946012d10ad6467f73e8e770d349008ae2fa412ace71b
@@ -0,0 +1,8 @@
1
+ .backdrop-filter {
2
+ backdrop-filter: blur(0) brightness(1) contrast(1) grascale(0)
3
+ hue-rotate(0deg) invert(0) 1 saturate(1) sepia(0);
4
+ }
5
+
6
+ .backdrop-filter-none {
7
+ backdrop-filter: none;
8
+ }
@@ -0,0 +1,51 @@
1
+ .bg-none {
2
+ background-image: none;
3
+ }
4
+
5
+ .bg-gradient-to-t {
6
+ background-image: linear-gradient(to top, #f9fafb, rgba(249, 250, 251, 0));
7
+ }
8
+
9
+ .bg-gradient-to-tr {
10
+ background-image: linear-gradient(
11
+ to top right,
12
+ #f9fafb,
13
+ rgba(249, 250, 251, 0)
14
+ );
15
+ }
16
+
17
+ .bg-gradient-to-r {
18
+ background-image: linear-gradient(to right, #f9fafb, rgba(249, 250, 251, 0));
19
+ }
20
+
21
+ .bg-gradient-to-br {
22
+ background-image: linear-gradient(
23
+ to bottom right,
24
+ #f9fafb,
25
+ rgba(249, 250, 251, 0)
26
+ );
27
+ }
28
+
29
+ .bg-gradient-to-b {
30
+ background-image: linear-gradient(to bottom, #f9fafb, rgba(249, 250, 251, 0));
31
+ }
32
+
33
+ .bg-gradient-to-bl {
34
+ background-image: linear-gradient(
35
+ to bottom left,
36
+ #f9fafb,
37
+ rgba(249, 250, 251, 0)
38
+ );
39
+ }
40
+
41
+ .bg-gradient-to-l {
42
+ background-image: linear-gradient(to left, #f9fafb, rgba(249, 250, 251, 0));
43
+ }
44
+
45
+ .bg-gradient-to-tl {
46
+ background-image: linear-gradient(
47
+ to top left,
48
+ #f9fafb,
49
+ rgba(249, 250, 251, 0)
50
+ );
51
+ }
@@ -0,0 +1,31 @@
1
+ .shadow-sm {
2
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
3
+ }
4
+
5
+ .shadow {
6
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
7
+ }
8
+
9
+ .shadow-md {
10
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
11
+ }
12
+
13
+ .shadow-lg {
14
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
15
+ }
16
+
17
+ .shadow-xl {
18
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
19
+ }
20
+
21
+ .shadow-2xl {
22
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
23
+ }
24
+
25
+ .shadow-inner {
26
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
27
+ }
28
+
29
+ .shadow-none {
30
+ box-shadow: 0 0 #0000, 0 0 #0000, 0 0 #0000;
31
+ }
@@ -0,0 +1,49 @@
1
+ .divide-x-0 > * + * {
2
+ border-right-width: calc(0px * 0);
3
+ border-left-width: calc(0px * calc(1 - 0));
4
+ }
5
+
6
+ .divide-x-2 > * + * {
7
+ border-right-width: calc(2px * 0);
8
+ border-left-width: calc(2px * calc(1 - 0));
9
+ }
10
+
11
+ .divide-x-4 > * + * {
12
+ border-right-width: calc(4px * 0);
13
+ border-left-width: calc(4px * calc(1 - 0));
14
+ }
15
+
16
+ .divide-x-8 > * + * {
17
+ border-right-width: calc(8px * 0);
18
+ border-left-width: calc(8px * calc(1 - 0));
19
+ }
20
+
21
+ .divide-x > * + * {
22
+ border-right-width: calc(1px * 0);
23
+ border-left-width: calc(1px * calc(1 - 0));
24
+ }
25
+
26
+ .divide-y-0 > * + * {
27
+ border-top-width: calc(0px * calc(1 - 0));
28
+ border-bottom-width: calc(0px * 0);
29
+ }
30
+
31
+ .divide-y-2 > * + * {
32
+ border-top-width: calc(2px * calc(1 - 0));
33
+ border-bottom-width: calc(2px * 0);
34
+ }
35
+
36
+ .divide-y-4 > * + * {
37
+ border-top-width: calc(4px * calc(1 - 0));
38
+ border-bottom-width: calc(4px * 0);
39
+ }
40
+
41
+ .divide-y-8 > * + * {
42
+ border-top-width: calc(8px * calc(1 - 0));
43
+ border-bottom-width: calc(8px * 0);
44
+ }
45
+
46
+ .divide-y > * + * {
47
+ border-top-width: calc(1px * calc(1 - 0));
48
+ border-bottom-width: calc(1px * 0);
49
+ }
@@ -0,0 +1,8 @@
1
+ .filter {
2
+ filter: blur(0) brightness(1) contrast(1) grayscale(0) hue-rotate(0deg)
3
+ invert(0) saturate(1) sepia(0) drop-shadow(0 0 #0000);
4
+ }
5
+
6
+ .filter-none {
7
+ filter: none;
8
+ }
@@ -22,15 +22,15 @@
22
22
  row-gap: 1px;
23
23
  }
24
24
 
25
- .gap-0.5 {
25
+ .gap-0\.5 {
26
26
  gap: 0.125rem;
27
27
  }
28
28
 
29
- .gap-x-0.5 {
29
+ .gap-x-0\.5 {
30
30
  column-gap: 0.125rem;
31
31
  }
32
32
 
33
- .gap-y-0.5 {
33
+ .gap-y-0\.5 {
34
34
  row-gap: 0.125rem;
35
35
  }
36
36
 
@@ -46,15 +46,15 @@
46
46
  row-gap: 0.25rem;
47
47
  }
48
48
 
49
- .gap-1.5 {
49
+ .gap-1\.5 {
50
50
  gap: 0.375rem;
51
51
  }
52
52
 
53
- .gap-x-1.5 {
53
+ .gap-x-1\.5 {
54
54
  column-gap: 0.375rem;
55
55
  }
56
56
 
57
- .gap-y-1.5 {
57
+ .gap-y-1\.5 {
58
58
  row-gap: 0.375rem;
59
59
  }
60
60
 
@@ -70,15 +70,15 @@
70
70
  row-gap: 0.5rem;
71
71
  }
72
72
 
73
- .gap-2.5 {
73
+ .gap-2\.5 {
74
74
  gap: 0.625rem;
75
75
  }
76
76
 
77
- .gap-x-2.5 {
77
+ .gap-x-2\.5 {
78
78
  column-gap: 0.625rem;
79
79
  }
80
80
 
81
- .gap-y-2.5 {
81
+ .gap-y-2\.5 {
82
82
  row-gap: 0.625rem;
83
83
  }
84
84
 
@@ -94,15 +94,15 @@
94
94
  row-gap: 0.75rem;
95
95
  }
96
96
 
97
- .gap-3.5 {
97
+ .gap-3\.5 {
98
98
  gap: 0.875rem;
99
99
  }
100
100
 
101
- .gap-x-3.5 {
101
+ .gap-x-3\.5 {
102
102
  column-gap: 0.875rem;
103
103
  }
104
104
 
105
- .gap-y-3.5 {
105
+ .gap-y-3\.5 {
106
106
  row-gap: 0.875rem;
107
107
  }
108
108
 
@@ -6,7 +6,7 @@
6
6
  height: 1px;
7
7
  }
8
8
 
9
- .h-0.5 {
9
+ .h-0\.5 {
10
10
  height: 0.125rem;
11
11
  }
12
12
 
@@ -14,7 +14,7 @@
14
14
  height: 0.25rem;
15
15
  }
16
16
 
17
- .h-1.5 {
17
+ .h-1\.5 {
18
18
  height: 0.375rem;
19
19
  }
20
20
 
@@ -22,7 +22,7 @@
22
22
  height: 0.5rem;
23
23
  }
24
24
 
25
- .h-2.5 {
25
+ .h-2\.5 {
26
26
  height: 0.625rem;
27
27
  }
28
28
 
@@ -30,7 +30,7 @@
30
30
  height: 0.75rem;
31
31
  }
32
32
 
33
- .h-3.5 {
33
+ .h-3\.5 {
34
34
  height: 0.875rem;
35
35
  }
36
36
 
@@ -142,63 +142,63 @@
142
142
  height: auto;
143
143
  }
144
144
 
145
- .h-1/2 {
145
+ .h-1\/2 {
146
146
  height: 50%;
147
147
  }
148
148
 
149
- .h-1/3 {
149
+ .h-1\/3 {
150
150
  height: 33.333333%;
151
151
  }
152
152
 
153
- .h-2/3 {
153
+ .h-2\/3 {
154
154
  height: 66.666667%;
155
155
  }
156
156
 
157
- .h-1/4 {
157
+ .h-1\/4 {
158
158
  height: 25%;
159
159
  }
160
160
 
161
- .h-2/4 {
161
+ .h-2\/4 {
162
162
  height: 50%;
163
163
  }
164
164
 
165
- .h-3/4 {
165
+ .h-3\/4 {
166
166
  height: 75%;
167
167
  }
168
168
 
169
- .h-1/5 {
169
+ .h-1\/5 {
170
170
  height: 20%;
171
171
  }
172
172
 
173
- .h-2/5 {
173
+ .h-2\/5 {
174
174
  height: 40%;
175
175
  }
176
176
 
177
- .h-3/5 {
177
+ .h-3\/5 {
178
178
  height: 60%;
179
179
  }
180
180
 
181
- .h-4/5 {
181
+ .h-4\/5 {
182
182
  height: 80%;
183
183
  }
184
184
 
185
- .h-1/6 {
185
+ .h-1\/6 {
186
186
  height: 16.666667%;
187
187
  }
188
188
 
189
- .h-2/6 {
189
+ .h-2\/6 {
190
190
  height: 33.333333%;
191
191
  }
192
192
 
193
- .h-3/6 {
193
+ .h-3\/6 {
194
194
  height: 50%;
195
195
  }
196
196
 
197
- .h-4/6 {
197
+ .h-4\/6 {
198
198
  height: 66.666667%;
199
199
  }
200
200
 
201
- .h-5/6 {
201
+ .h-5\/6 {
202
202
  height: 83.333333%;
203
203
  }
204
204