mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-04 18:15:01 +02:00
Update nuxtjs/tailwindcss and update tailwind config
This commit is contained in:
parent
1c89d33726
commit
69fbfa4b33
4 changed files with 1977 additions and 1831 deletions
|
@ -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: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue