Add tailwindcss

This commit is contained in:
Oliver Davies 2019-05-25 00:24:36 +01:00
parent 7152740458
commit 7176baeb20
5 changed files with 108 additions and 26 deletions

View file

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