diff options
author | 2022-03-18 21:30:38 +0000 | |
---|---|---|
committer | 2022-03-18 21:30:38 +0000 | |
commit | 0f376a7c52d3a22ff32b33e0afc34dd306ed70c4 (patch) | |
tree | 95888b85328016eccf217cdb1cbc5076bf96848d /examples | |
parent | 0a3d3e51a66af80fa949ba0f5e2104439d2be634 (diff) | |
download | astro-0f376a7c52d3a22ff32b33e0afc34dd306ed70c4.tar.gz astro-0f376a7c52d3a22ff32b33e0afc34dd306ed70c4.tar.zst astro-0f376a7c52d3a22ff32b33e0afc34dd306ed70c4.zip |
[ci] format
Diffstat (limited to 'examples')
-rw-r--r-- | examples/with-markdown/src/styles/global.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/with-markdown/src/styles/global.css b/examples/with-markdown/src/styles/global.css index ac9323747..7ea16821e 100644 --- a/examples/with-markdown/src/styles/global.css +++ b/examples/with-markdown/src/styles/global.css @@ -52,7 +52,6 @@ pre.astro-code > code { all: unset; } - /********************************************************* * Line highlighting */ |