Commit graph

547 commits

Author SHA1 Message Date
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
1c6758dd4c
Merge pull request #300 from waldyrious/copyedit
Copyedit some text passages in the docs
2023-01-28 12:35:54 +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
Lucas Larroche
cfaf07785f chore: update dependencies 2022-12-26 13:26:30 +07:00
Lucas Larroche
ef9758fdbe chore: update dependencies 2022-12-26 13:12:10 +07:00
Lucas Larroche
4889d54817 chore: build 2022-12-26 12:47:16 +07:00
Lucas Larroche
f33b27fabb
Merge pull request #272 from immers-space/theme-override
Allow use of custom data-theme values that also override auto light/dark switching
2022-12-26 12:46:29 +07:00
Lucas Larroche
1c218c5744
Merge pull request #267 from rbf-contributions/rbf-patch-modal-on-mobile
Fix: Prevent scrolling and interactions below a modal on mobile
2022-12-26 12:08:27 +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
rbf
6999d4246a
fix(modal): prevent scrolling and interactions below a modal on mobile 2022-11-07 15:28:12 +01:00
Will Murphy
5247a21b4b custom themes also override auto switching 2022-11-03 10:06:12 -05:00
Lucas Larroche
3052db4bd3
Merge pull request #244 from picocss/dev
v1.5.6
2022-10-03 20:26:40 +07: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
022589287e
Merge pull request #245 from picocss/ll/docs-classless-and-customization
Docs: Edit classless and customization
2022-10-02 16:51:06 +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
318bdd4793 chore: build 2022-10-02 15:06:17 +07:00
Lucas Larroche
f21d2758e2
Merge pull request #224 from ja1den/dev
feat: add $semantic-root-element variable
2022-10-02 15:05:27 +07:00
Lucas Larroche
bd2ff599a6
Merge branch 'dev' into dev 2022-10-02 15:02:24 +07:00
Lucas Larroche
c43024ad6a chore: build 2022-10-02 14:57:30 +07:00
Lucas Larroche
4530cacc68 Merge branch 'dev' into pr/224 2022-10-02 14:55:39 +07:00
Lucas Larroche
cbc351d892
Merge pull request #243 from picocss/ll/patch-date-input-icon
Fix: Make calendar icon for input[type="date"][aria-invalid] clickable on Chrom*
2022-10-02 14:47:09 +07:00
Lucas Larroche
2c923e5e2c chore: build 2022-10-02 14:42:48 +07:00
Lucas Larroche
4a6dd73f5e fix: add exclusions to aria-invalid 2022-10-02 14:42:20 +07:00
Lucas Larroche
d86b497c91 Merge branch 'dev' into ll/patch-date-input-icon 2022-10-02 14:39:52 +07:00
Lucas Larroche
3e664e0d62
Merge pull request #239 from picocss/dev
v1.5.5
2022-09-13 08:55:28 +07:00
Lucas Larroche
97b2a4641f chore: Bump to version v1.5.5 2022-09-13 08:50:45 +07:00
Lucas Larroche
bcff3aa573 docs: Update readme 2022-09-13 08:48:30 +07:00
Lucas Larroche
1cbf521dbd
Merge pull request #240 from picocss/ll/fix-breadcrumbs
Fix: Breadcrumbs
2022-09-13 02:19:55 +07:00
Lucas Larroche
aaa1ffe05c fix: Breadcrumb 2022-09-13 02:16:29 +07:00
Lucas Larroche
673d7cecc1
Merge pull request #238 from picocss/ll/fix-docs
Docs: small fixes
2022-09-13 01:29:38 +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
867621deb9
Merge pull request #231 from picocss/dev
v1.5.4
2022-09-11 21:46:22 +07:00
Lucas Larroche
c84a1017a2 docs: Add link to RTL example 2022-09-11 19:11:48 +07:00
Lucas Larroche
10295a14ac chore: Bump to version v1.5.4 2022-09-11 19:04:34 +07:00
Lucas Larroche
131c6363e6
Merge pull request #236 from picocss/ll/accent-color
Style: Add accent-color
2022-09-11 18:59:48 +07:00
Lucas Larroche
e8c4401bdb style: add accent-color 2022-09-11 18:57:24 +07:00