feat(settings): add working shortcuts and custom shortcuts

This commit is contained in:
sethburkart123
2024-09-06 17:29:07 +10:00
parent 7f93aef9cc
commit 9363de5fb4
9 changed files with 194 additions and 61 deletions
+6 -1
View File
@@ -5,7 +5,12 @@ const {
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./src/**/*.{js,ts,jsx,tsx,html}",
"./src/**/*.{js,ts,jsx,tsx,html,svelte}",
],
safelist: [
{
pattern: / */,
}
],
darkMode: "class",
theme: {