mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-28 20:21:52 +01:00
Pair checkboxes and fix twig indent
This commit is contained in:
@@ -6,7 +6,11 @@ module.exports = {
|
||||
"./src-web/**/*.{html,js,jsx,ts,tsx}"
|
||||
],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
opacity: {
|
||||
'disabled': '0.3',
|
||||
}
|
||||
},
|
||||
fontFamily: {
|
||||
"mono": ["JetBrains Mono", "Menlo", "monospace"],
|
||||
"sans": ["Inter", "sans-serif"],
|
||||
@@ -21,6 +25,7 @@ module.exports = {
|
||||
"5xl": "3.052rem"
|
||||
},
|
||||
colors: {
|
||||
focus: "hsl(var(--color-blue-500) / 0.6)",
|
||||
highlight: "hsl(var(--color-gray-200) / 0.3)",
|
||||
transparent: "transparent",
|
||||
white: "hsl(0 100% 100% / <alpha-value>)",
|
||||
|
||||
Reference in New Issue
Block a user