Start working on migrating frontend to Vue 3
This commit is contained in:
5
web/app/postcss.config.js
Normal file
5
web/app/postcss.config.js
Normal file
@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
plugins: [
|
||||
require('tailwindcss')
|
||||
],
|
||||
};
|
Reference in New Issue
Block a user