Refactored and cleaned up code

This commit is contained in:
2023-09-13 23:35:22 -04:00
parent 68a442bed2
commit 4673a5ea07
16 changed files with 332 additions and 353 deletions

View File

@@ -4,5 +4,8 @@ module.exports = {
theme: {
extend: {}
},
plugins: []
plugins: [],
corePlugins: {
preflight: false
}
};