mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-05 19:24:39 +00:00
feat(settings): add working shortcuts and custom shortcuts
This commit is contained in:
+6
-1
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user