Merge pull request #308 from Edwing123/master

Minor changes in the documentation (customization page)
This commit is contained in:
Lucas Larroche 2023-04-08 11:42:57 +07:00 committed by GitHub
commit 35005a9e03
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View file

@ -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>;