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:
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user