Initial commit

This commit is contained in:
Jeff Gardner
2023-01-10 16:26:46 +01:00
commit ad76d7393e
67 changed files with 9226 additions and 0 deletions

10
postcss.config.js Normal file
View File

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