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

View File

@@ -2,8 +2,7 @@
export default {
content: ['./src/**/*.{html,ts,js,svelte}'],
theme: {
extend: {},
extend: {}
},
plugins: [],
}
plugins: []
};