Replace Mix with Encore

This commit is contained in:
Oliver Davies 2019-10-04 08:19:56 +01:00
parent 95450f2719
commit 5c8daf3054
25 changed files with 1352 additions and 3844 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')
]
}