mirror of
https://github.com/picocss/pico.git
synced 2025-06-16 11:15:05 -04:00
Fix typo
This commit is contained in:
parent
08da409d07
commit
e86da2121c
1 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>
|
<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>
|
<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>
|
<em>// Import needed components</em>
|
||||||
<b>@import</b> <u>"@picocss/pico/scss/pico/layout/document"</u>;
|
<b>@import</b> <u>"@picocss/pico/scss/pico/layout/document"</u>;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue