Lucas Larroche
|
3fc47b759e
|
chore: upgrade html-includes
|
2023-12-28 16:28:11 +07:00 |
|
Lucas Larroche
|
9051b75806
|
chore: upgrade html-includes
|
2023-12-28 16:26:59 +07:00 |
|
Lucas Larroche
|
5e5c26e955
|
Merge branch 'v2' of https://github.com/picocss/pico into v2
|
2023-12-28 15:37:04 +07:00 |
|
Lucas Larroche
|
c7a077f1a3
|
refactor: update $css-var-prefix name
|
2023-12-28 15:36:56 +07:00 |
|
Lucas Larroche
|
2999a3c361
|
refactor: update $css-var-prefix name
|
2023-12-28 15:33:37 +07:00 |
|
Lucas Larroche
|
21f9a2be62
|
style: modal
|
2023-12-28 15:32:12 +07:00 |
|
Lucas Larroche
|
8adf1dca38
|
fix: package scripts
|
2023-12-28 14:55:11 +07:00 |
|
Lucas Larroche
|
f0cde7139d
|
Merge pull request #404 from ericfortmeyer/master
Use only one h* tag in the example
|
2023-12-28 13:51:42 +07:00 |
|
Lucas Larroche
|
7eb1b5cf3c
|
Merge branch 'dev' into pr/404
|
2023-12-28 13:49:47 +07:00 |
|
Lucas Larroche
|
b99a1b2a85
|
fix: use p tag within hgroup example
|
2023-12-28 13:48:51 +07:00 |
|
Lucas Larroche
|
2097a11ea8
|
Merge pull request #410 from thewebartisan7/master
Add missing chevron icon when accordion is disabled but not dropdown.
|
2023-12-28 13:35:51 +07:00 |
|
Lucas Larroche
|
29b19b8afc
|
chore: build
|
2023-12-28 13:33:59 +07:00 |
|
Lucas Larroche
|
6102a69373
|
Merge branch 'dev' into pr/410
|
2023-12-28 13:33:12 +07:00 |
|
Lucas Larroche
|
adf7552778
|
chore: build
|
2023-12-28 13:31:48 +07:00 |
|
Lucas Larroche
|
f6ad4e2be4
|
Merge pull request #420 from picocss/ll/v2-css-var-prefix
refactor: css var prefix
|
2023-12-28 13:25:00 +07:00 |
|
Lucas Larroche
|
3c96e6043b
|
refactor: update $css-var-prefix name
|
2023-12-28 13:21:52 +07:00 |
|
Lucas Larroche
|
2c97dc3ae5
|
chore: build
|
2023-12-28 13:04:05 +07:00 |
|
Lucas Larroche
|
04c4324c4f
|
Merge branch 'dev' of https://github.com/picocss/pico into dev
|
2023-12-28 12:59:00 +07:00 |
|
Lucas Larroche
|
31002a26b5
|
chore: update dependencies
|
2023-12-28 12:54:04 +07:00 |
|
Lucas Larroche
|
2d62bbe483
|
Merge pull request #416 from brianespinosa/v2
fix: Make aria-current selector more specific on links
|
2023-12-28 12:50:43 +07:00 |
|
Lucas Larroche
|
39bea04676
|
chore: build
|
2023-12-28 12:48:55 +07:00 |
|
Lucas Larroche
|
f55523135c
|
Merge branch 'v2' into pr/416
|
2023-12-28 12:48:15 +07:00 |
|
Lucas Larroche
|
30be6cd2ba
|
chore: update dependencies
|
2023-12-28 12:47:25 +07:00 |
|
Lucas Larroche
|
bd5cbeee6c
|
fix: breadcrumb
|
2023-12-28 12:23:23 +07:00 |
|
Lucas Larroche
|
6337166676
|
Merge branch 'v2' of https://github.com/picocss/pico into v2
|
2023-12-28 12:22:42 +07:00 |
|
Lucas Larroche
|
441d9301ed
|
fix: breadcrumb
|
2023-12-28 12:20:34 +07:00 |
|
Lucas Larroche
|
f2a67f7b20
|
fix: breadcrumb
|
2023-12-28 12:09:06 +07:00 |
|
Lucas Larroche
|
7d4ee7c725
|
chore: build
|
2023-12-26 20:58:19 +07:00 |
|
Lucas Larroche
|
2689ec2373
|
style: group focus
|
2023-12-26 20:57:54 +07:00 |
|
Lucas Larroche
|
7dcedac497
|
fix: loading component
|
2023-12-26 20:57:28 +07:00 |
|
Lucas Larroche
|
30ebf59f4a
|
fix: form buttons width
|
2023-12-26 20:57:09 +07:00 |
|
Lucas Larroche
|
058ab9dc0e
|
style: validation icon colors
|
2023-12-26 20:55:58 +07:00 |
|
Lucas Larroche
|
45da5c96d7
|
style: button outline
|
2023-12-26 20:55:32 +07:00 |
|
Lucas Larroche
|
28529d49a2
|
chore: update node
|
2023-12-26 20:54:58 +07:00 |
|
Lucas Larroche
|
a3eb54eb87
|
chore: update dependencies
|
2023-12-24 10:41:54 +07:00 |
|
Brian Espinosa
|
55d5e9d879
|
fix: Make aria-current selector more specific on links
|
2023-10-20 12:10:00 -07:00 |
|
Damir
|
175e7def64
|
Update _dropdown.scss
Add missing chevron icon when accordion is disabled but not dropdown.
|
2023-09-29 08:47:14 +02: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
|
8ba5740b8a
|
chore: update jsdelivr links
|
2023-04-23 11:23:51 +07:00 |
|
Lucas Larroche
|
2e8cd6e786
|
chore: clean package.json
|
2023-04-23 10:53:13 +07:00 |
|
Lucas Larroche
|
5c22504843
|
feat: remove date input icon in Firefox
#348
|
2023-04-23 10:47:16 +07:00 |
|
Lucas Larroche
|
960e793bb2
|
feat: exclude html for aria-busy
#349
|
2023-04-23 10:44:33 +07:00 |
|
Lucas Larroche
|
7e22e16910
|
chore: update dependencies
|
2023-04-22 12:46:41 +07:00 |
|
Lucas Larroche
|
5ce6840d49
|
chore: build
|
2023-04-22 12:31:59 +07:00 |
|
Lucas Larroche
|
3687d3ab45
|
Merge pull request #354 from picocss/dev
v1.5.10
|
2023-04-22 12:27:58 +07:00 |
|
Lucas Larroche
|
1accf5283a
|
chore: bump version to v1.5.10
|
2023-04-22 12:19:21 +07:00 |
|
Lucas Larroche
|
ae9b4f4289
|
chore: update dependencies
|
2023-04-22 12:14:41 +07:00 |
|
Lucas Larroche
|
ef2e8778ac
|
feat: remove date input icon in Firefox
|
2023-04-22 11:24:21 +07:00 |
|
Lucas Larroche
|
84ff387636
|
chore: build
|
2023-04-22 10:52:40 +07:00 |
|
Lucas Larroche
|
2c0a25fd6c
|
Merge pull request #349 from bradgessler/remove-spinner-from-html-entity
Exclude `html` entity from aria-busy
|
2023-04-22 10:50:36 +07:00 |
|