remove leftover tailwindcss plugin decloration

This commit is contained in:
Ray Elliott 2020-03-29 17:10:55 +00:00
parent 23b3405251
commit 5cafb23e44
1 changed files with 0 additions and 1 deletions

View File

@ -5,6 +5,5 @@ module.exports = {
browsers: "last 2 versions" browsers: "last 2 versions"
}, },
autoprefixer: {}, autoprefixer: {},
tailwindcss: {},
} }
}; };