Add and use postcss-import

This commit is contained in:
Oliver Davies 2019-06-14 20:08:14 +01:00
parent f8a0d8e904
commit 14fbf89f0e
5 changed files with 34 additions and 8 deletions

View file

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