mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:25:41 +00:00
10 lines
194 B
JavaScript
10 lines
194 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
'postcss-focus-visible': {
|
|
replaceWith: '[data-focus-visible-added]',
|
|
},
|
|
autoprefixer: {},
|
|
}
|
|
}
|