This commit is contained in:
Oliver Davies 2018-03-01 08:22:57 +00:00
parent 35a1087889
commit 3009e5a5e3
222 changed files with 1032 additions and 7838 deletions

6
postcss.config.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
plugins: [
require('tailwindcss')('./tailwind.js'),
require('autoprefixer'),
]
}