mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-31 08:09:39 +00:00
Use separate postcss.config and remove from nuxt.config, uninstall autoprefixer
This commit is contained in:
parent
ca7852171b
commit
91c1f50a51
5 changed files with 164 additions and 91 deletions
5
client/postcss.config.js
Normal file
5
client/postcss.config.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
module.exports = {
|
||||
plugins: {
|
||||
'@tailwindcss/postcss': {}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue