Update tailwindcss and styling

This commit is contained in:
Oliver Davies 2019-08-30 17:35:14 +01:00
parent a39497e8d4
commit 7d4c7fe5f3
6 changed files with 30 additions and 12 deletions

9
vuejs/tailwind.config.js Normal file
View file

@ -0,0 +1,9 @@
module.exports = {
theme: {
extend: {}
},
variants: {
margin: ['responsive', 'first', 'last'],
},
plugins: []
}