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 {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}
plugins: {
tailwindcss: {},
autoprefixer: {}
}
};

View File

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