feat(tailwind): migrate variables to Tailwind CSS configuration

This commit is contained in:
Stefan Imhoff
2023-02-19 14:38:23 +01:00
parent 0cb5e8e648
commit 2f404a8ae1
5 changed files with 81 additions and 147 deletions

View File

@@ -1,4 +1,4 @@
{
"**/*.{md,mdx,html,astro,svelte,css}": ["pnpx prettier --write"],
"**/*.{js,ts,html,astro,svelte}": ["pnpx eslint --fix"]
"**/*.{js,ts,html,svelte}": ["pnpx eslint --fix"]
}