mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-16 07:47:50 +02:00
Remove autoprefixer plugin
This commit is contained in:
parent
30db5d50fb
commit
6ea2ef0845
1 changed files with 1 additions and 2 deletions
|
@ -116,8 +116,7 @@ module.exports = {
|
||||||
postcss: {
|
postcss: {
|
||||||
postcssOptions: {
|
postcssOptions: {
|
||||||
plugins: {
|
plugins: {
|
||||||
'@tailwindcss/postcss': {},
|
'@tailwindcss/postcss': {}
|
||||||
autoprefixer: {}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue