structure

This commit is contained in:
Timur Ercan
2022-11-24 21:10:55 +01:00
parent 7fbfda0276
commit 0defd41075
56 changed files with 8096 additions and 1 deletions

View File

@ -0,0 +1,9 @@
module.exports = {
plugins: {
tailwindcss: {},
'postcss-focus-visible': {
replaceWith: '[data-focus-visible-added]',
},
autoprefixer: {},
},
}