feat: add TailwindCSS and PostCSS configuration
This commit is contained in:
parent
c81ad44858
commit
65f156945d
4 changed files with 82 additions and 4 deletions
5
frontend/.postcssrc.json
Normal file
5
frontend/.postcssrc.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"plugins": {
|
||||
"@tailwindcss/postcss": {}
|
||||
}
|
||||
}
|
Reference in a new issue