Add and use postcss-import, move button component

This commit is contained in:
Oliver Davies 2019-06-11 21:21:44 +01:00
parent 2b86365e0c
commit 1f10536d46
7 changed files with 64 additions and 34 deletions

View file

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