From c1dd44964f8a42fb336b897ec387e7f1ae48ba4c Mon Sep 17 00:00:00 2001 From: Tobias Koppers Date: Tue, 1 Jun 2021 09:20:37 +0200 Subject: [PATCH] fix import --- components/product/Swatch/Swatch.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/product/Swatch/Swatch.module.css b/components/product/Swatch/Swatch.module.css index ede13267b..4c0dd8690 100644 --- a/components/product/Swatch/Swatch.module.css +++ b/components/product/Swatch/Swatch.module.css @@ -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-12 w-12 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-gray-200 border box-border;