Skip to content

Commit da32e60

Browse files
committed
ref: inline redundant vars
1 parent 30b69ee commit da32e60

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

webzebra/src/index.css

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,7 @@ img, video {
244244
}
245245

246246
.border-black {
247-
--tw-border-opacity: 1;
248-
border-color: rgb(0 0 0 / var(--tw-border-opacity))
247+
border-color: rgb(0 0 0 / 1)
249248
}
250249

251250
.p-1\.5 {
@@ -275,18 +274,16 @@ img, video {
275274
}
276275

277276
.text-gray-200 {
278-
--tw-text-opacity: 1;
279-
color: rgb(229 231 235 / var(--tw-text-opacity))
277+
color: rgb(229 231 235 / 1)
280278
}
281279

282280
.text-black {
283-
--tw-text-opacity: 1;
284-
color: rgb(0 0 0 / var(--tw-text-opacity))
281+
282+
color: rgb(0 0 0 / 1)
285283
}
286284

287285
.text-white {
288-
--tw-text-opacity: 1;
289-
color: rgb(255 255 255 / var(--tw-text-opacity))
286+
color: rgb(255 255 255 / 1)
290287
}
291288

292289
.focus\:outline-none:focus {
@@ -295,13 +292,11 @@ img, video {
295292
}
296293

297294
.disabled\:border-gray-700:disabled {
298-
--tw-border-opacity: 1;
299-
border-color: rgb(55 65 81 / var(--tw-border-opacity))
295+
border-color: rgb(55 65 81 / 1)
300296
}
301297

302298
.disabled\:text-gray-700:disabled {
303-
--tw-text-opacity: 1;
304-
color: rgb(55 65 81 / var(--tw-text-opacity))
299+
color: rgb(55 65 81 / 1)
305300
}
306301

307302
a {

0 commit comments

Comments
 (0)