Add postcss-import, re-organise CSS files

This commit is contained in:
Oliver Davies 2019-06-11 21:30:02 +01:00
parent 70f547ab06
commit fac991fb41
10 changed files with 39 additions and 11 deletions

View file

@ -1,5 +1,6 @@
module.exports = {
plugins: {
'postcss-import': {},
tailwindcss: './tailwind.config.js',
autoprefixer: {}
}