Add postcss-import, split tailwind.css

This commit is contained in:
Oliver Davies 2019-08-30 17:43:25 +01:00
parent e65b8823ed
commit ca58883d23
5 changed files with 49 additions and 23 deletions

View file

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