Switch to Tailwind
This commit is contained in:
parent
3a8d5362f2
commit
0d4fd40873
35 changed files with 1128 additions and 293 deletions
6
postcss.config.js
Normal file
6
postcss.config.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
module.exports = {
|
||||
plugins: [
|
||||
require('tailwindcss')('./assets/less/tailwind-config.js'),
|
||||
require('autoprefixer'),
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue