mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 11:01:54 +00:00
9 lines
169 B
JavaScript
9 lines
169 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
'postcss-focus-visible': {
|
|
replaceWith: '[data-focus-visible-added]',
|
|
},
|
|
autoprefixer: {},
|
|
},
|
|
}
|