feat: add default page option

This commit is contained in:
sethburkart123
2024-06-24 11:09:44 +10:00
parent 188759b59d
commit dc11997b96
11 changed files with 53 additions and 50 deletions
+4 -1
View File
@@ -39,7 +39,10 @@ export default {
}
}
},
plugins: [addVariablesForColors],
plugins: [
require('@tailwindcss/forms'),
addVariablesForColors,
],
};
function addVariablesForColors({ addBase, theme }) {