Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
samuveth committed Nov 17, 2023
1 parent 39bdb8b commit b717944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import formsPlugin from '@tailwindcss/forms';
import prettierPlugin from 'prettier-plugin-tailwindcss';

module.exports = {
content: ['./index.html', './src/**/*.{js,ts,vue}'],
Expand Down Expand Up @@ -66,7 +67,7 @@ module.exports = {
}
},
plugins: [
'prettier-plugin-tailwindcss',
prettierPlugin,
formsPlugin({
strategy: 'class'
})
Expand Down

0 comments on commit b717944

Please sign in to comment.