mirror of
https://github.com/BetterSEQTA/BetterSEQTA-Plus.git
synced 2026-06-13 07:04:39 +00:00
add dev popup, bug fixes
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
"./index.html",
|
||||
"./src/**/*.{js,ts,jsx,tsx}",
|
||||
],
|
||||
theme: {
|
||||
extend: {
|
||||
colors: {
|
||||
"background-primary-dark": "",
|
||||
"background-primary-light": "",
|
||||
"background-secondary-dark": "",
|
||||
"background-secondary-light": "",
|
||||
"forground-primary-dark": "",
|
||||
"forground-primary-light": "",
|
||||
"forground-secondary-dark": "",
|
||||
"forground-secondary-light": ""
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user