feat: ✨ add table of contents to posts
This commit is contained in:
parent
7b2e1b14b3
commit
318795ef5d
6 changed files with 218 additions and 42 deletions
|
@ -2,7 +2,11 @@
|
|||
export default {
|
||||
content: ['./src/**/*.{html,md,njk,ejs,pug}'],
|
||||
theme: {
|
||||
extend: {}
|
||||
extend: {
|
||||
gridTemplateColumns: {
|
||||
content: '20rem minmax(0, 1fr)'
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: [require('@tailwindcss/typography'),require("tailwindcss-safe-area")]
|
||||
plugins: [require('@tailwindcss/typography'), require('tailwindcss-safe-area')]
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue