mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 10:34:15 -04:00
feat: add tags support (#542)
* feat: basic tags support * feat: add term page * chore: update css
This commit is contained in:
@ -333,6 +333,7 @@
|
||||
"hx-gap-x-1.5",
|
||||
"hx-gap-y-2",
|
||||
"hx-grid",
|
||||
"hx-grid-cols-1",
|
||||
"hx-group",
|
||||
"hx-group/code",
|
||||
"hx-group/copybtn",
|
||||
@ -545,6 +546,7 @@
|
||||
"language-options",
|
||||
"language-switcher",
|
||||
"last-of-type:hx-mb-0",
|
||||
"lg:hx-grid-cols-3",
|
||||
"lntable",
|
||||
"lntd",
|
||||
"ltr:before:hx-left-0",
|
||||
@ -577,6 +579,7 @@
|
||||
"max-sm:hx-grid-cols-1",
|
||||
"max-xl:hx-hidden",
|
||||
"md:hx-aspect-[1.1/1]",
|
||||
"md:hx-grid-cols-2",
|
||||
"md:hx-h-[calc(100vh-var(--navbar-height)-var(--menu-height))]",
|
||||
"md:hx-hidden",
|
||||
"md:hx-inline-block",
|
||||
@ -640,7 +643,8 @@
|
||||
"subheading-anchor",
|
||||
"success-icon",
|
||||
"theme-toggle",
|
||||
"xl:hx-block"
|
||||
"xl:hx-block",
|
||||
"xl:hx-grid-cols-4"
|
||||
],
|
||||
"ids": null
|
||||
}
|
||||
|
Reference in New Issue
Block a user