wip
This commit is contained in:
parent
35a1087889
commit
3009e5a5e3
222 changed files with 1032 additions and 7838 deletions
6
postcss.config.js
Normal file
6
postcss.config.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: [
|
||||
require('tailwindcss')('./tailwind.js'),
|
||||
require('autoprefixer'),
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue