Basic navbar, tailwindcss setup, and other stuff
This commit is contained in:
8
web/config/postcss.config.js
Normal file
8
web/config/postcss.config.js
Normal file
@@ -0,0 +1,8 @@
|
||||
const path = require('path')
|
||||
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('tailwindcss')(path.resolve(__dirname, 'tailwind.config.js')),
|
||||
require('autoprefixer'),
|
||||
],
|
||||
}
|
||||
Reference in New Issue
Block a user