Add tailwindcss Sass support

This commit is contained in:
2024-02-01 01:12:12 -06:00
parent dd31fa2ce3
commit b36378f53a
4 changed files with 27 additions and 0 deletions

7
postcss.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
plugins: {
'postcss-import': {},
tailwindcss: {},
autoprefixer: {},
}
}