mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +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: {},
|
||
|
},
|
||
|
}
|