Skip to content

Commit ecb28eb

Browse files
author
Ubuntu
committed
tailwind
1 parent 1f310b9 commit ecb28eb

File tree

1 file changed

+0
-46
lines changed

1 file changed

+0
-46
lines changed

packages/gui/assets/tailwind.css

Lines changed: 0 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
'Noto Color Emoji';
88
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New',
99
monospace;
10-
--color-red-500: oklch(63.7% 0.237 25.331);
11-
--color-green-200: oklch(92.5% 0.084 155.995);
1210
--color-green-500: oklch(72.3% 0.219 149.579);
1311
--spacing: 0.25rem;
1412
--radius-lg: 0.5rem;
@@ -162,59 +160,27 @@
162160
}
163161
}
164162
@layer utilities {
165-
.m-auto {
166-
margin: auto;
167-
}
168163
.my-5 {
169164
margin-block: calc(var(--spacing) * 5);
170165
}
171-
.mt-5 {
172-
margin-top: calc(var(--spacing) * 5);
173-
}
174-
.table {
175-
display: table;
176-
}
177-
.border-collapse {
178-
border-collapse: collapse;
179-
}
180166
.transform {
181167
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
182168
}
183169
.cursor-pointer {
184170
cursor: pointer;
185171
}
186-
.resize {
187-
resize: both;
188-
}
189172
.rounded-lg {
190173
border-radius: var(--radius-lg);
191174
}
192-
.border {
193-
border-style: var(--tw-border-style);
194-
border-width: 1px;
195-
}
196-
.bg-green-200 {
197-
background-color: var(--color-green-200);
198-
}
199175
.bg-green-500 {
200176
background-color: var(--color-green-500);
201177
}
202-
.bg-red-500 {
203-
background-color: var(--color-red-500);
204-
}
205178
.px-3 {
206179
padding-inline: calc(var(--spacing) * 3);
207180
}
208181
.py-1 {
209182
padding-block: calc(var(--spacing) * 1);
210183
}
211-
.underline {
212-
text-decoration-line: underline;
213-
}
214-
.outline {
215-
outline-style: var(--tw-outline-style);
216-
outline-width: 1px;
217-
}
218184
}
219185
@property --tw-rotate-x {
220186
syntax: "*";
@@ -236,16 +202,6 @@
236202
syntax: "*";
237203
inherits: false;
238204
}
239-
@property --tw-border-style {
240-
syntax: "*";
241-
inherits: false;
242-
initial-value: solid;
243-
}
244-
@property --tw-outline-style {
245-
syntax: "*";
246-
inherits: false;
247-
initial-value: solid;
248-
}
249205
@layer properties {
250206
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
251207
*, ::before, ::after, ::backdrop {
@@ -254,8 +210,6 @@
254210
--tw-rotate-z: initial;
255211
--tw-skew-x: initial;
256212
--tw-skew-y: initial;
257-
--tw-border-style: solid;
258-
--tw-outline-style: solid;
259213
}
260214
}
261215
}

0 commit comments

Comments
 (0)