mirror of
https://github.com/fmhy/edit.git
synced 2025-07-30 07:42:18 +10:00
fix(style): scss, linting, fixes
This commit is contained in:
parent
9a991b7337
commit
3c0db10487
8 changed files with 735 additions and 102 deletions
|
@ -132,7 +132,13 @@ export const headers: Header = {
|
|||
}
|
||||
} as const
|
||||
|
||||
export const excluded = ['readme.md', 'single-page', 'feedback.md', 'index.md']
|
||||
export const excluded = [
|
||||
'readme.md',
|
||||
'single-page',
|
||||
'feedback.md',
|
||||
'index.md',
|
||||
'sandbox.md'
|
||||
]
|
||||
|
||||
export function getHeader(id: string) {
|
||||
const title =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue