mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 11:12:06 +10:00
structure
This commit is contained in:
9
apps/website/postcss.config.js
Normal file
9
apps/website/postcss.config.js
Normal file
@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
plugins: {
|
||||
tailwindcss: {},
|
||||
'postcss-focus-visible': {
|
||||
replaceWith: '[data-focus-visible-added]',
|
||||
},
|
||||
autoprefixer: {},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user