mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-04-14 11:36:27 +00: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
|
|
@ -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',
|
||||||
|
|
|
||||||
3788
package-lock.json
generated
3788
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue