mirror of
https://github.com/shadcn-ui/taxonomy
synced 2026-05-24 01:38:28 +00:00
Merge f1c17dfa3c into 298a8857c7
This commit is contained in:
commit
bfc0498286
2 changed files with 3 additions and 1 deletions
|
|
@ -170,8 +170,9 @@ export default makeSource({
|
|||
[
|
||||
rehypeAutolinkHeadings,
|
||||
{
|
||||
behavior: "wrap",
|
||||
properties: {
|
||||
className: ["subheading-anchor"],
|
||||
className: ["before:content-['#'] before:absolute before:invisible before:-ml-[1em] hover:before:visible before:text-slate-300 pl-[1em] -ml-[1em]"],
|
||||
ariaLabel: "Link to section",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ module.exports = {
|
|||
"./components/**/*.{ts,tsx}",
|
||||
"./ui/**/*.{ts,tsx}",
|
||||
"./content/**/*.{md,mdx}",
|
||||
"contentlayer.config.js",
|
||||
],
|
||||
darkMode: ["class"],
|
||||
theme: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue