hugo-theme-stack/assets/scss
cubercsl 21bd04ec89
fix(codeblock): pass through the options of chroma (#715)
* fix(codeblock): pass through the options of chroma

Pass through the options of chroma highlighting processing for whom
may use some options in codeblock.

This commit fix problem with the following scenarios:
```python {linenos=true}
print("Hello World")
```

Signed-off-by: cubercsl <2014cais01@gmail.com>

* fix(codeblock): margin of no highlight codeblock

This commit fix the wrong margin value of the codeblock which
can not highlight.

The margin is now use the value of ".article-content pre"

Signed-off-by: cubercsl <2014cais01@gmail.com>

Signed-off-by: cubercsl <2014cais01@gmail.com>
2022-12-03 13:14:37 +01:00
..
external 🎉 Initial commit 2020-08-22 13:20:08 +02:00
partials fix(codeblock): pass through the options of chroma (#715) 2022-12-03 13:14:37 +01:00
breakpoints.scss refactor: rewrite grid system & style changes (#231) 2021-06-20 12:53:10 +02:00
custom.scss feat: add support for custom SCSS 2020-10-31 23:36:16 +01:00
general.scss feat: add general.scss and change link hover style (#550) 2022-06-05 17:00:14 +02:00
grid.scss refactor(grid): avoid sidebar layout shift when main content loads slowly (#677) 2022-10-21 13:06:06 +02:00
style.scss feat: add general.scss and change link hover style (#550) 2022-06-05 17:00:14 +02:00
variables.scss refactor: Use flexbox gap (#520) 2022-03-03 23:11:19 +01:00