diff options
author | 2022-03-18 17:29:51 -0400 | |
---|---|---|
committer | 2022-03-18 17:29:51 -0400 | |
commit | 0a3d3e51a66af80fa949ba0f5e2104439d2be634 (patch) | |
tree | 54004a7be40efc510fa320c5d575aac5154bfdb8 /examples/docs/src/components/HeadCommon.astro | |
parent | 1cd7184ca6fa6e60a69918e461f42c055e8a795e (diff) | |
download | astro-0a3d3e51a66af80fa949ba0f5e2104439d2be634.tar.gz astro-0a3d3e51a66af80fa949ba0f5e2104439d2be634.tar.zst astro-0a3d3e51a66af80fa949ba0f5e2104439d2be634.zip |
Feat: change to shiki default md renderer (#2824)
* feat: change Shiki to default
* refactor: update blog styles for shiki
* feat: update examples/docs styles for Shiki
* refactor: remove Prism-ish examples/docs styles
* refactor: simplify rules with `all: unset`
* refactor: remove Prism styles
* refactor: examples/with-md remove Prism-specific line-highlight
* chore: add changeset
* chore: update changeset versions
* refactor: update syntax highlight test for scoped styles
* fix: apply scoped style class to pre and span lines
* feat: test that scoped styles cascade to shiki code
* refactor: pass scopedClassName explicitly
Diffstat (limited to 'examples/docs/src/components/HeadCommon.astro')
-rw-r--r-- | examples/docs/src/components/HeadCommon.astro | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/docs/src/components/HeadCommon.astro b/examples/docs/src/components/HeadCommon.astro index 4906aaf7f..21504cf89 100644 --- a/examples/docs/src/components/HeadCommon.astro +++ b/examples/docs/src/components/HeadCommon.astro @@ -1,6 +1,5 @@ --- import '../styles/theme.css'; -import '../styles/code.css'; import '../styles/index.css'; --- |