mirror of
https://github.com/vercel/commerce.git
synced 2025-07-03 19:51:22 +00:00
🔧 config: add file constanst
:%s
This commit is contained in:
parent
bca6215fba
commit
ef1c53b3a9
@ -6,9 +6,10 @@
|
||||
}
|
||||
.btnBlue {
|
||||
@apply bg-primary hover:bg-warning text-label font-bold py-2 px-4 custom-border-radius;
|
||||
|
||||
}
|
||||
.link {
|
||||
color: theme("colors.pink");
|
||||
color: theme("colors.warning");
|
||||
}
|
||||
.heading {
|
||||
@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