mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
10 lines
169 B
JavaScript
10 lines
169 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
'postcss-focus-visible': {
|
|
replaceWith: '[data-focus-visible-added]',
|
|
},
|
|
autoprefixer: {},
|
|
},
|
|
}
|