Move everything into tailwind.css, remove postcss-import

This commit is contained in:
Oliver Davies 2019-06-16 10:23:57 +01:00
parent 3f5c0170bf
commit 0094915aef
8 changed files with 27 additions and 55 deletions

View file

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