mirror of
https://github.com/picocss/pico
synced 2025-09-01 06:56:22 +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>
|
||||
${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…
x
Reference in New Issue
Block a user