mirror of
https://github.com/picocss/pico.git
synced 2025-04-21 09:06: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>
|
||||
${require('./_head.html')
|
||||
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"
|
||||
}
|
||||
</head>
|
||||
|
@ -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