Merge pull request #300 from waldyrious/copyedit

Copyedit some text passages in the docs
This commit is contained in:
Lucas Larroche 2023-01-28 12:35:54 +07:00 committed by GitHub
commit 1c6758dd4c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
24 changed files with 66 additions and 79 deletions

View file

@ -154,6 +154,7 @@ Pico can be used without custom CSS for quick or small projects. However, its
## Documentation ## Documentation
**Getting started** **Getting started**
- [Usage](https://picocss.com/docs/) - [Usage](https://picocss.com/docs/)
- [Themes](https://picocss.com/docs/themes.html) - [Themes](https://picocss.com/docs/themes.html)
- [Customization](https://picocss.com/docs/customization.html) - [Customization](https://picocss.com/docs/customization.html)
@ -161,17 +162,20 @@ Pico can be used without custom CSS for quick or small projects. However, its
- [RTL](https://picocss.com/docs/rtl.html) - [RTL](https://picocss.com/docs/rtl.html)
**Layout** **Layout**
- [Containers](https://picocss.com/docs/containers.html) - [Containers](https://picocss.com/docs/containers.html)
- [Grids](https://picocss.com/docs/grid.html) - [Grids](https://picocss.com/docs/grid.html)
- [Horizontal scroller](https://picocss.com/docs/scroller.html) - [Horizontal scroller](https://picocss.com/docs/scroller.html)
**Elements** **Elements**
- [Typography](https://picocss.com/docs/typography.html) - [Typography](https://picocss.com/docs/typography.html)
- [Buttons](https://picocss.com/docs/buttons.html) - [Buttons](https://picocss.com/docs/buttons.html)
- [Forms](https://picocss.com/docs/forms.html) - [Forms](https://picocss.com/docs/forms.html)
- [Tables](https://picocss.com/docs/tables.html) - [Tables](https://picocss.com/docs/tables.html)
**Components** **Components**
- [Accordions](https://picocss.com/docs/accordions.html) - [Accordions](https://picocss.com/docs/accordions.html)
- [Cards](https://picocss.com/docs/cards.html) - [Cards](https://picocss.com/docs/cards.html)
- [Dropdowns](https://picocss.com/docs/dropdowns.html) - [Dropdowns](https://picocss.com/docs/dropdowns.html)
@ -180,10 +184,11 @@ Pico can be used without custom CSS for quick or small projects. However, its
- [Progress](https://picocss.com/docs/progress.html) - [Progress](https://picocss.com/docs/progress.html)
**Utilities** **Utilities**
- [Loading](https://picocss.com/docs/loading.html) - [Loading](https://picocss.com/docs/loading.html)
- [Tooltips](https://picocss.com/docs/tooltips.html) - [Tooltips](https://picocss.com/docs/tooltips.html)
## Browser Support ## Browser support
Pico is designed and tested for the latest stable Chrome, Firefox, Edge, and Safari releases. It does not support any version of IE, including IE 11. Pico is designed and tested for the latest stable Chrome, Firefox, Edge, and Safari releases. It does not support any version of IE, including IE 11.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -9,7 +9,7 @@
<title>Collapse</title> <title>Collapse</title>
<path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8zm7-8a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 4.293V.5A.5.5 0 0 1 8 0zm-.5 11.707l-1.146 1.147a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 11.707V15.5a.5.5 0 0 1-1 0v-3.793z"></path> <path fill-rule="evenodd" d="M1 8a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13A.5.5 0 0 1 1 8zm7-8a.5.5 0 0 1 .5.5v3.793l1.146-1.147a.5.5 0 0 1 .708.708l-2 2a.5.5 0 0 1-.708 0l-2-2a.5.5 0 1 1 .708-.708L7.5 4.293V.5A.5.5 0 0 1 8 0zm-.5 11.707l-1.146 1.147a.5.5 0 0 1-.708-.708l2-2a.5.5 0 0 1 .708 0l2 2a.5.5 0 0 1-.708.708L8.5 11.707V15.5a.5.5 0 0 1-1 0v-3.793z"></path>
</svg> </svg>
Table of content Table of contents
</a> </a>
<details> <details>
<summary>Getting started</summary> <summary>Getting started</summary>

View file

@ -21,7 +21,7 @@
<h2>All form elements are fully responsive in pure semantic HTML, allowing forms to scale gracefully across devices and viewports.</h2> <h2>All form elements are fully responsive in pure semantic HTML, allowing forms to scale gracefully across devices and viewports.</h2>
</hgroup> </hgroup>
<p>Inputs are <code><i>width</i>: <u>100%</u>;</code> by default. You can use <code>.grid</code> inside a form.</p> <p>Inputs are <code><i>width</i>: <u>100%</u>;</code> by default. You can use <code>.grid</code> inside a form.</p>
<p>All natives form elements are fully customizable and themeable with CSS variables.</p> <p>All native form elements are fully customizable and themeable with CSS variables.</p>
<article aria-label="Form example"> <article aria-label="Form example">
<form> <form>
<div class="grid"> <div class="grid">

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long