mirror of
https://github.com/vercel/commerce.git
synced 2025-05-18 07:26:59 +00:00
add missing @
to css import
This commit is contained in:
parent
69a62204a1
commit
e96ea5ffbe
@ -1,6 +1,6 @@
|
||||
.swatch {
|
||||
box-sizing: border-box;
|
||||
composes: root from 'components/ui/Button/Button.module.css';
|
||||
composes: root from '@components/ui/Button/Button.module.css';
|
||||
@apply h-10 w-10 bg-primary text-primary rounded-full mr-3 inline-flex
|
||||
items-center justify-center cursor-pointer transition duration-150 ease-in-out
|
||||
p-0 shadow-none border-accent-3 border box-border select-none;
|
||||
|
Loading…
x
Reference in New Issue
Block a user