refactor: tidy up tailwind configs
- add tailwind to all apps - share tailwind themes and stuff
This commit is contained in:
parent
cc507ad257
commit
002fb4bea7
10 changed files with 173 additions and 142 deletions
6
apps/main/postcss.config.js
Normal file
6
apps/main/postcss.config.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
export default {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue