mirror of
https://github.com/vercel/commerce.git
synced 2025-07-04 04:01:21 +00:00
🔧 config: add file constanst
:%s
This commit is contained in:
parent
bca6215fba
commit
ef1c53b3a9
@ -6,9 +6,10 @@
|
|||||||
}
|
}
|
||||||
.btnBlue {
|
.btnBlue {
|
||||||
@apply bg-primary hover:bg-warning text-label font-bold py-2 px-4 custom-border-radius;
|
@apply bg-primary hover:bg-warning text-label font-bold py-2 px-4 custom-border-radius;
|
||||||
|
|
||||||
}
|
}
|
||||||
.link {
|
.link {
|
||||||
color: theme("colors.pink");
|
color: theme("colors.warning");
|
||||||
}
|
}
|
||||||
.heading {
|
.heading {
|
||||||
@apply text-base;
|
@apply text-base;
|
||||||
|
1
src/utils/constanst.utils.ts
Normal file
1
src/utils/constanst.utils.ts
Normal file
@ -0,0 +1 @@
|
|||||||
|
// constanst here
|
Loading…
x
Reference in New Issue
Block a user