Update tailwindcss and styling
This commit is contained in:
parent
a39497e8d4
commit
7d4c7fe5f3
6 changed files with 30 additions and 12 deletions
vuejs
9
vuejs/tailwind.config.js
Normal file
9
vuejs/tailwind.config.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
theme: {
|
||||
extend: {}
|
||||
},
|
||||
variants: {
|
||||
margin: ['responsive', 'first', 'last'],
|
||||
},
|
||||
plugins: []
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue