We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0c9b6c commit 5999be0Copy full SHA for 5999be0
tailwind.config.ts
@@ -1,6 +1,4 @@
1
-import { type Config } from 'tailwindcss';
2
-
3
-const tailwindConfig: Config = {
+const tailwindConfig = {
4
content: ['./src/**/*.{html,scss,ts}'],
5
theme: {
6
extend: {
0 commit comments