formatter

This commit is contained in:
2023-09-02 11:13:38 +05:30
parent a5e6c32ce1
commit 358671a829
2 changed files with 11 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
export default { export default {
plugins: { plugins: {
tailwindcss: {}, tailwindcss: {},
autoprefixer: {}, autoprefixer: {}
}, }
} };

View File

@@ -1,9 +1,8 @@
/** @type {import('tailwindcss').Config} */ /** @type {import('tailwindcss').Config} */
export default { export default {
content: ['./src/**/*.{html,ts,js,svelte}'], content: ['./src/**/*.{html,ts,js,svelte}'],
theme: { theme: {
extend: {}, extend: {}
}, },
plugins: [], plugins: []
} };