Allowing settings to be changed in URL hash (#45)

Co-authored-by: mattherzog <Herzog.Matt@gmail.com>
Co-authored-by: Neil Dwyer <neildwyer1991@gmail.com>
This commit is contained in:
David Zhao
2024-05-06 10:07:37 -07:00
committed by GitHub
parent 0d82ab4b26
commit 5b99dae15f
14 changed files with 1353 additions and 292 deletions

View File

@@ -31,8 +31,6 @@ for (const [name, color] of Object.entries(customColors)) {
shadowNames.push(`hover:shadow-${name}`);
}
console.log(customShadows, textShadows);
const safelist = [
'bg-black',
'bg-white',
@@ -50,8 +48,6 @@ const safelist = [
]),
];
console.log("Safe list", safelist);
module.exports = {
content: [
"./src/**/*.{js,ts,jsx,tsx,mdx}",