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
jelmerveen
7d2a39fa85
Merge branch 'dev' of https://github.com/jelmerveen/pico into feat/nav_breadcrumb
2022-06-12 12:38:49 +02:00
jelmerveen
a6bbdc6167
chore: rebuild documentation
2022-06-12 12:35:03 +02:00
jelmerveen
d7bfb3609a
fix(feedback): breadcrumb is now lower-case
2022-06-12 12:30:17 +02:00
Lucas Larroche
4d127ba233
chore: Build JS
2022-05-24 09:44:55 +07:00
Joan Mira
0438e8c24d
Update modal.js
...
This change allows catching the element with the handler attached, rather than target any other child element.
2022-05-24 00:14:33 +09:00
Lucas Larroche
3b05421333
docs: Add composer
2022-05-22 11:25:28 +07:00
Lucas Larroche
cdbff8e78a
docs: Add composer
2022-05-22 10:09:07 +07:00
Lucas Larroche
cc95a5cc9c
chore: Build docs
2022-05-22 09:59:31 +07:00