mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
docs: remove extra semicolon from code snippet
This commit is contained in:
parent
9e64d63edc
commit
6bf87e447a
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@
|
|||
<b>@import</b> <u>"@picocss/pico/scss/pico"</u>;</code></pre><p>Alternatively, you can create a custom theme and import it into your project with the components you need.</p><pre><code><em>/* Custom version */</em>
|
||||
|
||||
<em>// Custom theme</em>
|
||||
<b>@import</b> <u>"path/themes/custom"</u>;;
|
||||
<b>@import</b> <u>"path/themes/custom"</u>;
|
||||
|
||||
<em>// Import needed components</em>
|
||||
<b>@import</b> <u>"@picocss/pico/scss/pico/layout/document"</u>;
|
||||
|
|
|
@ -110,7 +110,7 @@
|
|||
<pre><code><em>/* Custom version */</em>
|
||||
|
||||
<em>// Custom theme</em>
|
||||
<b>@import</b> <u>"path/themes/custom"</u>;;
|
||||
<b>@import</b> <u>"path/themes/custom"</u>;
|
||||
|
||||
<em>// Import needed components</em>
|
||||
<b>@import</b> <u>"@picocss/pico/scss/pico/layout/document"</u>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue