mirror of
https://github.com/documenso/documenso.git
synced 2025-11-14 00:32:43 +10:00
10 lines
169 B
JavaScript
10 lines
169 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
'postcss-focus-visible': {
|
|
replaceWith: '[data-focus-visible-added]',
|
|
},
|
|
autoprefixer: {},
|
|
},
|
|
}
|