Access tailwind theme from within custom CSS
This commit is contained in:
parent
b6751adea5
commit
13f1154a94
|
|
@ -123,8 +123,8 @@ onMounted(async () => {
|
||||||
to right,
|
to right,
|
||||||
white 0%,
|
white 0%,
|
||||||
white 50%,
|
white 50%,
|
||||||
#EDF2F6 50%,
|
theme(colors.gray.200) 50%,
|
||||||
#EDF2F6 100%
|
theme(colors.gray.200) 100%
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue