Update nuxtjs/tailwindcss and update tailwind config

This commit is contained in:
advplyr 2024-01-01 10:19:55 -06:00
parent 1c89d33726
commit 69fbfa4b33
4 changed files with 1977 additions and 1831 deletions

View file

@ -1,13 +1,13 @@
const defaultTheme = require('tailwindcss/defaultTheme')
module.exports = {
content: {
safelist: [
'bg-success',
'bg-info',
'text-info'
]
},
content: [
'components/**/*.vue',
'layouts/**/*.vue',
'pages/**/*.vue',
'mixins/**/*.js',
'plugins/**/*.js'
],
theme: {
extend: {
screens: {