mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 17:16:14 -04:00
Merge pull request #308 from Edwing123/master
Minor changes in the documentation (customization page)
This commit is contained in:
commit
35005a9e03
2 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
@ -3,7 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
${require('./_head.html')
|
${require('./_head.html')
|
||||||
title="Customization"
|
title="Customization"
|
||||||
description="You can customize themes with SCSS or, you can edit the CSS variables. All Pico's styles and colors are set with CSS custom properties (variables)."
|
description="You can customize themes with SCSS, or you can edit the CSS variables. All Pico's styles and colors are set with CSS custom properties (variables)."
|
||||||
canonical="customization.html"
|
canonical="customization.html"
|
||||||
}
|
}
|
||||||
</head>
|
</head>
|
||||||
|
@ -110,7 +110,7 @@
|
||||||
<pre><code><em>/* Custom version */</em>
|
<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