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],