Figured out that SVG is hot garbage and got an icon to work for the home icon.
This commit is contained in:
parent
9707e0e5f6
commit
26f61eb68b
4 changed files with 31 additions and 3 deletions
|
@ -419,6 +419,15 @@
|
|||
.bg-green-400\! {
|
||||
background-color: var(--color-green-400) !important;
|
||||
}
|
||||
.fill-gray-50 {
|
||||
fill: var(--color-gray-50);
|
||||
}
|
||||
.stroke-gray-50 {
|
||||
stroke: var(--color-gray-50);
|
||||
}
|
||||
.stroke-gray-50\! {
|
||||
stroke: var(--color-gray-50) !important;
|
||||
}
|
||||
.p-0 {
|
||||
padding: calc(var(--spacing) * 0);
|
||||
}
|
||||
|
@ -497,6 +506,11 @@
|
|||
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
||||
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
||||
}
|
||||
.\*\:stroke-gray-50 {
|
||||
:is(& > *) {
|
||||
stroke: var(--color-gray-50);
|
||||
}
|
||||
}
|
||||
.\*\:text-nowrap {
|
||||
:is(& > *) {
|
||||
text-wrap: nowrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue