mirror of
https://github.com/picocss/pico
synced 2025-11-12 18:10:04 +00:00
Merge pull request #308 from Edwing123/master
Minor changes in the documentation (customization page)
This commit is contained in:
commit
35005a9e03
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…
x
Reference in New Issue
Block a user