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 94556d1 commit 3c80b58Copy full SHA for 3c80b58
lib/generators/ruby_ui/install/templates/tailwind.css.erb
@@ -51,11 +51,6 @@
51
--warning-foreground: hsl(0 0% 100%);
52
--success: hsl(87 100% 37%);
53
--success-foreground: hsl(0 0% 100%);
54
-
55
- /* Container settings */
56
- --container-center: true;
57
- --container-padding: hsl(2rem);
58
- --container-max-width-2xl: hsl(1400px);
59
}
60
61
.dark {
@@ -144,6 +139,13 @@
144
139
--color-success-foreground: var(--success-foreground);
145
140
146
141
142
+/* Container settings */
143
+@utility container {
+ margin-inline: auto;
+ padding-inline: 2rem;
+ max-width: 1400px;
147
+}
148
+
149
@layer base {
150
* {
151
@apply border-border outline-ring/50;
0 commit comments