mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Website redesign
This commit is contained in:
10
website/postcss.config.js
Normal file
10
website/postcss.config.js
Normal file
@ -0,0 +1,10 @@
|
||||
//postcss.config.js
|
||||
|
||||
module.exports = (ctx) => ({
|
||||
plugins: [
|
||||
require('postcss-import'),
|
||||
require('tailwindcss'),
|
||||
require('autoprefixer'),
|
||||
require('cssnano'),
|
||||
]
|
||||
})
|
Reference in New Issue
Block a user