mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-07 04:18:48 +02:00
Update nuxtjs/tailwindcss and update tailwind config
This commit is contained in:
@@ -2,6 +2,7 @@ const pkg = require('./package.json')
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
ssr: false,
|
ssr: false,
|
||||||
|
target: 'static',
|
||||||
|
|
||||||
env: {
|
env: {
|
||||||
PROD: '1',
|
PROD: '1',
|
||||||
|
|||||||
Generated
+1967
-1821
File diff suppressed because it is too large
Load Diff
+2
-3
@@ -44,8 +44,7 @@
|
|||||||
"@babel/core": "7.13.15",
|
"@babel/core": "7.13.15",
|
||||||
"@babel/preset-env": "7.13.15",
|
"@babel/preset-env": "7.13.15",
|
||||||
"@capacitor/cli": "^5.0.0",
|
"@capacitor/cli": "^5.0.0",
|
||||||
"@nuxtjs/tailwindcss": "^4.2.1",
|
"@nuxtjs/tailwindcss": "^6.10.3",
|
||||||
"postcss": "^8.3.5",
|
"postcss": "^8.3.5"
|
||||||
"tailwindcss": "^3.3.2"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+7
-7
@@ -1,13 +1,13 @@
|
|||||||
const defaultTheme = require('tailwindcss/defaultTheme')
|
const defaultTheme = require('tailwindcss/defaultTheme')
|
||||||
|
|
||||||
module.exports = {
|
module.exports = {
|
||||||
content: {
|
content: [
|
||||||
safelist: [
|
'components/**/*.vue',
|
||||||
'bg-success',
|
'layouts/**/*.vue',
|
||||||
'bg-info',
|
'pages/**/*.vue',
|
||||||
'text-info'
|
'mixins/**/*.js',
|
||||||
]
|
'plugins/**/*.js'
|
||||||
},
|
],
|
||||||
theme: {
|
theme: {
|
||||||
extend: {
|
extend: {
|
||||||
screens: {
|
screens: {
|
||||||
|
|||||||
Reference in New Issue
Block a user