yp
d9f7cd6db6
Fix: updated dropdown margins when inside a label
2023-03-19 18:49:59 +01:00
Lucas Larroche
08da409d07
chore: Bump version to v1.5.7
2023-01-28 14:42:22 +07:00
Lucas Larroche
edfb8cb5d3
Merge pull request #289 from picocss/dev
...
v1.5.7
2023-01-28 14:35:59 +07:00
Lucas Larroche
ff2e4e1f5a
chore: lock major version for CDN links
2023-01-28 14:34:38 +07:00
Lucas Larroche
c127fce9f1
chore: Bump version to v1.5.7
2023-01-28 14:12:55 +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
2b0f272917
chore: build
2023-01-28 13:09:52 +07:00
Lucas Larroche
010dc5594d
Merge pull request #271 from cmbuckley/dev
...
Support .grid + small in forms
2023-01-28 13:09:08 +07:00
Lucas Larroche
18fc056995
chore: update dependencies
2023-01-28 12:53:19 +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
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
Chris Buckley
b96dfab168
Support .grid + small in forms
2022-12-26 17:18:27 +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