From 424907e458ba2e1fa4e18df5f1db6febe59729de Mon Sep 17 00:00:00 2001 From: hanlee Date: Tue, 16 Mar 2021 03:49:51 +0900 Subject: [PATCH] chore: apply linter --- tailwind.config.ts => windi.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) rename tailwind.config.ts => windi.config.ts (85%) diff --git a/tailwind.config.ts b/windi.config.ts similarity index 85% rename from tailwind.config.ts rename to windi.config.ts index 9c5cbe2..2698331 100644 --- a/tailwind.config.ts +++ b/windi.config.ts @@ -15,10 +15,10 @@ export default defineConfig({ maxWidth: '65ch', color: 'inherit', a: { - color: 'inherit', - opacity: 0.75, - fontWeight: '500', - textDecoration: 'underline', + 'color': 'inherit', + 'opacity': 0.75, + 'fontWeight': '500', + 'textDecoration': 'underline', '&:hover': { opacity: 1, color: colors.teal[600],