Commit graph

223 commits

Author SHA1 Message Date
Lucas Larroche
3fc47b759e chore: upgrade html-includes 2023-12-28 16:28:11 +07:00
Lucas Larroche
b99a1b2a85 fix: use p tag within hgroup example 2023-12-28 13:48:51 +07:00
Eric Fortmeyer
5e012413c8
use p tag within hgroup example
HTML linters will display errors when the example is copied as is.  This is because the standard requires that only one h* tag is used.  See https://html.spec.whatwg.org/multipage/sections.html#the-hgroup-element.
2023-09-16 17:14:31 -05:00
Lucas Larroche
1accf5283a chore: bump version to v1.5.10 2023-04-22 12:19:21 +07:00
Lucas Larroche
4dcefb7da2 chore: update download links 2023-04-09 11:04:22 +07:00
Lucas Larroche
714ff062f5 chore: update example links 2023-04-09 10:50:09 +07:00
Lucas Larroche
24639b4516 fix: typo in typography 2023-04-08 12:58:11 +07:00
Lucas Larroche
480b95aede chore: update brand name 2023-04-08 12:42:55 +07:00
Lucas Larroche
19e34a3552 chore: change CDN from unpkg to jsdelivr 2023-04-08 12:38:51 +07:00
Lucas Larroche
d0ff1fb028 chore: build 2023-04-08 12:04:26 +07:00
Lucas Larroche
118892abd6
Merge pull request #339 from ypascal/master
Aligns dropdown with other inputs in a grid (solves issue #338)
2023-04-08 12:03:28 +07:00
yp
cac1551875 build 2023-03-19 18:50:04 +01:00
Edwing123
6bf87e447a docs: remove extra semicolon from code snippet 2023-02-03 03:39:21 -06:00
Edwing123
9e64d63edc 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/
2023-02-03 03:36:49 -06:00
Lucas Larroche
ff2e4e1f5a chore: lock major version for CDN links 2023-01-28 14:34:38 +07:00
Lucas Larroche
34101e2653 docs: update customization 2023-01-28 13:38:39 +07:00
Lucas Larroche
45e4a58843 chore: update copyright dates 2023-01-28 13:14:38 +07:00
Lucas Larroche
f40de05a85 chore: build 2023-01-28 12:46:14 +07:00
Lucas Larroche
cf887066f4
Merge pull request #301 from eltociear/patch-1
Fix typo in theme-switcher.js
2023-01-28 12:45:37 +07:00
Lucas Larroche
9d6d54a1d3 chore: build 2023-01-28 12:39:08 +07:00
Lucas Larroche
df61784095
Merge branch 'dev' into copyedit 2023-01-28 12:26:57 +07:00
Ikko Eltociear Ashimine
61be7a852a
Fix typo in theme-switcher.js
Prefered -> Preferred
2023-01-18 12:03:06 +09:00
Waldir Pimenta
4bc18d8673 docs: whitespace cleanup 2023-01-16 22:13:30 +00:00
Waldir Pimenta
4d2467763b Copyedit some text passages
- Table of content → Table of contents
- Sentence case in README
- natives form elements → native form elements
2023-01-16 22:13:04 +00:00
Lucas Larroche
3809ba3afa
Merge pull request #284 from FWDekker/progress-docs
Remove incorrect JS for indeterminate progress
2022-12-26 14:26:48 +07:00
Lucas Larroche
20556ec61e chore: build 2022-12-26 14:04:49 +07:00
Lucas Larroche
bce1beeb3d
Merge pull request #279 from mattcroat/patch-1
docs: Fix bad path in customization
2022-12-26 14:03:51 +07:00
Lucas Larroche
6b38a849b2 chore: build docs 2022-12-26 13:30:36 +07:00
Lucas Larroche
c67d034d3a chore: build 2022-12-26 13:26:59 +07:00
Florine W. Dekker
b32c9789a9
Remove unnecessary JS for indeterminate progress 2022-12-14 22:37:53 +01:00
Matia
f6aab47de2
docs: Fix bad path in customization
The example on the [customization page](https://picocss.com/docs/customization.html) for importing components is wrong and should use the proper path in `node_modules`.
```diff
// Import needed components
- @import "@picocss/pico/scss/pico/layout/document";
+ @import "@picocss/pico/scss/layout/document";
- @import "@picocss/pico/scss/pico/layout/sectioning";
+ @import "@picocss/pico/scss/layout/sectioning";
````
2022-12-07 12:34:16 +01:00
Lucas Larroche
6188437d1f fix: classless documentation page 2022-10-03 09:05:14 +07:00
Lucas Larroche
ed1933c187 docs: update Gatsby link 2022-10-02 20:01:31 +07:00
Lucas Larroche
35fa9fcbcc chore: Bump to version v1.5.6 2022-10-02 19:22:03 +07:00
Lucas Larroche
fbd77f27bf docs: changes paths to @picocss/pico in customization 2022-10-02 16:46:14 +07:00
Lucas Larroche
20869b20a2 docs: add documentation for $semantic-root-element 2022-10-02 16:45:28 +07:00
Lucas Larroche
aaa1ffe05c fix: Breadcrumb 2022-09-13 02:16:29 +07:00
Lucas Larroche
c5281da269 docs: Fix breadcrumb 2022-09-13 01:26:56 +07:00
Lucas Larroche
2e8fc0b9b8 docs: Fix canonical URLs 2022-09-13 01:22:47 +07:00
Lucas Larroche
c84a1017a2 docs: Add link to RTL example 2022-09-11 19:11:48 +07:00
Lucas Larroche
097f6fa006 chore: Build 2022-09-11 18:41:58 +07:00
Lucas Larroche
17b3b4cead refactor: :not() selectors 2022-09-11 18:31:12 +07:00
Lucas Larroche
95027c8175 refactor: SVG color encoding 2022-09-11 16:54:41 +07:00
Lucas Larroche
e33f67e39c docs: Update tooltips 2022-09-11 14:37:31 +07:00
Lucas Larroche
f8cc7e9c39 Merge branch 'dev' into pr/180 2022-09-11 14:12:58 +07:00
Lucas Larroche
132b499db2 docs: Style of code snippets 2022-09-11 14:00:44 +07:00
Lucas Larroche
37c4844eaa chore: Build 2022-09-11 13:53:14 +07:00
Kevin
9dd4c914ac build: build docs 2022-06-21 17:26:52 +08:00
Kevin
9916574e33 docs: add tooltips examples 2022-06-21 17:26:12 +08:00
Jelmer Veen
7354c7f347
Merge branch 'dev' into feat/nav_breadcrumb 2022-06-12 12:47:30 +02:00