Webpack Encore

This commit is contained in:
Oliver Davies 2019-12-07 22:01:32 +00:00
parent cec5210349
commit f4a6b42509
9 changed files with 7199 additions and 10973 deletions

8
postcss.config.js Normal file
View file

@ -0,0 +1,8 @@
module.exports = {
plugins: [
require('postcss-import'),
require('tailwindcss'),
require('postcss-nested'),
require('autoprefixer')
]
}