mirror of
https://github.com/monadicsystems/okapi.git
synced 2024-11-27 13:59:13 +03:00
11 lines
195 B
JavaScript
11 lines
195 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
'postcss-import': {},
|
|
tailwindcss: {},
|
|
'postcss-focus-visible': {
|
|
replaceWith: '[data-focus-visible-added]',
|
|
},
|
|
autoprefixer: {},
|
|
},
|
|
}
|