mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 02:36:15 -04:00
docs: place comma (,) in the correct position
While reading the docs (on Customization page), I found the placement of the comma (,) kind of weird, so I did some research and found out a more appropiate placement for it. One of the consulted websites was: https://www.grammarly.com/blog/comma-before-or/
This commit is contained in:
parent
08da409d07
commit
9e64d63edc
2 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue