Compare commits

...

958 commits
v1.0.3 ... main

Author SHA1 Message Date
Lucas Larroche
1039a4788d
Merge pull request #662 from picocss/dev
v2.1.1
2025-03-15 13:44:28 +07:00
Lucas Larroche
ceb77006f0 chore: bump version to v2.1.1 2025-03-15 13:40:45 +07:00
Lucas Larroche
76440e6db4 chore: build 2025-03-15 13:33:12 +07:00
Lucas Larroche
651e89ea5f Revert "fix: don't count hidden rows in table stripes"
This reverts commit 72e469942e.
2025-03-15 13:26:30 +07:00
Lucas Larroche
2e66cc8b0c
Merge pull request #658 from picocss/dev
v2.1.0
2025-03-15 12:36:24 +07:00
Lucas Larroche
79d239a67b chore: bump version to v2.1.0 2025-03-15 12:31:53 +07:00
Lucas Larroche
9165905b08 chore: lint 2025-03-15 12:16:33 +07:00
Lucas Larroche
bad6cafd5a chore: upgrade dependencies 2025-03-15 12:04:10 +07:00
Lucas Larroche
537e3aedc2 refactor: replace deprecated global functions to fix Sass warnings 2025-03-15 12:03:28 +07:00
Lucas Larroche
0a77e6f335 refactor: replace deprecated color functions to fix Sass warnings 2025-03-15 11:51:28 +07:00
Lucas Larroche
64bfd3d797 chore: remove unnecessary Node.js version files 2025-03-10 00:49:16 +07:00
Lucas Larroche
b321a0b25f chore: remove unnecessary node version constraint 2025-03-09 21:09:55 +07:00
Lucas Larroche
1e8fd28a91 chore: update Twitter url to X 2025-03-09 21:00:06 +07:00
Lucas Larroche
0674def2eb chore: upgrade dependencies 2025-03-09 20:31:05 +07:00
Lucas Larroche
fece679452 chore: build 2025-03-09 20:24:39 +07:00
Lucas Larroche
c38b5180a2
Merge pull request #587 from panda-madness/patch-1
Remove dotted border on [role=button] elements with a tooltip
2025-03-09 20:23:55 +07:00
Lucas Larroche
4a0fd59dab chore: remove silence SASS deprecation mixed-decls
Following #596
2025-03-09 20:14:04 +07:00
Lucas Larroche
4e474076ab chore: build 2025-03-09 20:13:04 +07:00
Lucas Larroche
1d1006e8e1
Merge pull request #596 from nstringham/mixed-sass-declarations
refactor: move nested sass declarations after non-nested declarations
2025-03-09 20:10:47 +07:00
Lucas Larroche
e66b84b53e Merge branch 'dev' into pr/596 2025-03-09 20:09:48 +07:00
Lucas Larroche
27e7a04746 Merge branch 'dev' of https://github.com/picocss/pico 2025-03-09 20:09:32 +07:00
Lucas Larroche
69f3dcf4e5 chore: build 2025-03-09 14:58:31 +07:00
Lucas Larroche
96ad16eef1
Merge pull request #615 from mwargan/patch-1
Fix details inside drop-down being rendered as dropdown
2025-03-09 14:57:34 +07:00
Lucas Larroche
d44f6d373f chore: build 2025-03-09 14:45:47 +07:00
Lucas Larroche
bd06c1cbfd
Merge pull request #625 from coezbek/main
Update _loading.scss not to affect form elements itself
2025-03-09 14:44:46 +07:00
Lucas Larroche
5c493e647e chore: build 2025-03-09 14:37:42 +07:00
Lucas Larroche
4b57da2f89
Merge pull request #585 from feored/fix-striped-table
fix: don't count hidden rows in table stripes
2025-03-09 14:36:33 +07:00
Lucas Larroche
6ea953093f chore: upgrade dependencies 2025-03-09 14:27:39 +07:00
Lucas Larroche
f096142b41
Merge pull request #603 from picocss/dependabot/npm_and_yarn/micromatch-4.0.8
chore(deps): bump micromatch from 4.0.5 to 4.0.8
2025-03-09 14:03:40 +07:00
Lucas Larroche
cb1e8ce3ea
Merge pull request #636 from picocss/dependabot/npm_and_yarn/cross-spawn-6.0.6
chore(deps): bump cross-spawn from 6.0.5 to 6.0.6
2025-03-09 14:03:15 +07:00
Lucas Larroche
b5dd2c01fb chore: build 2025-03-09 14:00:32 +07:00
Lucas Larroche
559213c118
Merge pull request #644 from ISSOtm/patch-1
Style the `samp` element like `code`
2025-03-09 13:59:06 +07:00
Lucas Larroche
ae9f842ece chore: build 2025-03-09 13:14:52 +07:00
Lucas Larroche
d2338228ed
Merge pull request #641 from rcoup/web-components-host
Support web components/shadow DOM
2025-03-09 13:13:37 +07:00
Lucas Larroche
4311b36a7b
Merge pull request #538 from Rotzbua/fix_slash_void_element
fix(docs): remove trailing slash from html5 void elements
2025-03-09 12:54:13 +07:00
Lucas Larroche
bbe3cdd05c
Merge pull request #613 from preist/fix-typos
Fix several typos throughout the project
2025-03-09 12:45:15 +07:00
Lucas Larroche
8b6fe747bc chore: build 2025-03-09 12:18:40 +07:00
Lucas Larroche
4c3743e67d
Merge pull request #528 from Zurga/fix/modal_with_card
fix: Card in modal does not use modal styling
2025-03-09 12:17:39 +07:00
Lucas Larroche
9b58221407 chore: upgrade dependencies 2025-03-09 11:14:33 +07:00
Eldred Habert
26e7cf9fb1
Style the samp element like code
Following Pico's philosophy of “give semantic HTML good styling”,
this element has semantics close to but slightly different from `<code>`,
and so I believe should be styled similarly.
2024-12-14 10:50:38 +01:00
Robert Coup
02c9fb69da
Support web components/shadow DOM.
Add :host to all uses of :root
2024-12-03 10:26:56 +00:00
dependabot[bot]
77c5c1d3c5
chore(deps): bump cross-spawn from 6.0.5 to 6.0.6
Bumps [cross-spawn](https://github.com/moxystudio/node-cross-spawn) from 6.0.5 to 6.0.6.
- [Changelog](https://github.com/moxystudio/node-cross-spawn/blob/v6.0.6/CHANGELOG.md)
- [Commits](https://github.com/moxystudio/node-cross-spawn/compare/v6.0.5...v6.0.6)

---
updated-dependencies:
- dependency-name: cross-spawn
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-11-25 01:02:37 +00:00
Christopher Özbek
b3a731bb39
Update _loading.scss not to affect form elements itself 2024-10-31 18:03:57 +01:00
Michał
6f3abc2cb6
Fix details inside drop-down being rendered as dropdown
Given a dropdown that contains an accordion within it, the accordion renders as a dropdown because the summary selector also selects the children of a dropdown element. This fixes that so it renders as expected.

```
<details class="dropdown">
   <summary> Select a phase of matter... </summary>
   <ul>
      <li>
         <details>
            <summary> This is a dropdown option </summary>
            <ul>
               <li><label><input type="radio" name="phase" value="gas"> Gas </label></li>
               <li><label><input type="radio" name="phase" value="plasma"> Plasma </label></li>
            </ul>
         </details>
      </li>
   </ul>
</details>
```
2024-09-28 11:52:54 +02:00
Igor Putina
dc7f6d0a07 Fix several typos throughout the project 2024-09-27 23:45:54 +03:00
dependabot[bot]
3e72ebfd7a
chore(deps): bump micromatch from 4.0.5 to 4.0.8
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-08 05:15:28 +00:00
Nate Stringham
f51620738f chore: build 2024-08-18 13:13:30 -04:00
Nate Stringham
c3bcecbe55 refactor: move nested declarations after non-nested declarations
see https://sass-lang.com/documentation/breaking-changes/mixed-decls/

fix #577
2024-08-18 13:10:18 -04:00
Margulan
6fabc27b19
Update _tooltip.scss 2024-08-06 09:47:49 +05:00
feored
72e469942e fix: don't count hidden rows in table stripes 2024-08-03 21:41:20 +02:00
Rotzbua
f15bde6067
fix(docs): remove trailing slash from html5 void elements 2024-05-07 22:31:10 +02:00
Jim Lemmers
0810f1e779 fix: Card in modal does not use modal styling 2024-04-26 15:43:34 +02:00
Lucas Larroche
6dc6489e69
Merge pull request #481 from picocss/dev
v2.0.6
2024-03-03 22:09:25 +07:00
Lucas Larroche
f943d2a264 fix: switch aspect ratio and border 2024-03-03 22:04:36 +07:00
Lucas Larroche
8d2a880036
Merge pull request #480 from picocss/dev
v2.0.5
2024-03-03 17:42:40 +07:00
Lucas Larroche
916ac90ff4 chore: bump version to v2.0.5 2024-03-03 17:37:41 +07:00
Lucas Larroche
9fe625a78a fix: revert #460 2024-03-03 17:31:48 +07:00
Lucas Larroche
5bc3b2f8bf
Merge pull request #479 from hybs123/main
fix:Button Padding Problem Fixed(SCSS update)
2024-03-03 17:29:20 +07:00
Lucas Larroche
afbcadbfdf chore: build 2024-03-03 17:25:50 +07:00
hybs123
2ada5ea6fe fix:Button Padding Problem Fixed(SCSS update) 2024-03-03 13:05:39 +05:30
Lucas Larroche
d610bd3b07
Merge pull request #478 from picocss/dev
v2.0.4
2024-03-03 12:14:06 +07:00
Lucas Larroche
990c9308bf chore: bump version to v2.0.4 2024-03-03 11:56:58 +07:00
Lucas Larroche
855bdb4ee6 chore: build 2024-03-03 11:47:41 +07:00
Lucas Larroche
070a4e2442 Revert "Revert "Merge branch 'dev' into ll/fix-form-element-margin-bottom-in-grid""
This reverts commit 861daac49b.
2024-03-03 11:45:50 +07:00
Lucas Larroche
ea20a9be5d Update _loading.scss 2024-03-03 11:44:52 +07:00
Lucas Larroche
861daac49b Revert "Merge branch 'dev' into ll/fix-form-element-margin-bottom-in-grid"
This reverts commit 843bc51513, reversing
changes made to b8b7aa18c4.
2024-03-03 11:44:32 +07:00
Lucas Larroche
a73b7af662 chore: update dependencies 2024-03-03 11:36:22 +07:00
Lucas Larroche
2e2029534c chore: build 2024-03-03 11:35:04 +07:00
Lucas Larroche
eb90cfd185
Merge pull request #471 from FireIsGood/fix-readme
Fix the README header spacing
2024-03-03 11:32:12 +07:00
Lucas Larroche
41832cc0cf
Merge pull request #460 from picocss/ll/fix-form-element-margin-bottom-in-grid
fix: form element margin bottom in .grid
2024-03-03 11:26:24 +07:00
Lucas Larroche
843bc51513 Merge branch 'dev' into ll/fix-form-element-margin-bottom-in-grid 2024-03-03 11:25:53 +07:00
Lucas Larroche
fc15ec9e1b
Merge pull request #459 from picocss/ll/fix-select-multiple
fix: select multiple option color
2024-03-03 11:20:48 +07:00
Lucas Larroche
00718df9c8 Merge branch 'dev' into ll/fix-select-multiple 2024-03-03 11:20:06 +07:00
Lucas Larroche
f0b889e76d
Merge pull request #472 from FireIsGood/fix-switches
Fix input switch inconsistency
2024-03-03 10:39:06 +07:00
Lucas Larroche
851e45a8e8 Merge branch 'dev' into pr/472 2024-03-03 10:31:50 +07:00
Lucas Larroche
4aa2c14542
Merge pull request #474 from FireIsGood/fix-spinner
Fix loading spinner sizing
2024-03-03 10:16:14 +07:00
FireIsGood
5beccff701
chore: build 2024-02-26 12:27:05 -08:00
FireIsGood
bef69e8c02
fix: loading spinner sizing
The loading spinner was not sized to the actual element's size due to
the units being used incorrectly.
2024-02-26 12:26:32 -08:00
FireIsGood
803777ef7b
chore: build 2024-02-25 02:54:29 -08:00
FireIsGood
760a7b02f7
fix: inconsistent enabled switch state
Fixes the switch state by making it offset correctly instead of ballpark
with the wrong units
2024-02-25 02:53:50 -08:00
FireIsGood
e5d66a53b3
fix: README header spacing
Fixed the extra spacing for one of the headers. Previously, it had two
spaces above and 0 below which was inconsistent with other headers. Also
it made my formatter angry.
2024-02-25 02:28:26 -08:00
Lucas Larroche
b8b7aa18c4 fix: form element margin bottom in .grid 2024-02-18 11:52:51 +07:00
Lucas Larroche
3fcddcfb37 fix: select multiple option color 2024-02-18 11:02:16 +07:00
Lucas Larroche
f714a51d9e
Merge pull request #456 from picocss/dev
v2.0.3
2024-02-17 10:52:31 +07:00
Lucas Larroche
fc41088893 fix: modal close button 2024-02-17 10:51:18 +07:00
Lucas Larroche
0724efa574
Merge pull request #455 from picocss/dev
v2.0.2
2024-02-17 10:35:10 +07:00
Lucas Larroche
b8ef9c49b8 chore: bump version to v2.0.2 2024-02-17 10:33:23 +07:00
Lucas Larroche
57b3076ca8 fix: modal close button 2024-02-17 10:32:11 +07:00
Lucas Larroche
506e82cb8f
Merge pull request #453 from picocss/dev
v2.0.1
2024-02-17 10:11:32 +07:00
Lucas Larroche
1e2eee8b3b chore: bump version to v2.0.1 2024-02-17 10:09:19 +07:00
Lucas Larroche
79bcb2bcda chore: update dependencies 2024-02-16 21:03:43 +07:00
Lucas Larroche
0df5d131ca
Merge pull request #444 from benizz0/dev
Fix search icon on search input
2024-02-16 20:59:07 +07:00
Lucas Larroche
75e49031ba Merge branch 'dev' of https://github.com/picocss/pico 2024-02-16 20:53:51 +07:00
Lucas Larroche
021144da04
Merge pull request #448 from Atmos4/main
Allow `button` as modal closing icon.
2024-02-16 20:46:18 +07:00
Lucas Larroche
ba7bb176f8 Merge branch 'dev' of https://github.com/picocss/pico 2024-02-16 20:45:24 +07:00
Lucas Larroche
8765ba79b6
Merge pull request #447 from picocss/ll/fix-remove-cursor-default
fix: remove cursor default
2024-02-16 20:36:07 +07:00
benizz0
f2d4f8fd52 yarn build 2024-02-14 19:46:01 +01:00
Atmos4
ddd9cc4772 feat: modal
Accept `button[rel=prev]` as modal closing item
2024-02-13 17:27:13 +01:00
Lucas Larroche
68367e2bd0 fix: remove cursor default 2024-02-13 23:12:45 +07:00
b.platroz
6d5a73f625 Minify 2024-02-12 14:32:54 +01:00
b.platroz
e6e970ea59 Compiled scss 2024-02-12 14:27:28 +01:00
b.platroz
4d23487777 fix scss search icon 2024-02-12 14:25:06 +01:00
Lucas Larroche
175b101aa8 docs: update CONTRIBUTING 2024-02-11 13:26:42 +07:00
Lucas Larroche
daf39794c6 docs: update README 2024-02-11 13:23:54 +07:00
Lucas Larroche
5907151a92 docs: update README 2024-02-11 12:36:32 +07:00
Lucas Larroche
2d56846d4b
Merge pull request #443 from picocss/v2
v2
2024-02-11 12:23:38 +07:00
Lucas Larroche
8068ff31a3 chore: bump version to v2.0.0 2024-02-11 12:22:39 +07:00
Lucas Larroche
8331d4e6d1 docs: update CONTRIBUTING 2024-02-11 12:20:24 +07:00
Lucas Larroche
0c4170f359 chore: update copyright date 2024-02-11 12:09:11 +07:00
Lucas Larroche
e45285bade docs: update README 2024-02-11 12:08:13 +07:00
Lucas Larroche
f2c415b8ec docs: update README 2024-02-11 12:01:52 +07:00
Lucas Larroche
a83b0c77e9 Merge branch 'main' of https://github.com/picocss/pico 2024-02-11 12:00:26 +07:00
Lucas Larroche
e78d4821d0 docs: update README 2024-02-11 12:00:15 +07:00
Lucas Larroche
f0044be7ba docs: update README 2024-02-11 11:52:40 +07:00
Lucas Larroche
fc36c54805 Merge branch 'main' of https://github.com/picocss/pico 2024-02-11 11:48:58 +07:00
Lucas Larroche
5f7e5dafe9 docs: update README 2024-02-11 11:48:17 +07:00
Lucas Larroche
beb0351ffe docs: update README 2024-02-11 11:45:39 +07:00
Lucas Larroche
946989a871
Merge pull request #261 from picocss/v2
v2.0.0
2024-02-11 10:19:45 +07:00
Lucas Larroche
1b3cf48d33 Merge branch 'master' into v2 2024-02-11 10:06:23 +07:00
Lucas Larroche
dc39e9bc1f chore: update dependencies 2024-02-10 10:44:39 +07:00
Lucas Larroche
537b445e05 chore: update dependencies 2024-02-04 20:53:56 +07:00
Lucas Larroche
9fa6aa5fab refactor: files structure 2024-01-29 23:31:37 +07:00
Lucas Larroche
bcac2dca3f refactor: shadow function 2024-01-29 23:16:47 +07:00
Lucas Larroche
020182a7e0 style: dark shadow 2024-01-29 23:16:27 +07:00
Lucas Larroche
39781572d3 chore: bump version to v2.0.0-rc4 2024-01-28 20:32:07 +07:00
Lucas Larroche
a94685f082 fix: build theme script 2024-01-28 20:28:27 +07:00
Lucas Larroche
b5fed6c364 chore: update dependencies 2024-01-28 20:23:29 +07:00
Lucas Larroche
83ae1df19e feat: update README 2024-01-28 20:14:56 +07:00
Lucas Larroche
a3b029f47d style: nav 2024-01-28 17:04:52 +07:00
Lucas Larroche
1284b371b6 style: switch 2024-01-28 11:15:13 +07:00
Lucas Larroche
33ef3f5f4f style: switch 2024-01-28 11:11:34 +07:00
Lucas Larroche
97f3f13aa5 refactor: group 2024-01-27 19:54:45 +07:00
Lucas Larroche
f958109248 feat: overflow-auto 2024-01-27 15:22:35 +07:00
Lucas Larroche
d07f4b4960 style: figure 2024-01-27 15:13:14 +07:00
Lucas Larroche
d3455eaca1 feat: remove horizontal scroller 2024-01-27 14:38:20 +07:00
Lucas Larroche
d1932eb325
Merge pull request #435 from picocss/ll/v2-parent-selector
feat: optional parent selector and pre-build color themes
2024-01-27 11:48:40 +07:00
Lucas Larroche
70118f3aa1 chore: update dependencies 2024-01-27 11:46:19 +07:00
Lucas Larroche
f7e63d69ae feat: add Pico conditional version 2024-01-27 11:26:25 +07:00
Lucas Larroche
0e17a72d52 fix: contributing links 2024-01-27 11:19:48 +07:00
Lucas Larroche
4c678f1286 chore: build 2024-01-27 10:31:24 +07:00
Lucas Larroche
1d7f9c5a0e chore: build 2024-01-25 22:23:02 +07:00
Lucas Larroche
06474e39fa Merge branch 'v2' into ll/v2-parent-selector 2024-01-25 22:22:05 +07:00
Lucas Larroche
75bafa4cb2
Merge pull request #436 from pauloxnet/patch-2
Update sans-serif fonts list
2024-01-25 22:20:38 +07:00
Lucas Larroche
766e6630d2 chore: build 2024-01-25 22:18:37 +07:00
Lucas Larroche
1a2fc6536c refactor: build theme script 2024-01-25 22:04:24 +07:00
Lucas Larroche
4eee189dab style: switch, dropdown, loading 2024-01-25 21:27:02 +07:00
Paolo Melchiorre
4a6804aeaf
Update sans-serif fonts list
Here is a reference that justify my changes: https://css-tricks.com/snippets/css/system-font-stack/
2024-01-25 12:23:11 +01:00
Lucas Larroche
04a7dc94ab feat: build color themes 2024-01-25 01:43:13 +07:00
Lucas Larroche
ef2100499b feat: optional parent selector 2024-01-25 01:42:54 +07:00
Lucas Larroche
9ea68c42e0 feat: remove form element disabled and border color 2024-01-24 19:29:33 +07:00
Lucas Larroche
72c4678cf7 chore: bump version to v2.0.0-rc3 2024-01-22 21:36:15 +07:00
Lucas Larroche
2041261f16 feat: spacings multipliers disabled by default 2024-01-22 21:32:26 +07:00
Lucas Larroche
6ddb506eb8 feat: spacings multipliers disabled by default 2024-01-22 10:02:17 +07:00
Lucas Larroche
875207f082 feat: remove spacings multipliers 2024-01-22 09:35:18 +07:00
Lucas Larroche
aaba94868f fix: semantic container 2024-01-21 14:43:19 +07:00
Lucas Larroche
4e45448e58 Merge branch 'v2' of https://github.com/picocss/pico into v2 2024-01-21 14:35:58 +07:00
Lucas Larroche
a4de96269c fix: semantic container 2024-01-21 14:35:31 +07:00
Lucas Larroche
d4b07fc1e5 fix: semantic container 2024-01-21 14:28:20 +07:00
Lucas Larroche
c58117a910 chore: update dependencies 2024-01-20 21:37:29 +07:00
Lucas Larroche
53c96ba46a fix: classless css 2024-01-15 21:44:23 +07:00
Lucas Larroche
25b505e206 fix: form helper text 2024-01-15 21:27:56 +07:00
Lucas Larroche
641483e42c fix: classless reset button 2024-01-14 23:25:55 +07:00
Lucas Larroche
5a97b6baac style: spacings 2024-01-14 19:35:49 +07:00
Lucas Larroche
5fc1da9b42 fix: outline buttons 2024-01-14 13:37:32 +07:00
Lucas Larroche
48c60e0ec3 style: article 2024-01-14 11:08:33 +07:00
Lucas Larroche
30cd2cec63 chore: update dependencies 2024-01-14 11:07:09 +07:00
Lucas Larroche
565bc16d4f chore: update dependencies 2024-01-13 11:44:39 +07:00
Lucas Larroche
145eeb7d1f fix: label color 2024-01-08 22:43:18 +07:00
Lucas Larroche
5dfdb2cf20 chore: bump version to v2.0.0-rc2 2024-01-07 18:07:38 +07:00
Lucas Larroche
69c431d82c chore: update dependencies 2024-01-07 18:04:49 +07:00
Lucas Larroche
7a2feabc12 style: fieldset 2024-01-07 17:39:24 +07:00
Lucas Larroche
9ef89ec116 Update pico.min.css 2024-01-07 17:18:56 +07:00
Lucas Larroche
7b29b2470f style: .grid 2024-01-07 17:18:44 +07:00
Lucas Larroche
d291480c7d feat: add themes 2024-01-06 21:09:13 +07:00
Lucas Larroche
97f20244e6 refactor: reduce [role="button"] specifity 2024-01-05 01:42:14 +07:00
Lucas Larroche
9742a993fc Merge branch 'v2' of https://github.com/picocss/pico into v2 2024-01-04 21:48:43 +07:00
Lucas Larroche
75f7ca32dd fix: aria-current and focus buttons
Fix for #416
2024-01-04 21:47:40 +07:00
Lucas Larroche
989af877ef fix: aria-current and focus buttons
Fix for #416
2024-01-04 21:32:34 +07:00
Lucas Larroche
9a18b46e12 fix: readonly input 2024-01-04 13:11:26 +07:00
Lucas Larroche
8f572c156c chore: update dependencies 2024-01-04 13:01:58 +07:00
Lucas Larroche
2ddb5486f2 chore: build 2024-01-01 21:50:32 +07:00
Lucas Larroche
b88a8bd9fb style: light mode card 2024-01-01 21:50:12 +07:00
Lucas Larroche
1252b7bbdb style: modal 2024-01-01 21:49:46 +07:00
Lucas Larroche
d749489943 refactor: typography 2024-01-01 21:49:39 +07:00
Lucas Larroche
2dd9cf7046
Merge pull request #419 from picocss/dev
1.5.11
2023-12-30 16:44:22 +07:00
Lucas Larroche
81587b4e93 chore: bump version to v1.5.11 2023-12-30 15:16:41 +07:00
Lucas Larroche
922ed1b696 chore: update dependencies 2023-12-30 15:09:47 +07:00
Lucas Larroche
8b5408bb7e style: headings 2023-12-30 10:36:01 +07:00
Lucas Larroche
319e48ba91 chore: build 2023-12-28 20:38:56 +07:00
Lucas Larroche
02a9ca8664
Merge pull request #421 from asbjornu/v2-include-close-button-in-classless
feat: include the close icon styles in classless
2023-12-28 20:37:17 +07:00
Asbjørn Ulsberg
49d289b626
feat: include the close icon styles in classless 2023-12-28 14:33:38 +01:00
Lucas Larroche
873ad1b015
Merge pull request #400 from asbjornu/include-close-button-in-classless
Include close icon styles in classless
2023-12-28 20:30:54 +07:00
Asbjørn Ulsberg
d85d2f177c
feat: include the close icon styles in classless 2023-12-28 14:24:42 +01:00
Lucas Larroche
357ab1f1a0 refactor: modal 2023-12-28 18:12:39 +07:00
Lucas Larroche
cb25830d3c chore: bump version to v2.0.0-rc1 2023-12-28 18:08:05 +07:00
Lucas Larroche
a88ad874c5 chore: update examples link 2023-12-28 18:02:21 +07:00
Lucas Larroche
43782f10c6 chore: update browserslist config 2023-12-28 17:56:13 +07:00
Lucas Larroche
b067c8ed8e chore: update dependencies 2023-12-28 17:43:53 +07:00
Lucas Larroche
3c0de4b8c0 chore: build 2023-12-28 17:42:58 +07:00
Lucas Larroche
97c124933c chore: update examples link 2023-12-28 17:26:46 +07:00
Lucas Larroche
14fa09035c chore: bump version to v1.5.11 2023-12-28 17:24:57 +07:00
Lucas Larroche
af49fbb755 chore: update examples link 2023-12-28 17:12:16 +07:00
Lucas Larroche
d7dfeb524d Delete yarn.lock 2023-12-28 17:04:57 +07:00
Lucas Larroche
86f700c58d Merge branch 'dev' of https://github.com/picocss/pico into dev 2023-12-28 16:28:19 +07:00
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
Brad Gessler
1874510be3 Exclude html entity from aria-busy
When using Pico with Rails Turbo, this would cause the page
to "jump" because Turbo adds the `aria-busy` attribute to the root
`html` entity on a page. Excluding it from this list makes the page
not jump.
2023-04-12 01:32:01 -07:00
Lucas Larroche
ed609b7219 Merge branch 'v2' of https://github.com/picocss/pico into v2 2023-04-11 20:17:36 +07:00
Lucas Larroche
9d594da89e Update README.md 2023-04-11 20:17:00 +07:00
Lucas Larroche
224a832f92 Update README.md 2023-04-11 20:16:14 +07:00
Lucas Larroche
f012ebc23e chore: update dependencies 2023-04-10 13:18:57 +07:00
Lucas Larroche
b2b74e680f chore: update README 2023-04-10 12:12:09 +07:00
Lucas Larroche
add74b3de6 Merge branch 'v2' of https://github.com/picocss/pico into v2 2023-04-10 12:02:57 +07:00
Lucas Larroche
b3dc4cdb97 chore: update README 2023-04-10 12:02:02 +07:00
Lucas Larroche
678a0394ef chore: update README 2023-04-10 11:59:32 +07:00
Lucas Larroche
662e12f007 refactor: system font stack 2023-04-10 11:02:22 +07:00
Lucas Larroche
1dfbf84833 refactor: group CSS vars 2023-04-10 10:48:10 +07:00
Lucas Larroche
4f2f597f9f feat: support for dropdown with label 2023-04-09 12:01:33 +07:00
Lucas Larroche
021899557b feat: support .grid + small
See #271
2023-04-09 11:54:55 +07:00
Lucas Larroche
a7567cc8b3 chore: update brand name 2023-04-09 11:32:32 +07:00
Lucas Larroche
0534acfa8d
Merge pull request #346 from picocss/dev
v1.5.9
2023-04-09 11:08:47 +07:00
Lucas Larroche
4dcefb7da2 chore: update download links 2023-04-09 11:04:22 +07:00
Lucas Larroche
203f3daa00 chore: Add images in .github 2023-04-09 11:02:22 +07:00
Lucas Larroche
18629154b1 chore: update example links 2023-04-09 10:59:02 +07:00
Lucas Larroche
32ae3cf8eb chore: bump version to v1.5.9 2023-04-09 10:54:59 +07:00
Lucas Larroche
714ff062f5 chore: update example links 2023-04-09 10:50:09 +07:00
Lucas Larroche
7cfe8de756 chore: update dependencies 2023-04-09 10:15:01 +07:00
Lucas Larroche
b328fcd183
Merge pull request #345 from picocss/dev
v1.5.8
2023-04-08 13:02:05 +07:00
Lucas Larroche
24639b4516 fix: typo in typography 2023-04-08 12:58:11 +07:00
Lucas Larroche
f21a5a2ee1 chore: bump version to v1.5.8 2023-04-08 12:52:32 +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
3f3962df83 chore: update dependencies 2023-04-08 12:20:28 +07:00
Lucas Larroche
642750fbb3 build: pin caniuse-lite 2023-04-08 12:14:28 +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
Lucas Larroche
35005a9e03
Merge pull request #308 from Edwing123/master
Minor changes in the documentation (customization page)
2023-04-08 11:42:57 +07:00
Lucas Larroche
f0a2480fc6 refactor: dropdown 2023-04-02 22:37:00 +07:00
Lucas Larroche
09dc2a75b5 style: grid 2023-04-02 17:40:20 +07:00
Lucas Larroche
d407df3c23 refactor: CSS vars 2023-04-02 11:04:23 +07:00
Lucas Larroche
435e731d82 Merge branch 'v2' of https://github.com/picocss/pico into v2 2023-04-02 10:37:35 +07:00
Lucas Larroche
c27bdad392 feat: group 2023-04-02 10:36:52 +07:00
Lucas Larroche
2c202a420d feat: group 2023-04-02 10:06:47 +07:00
Lucas Larroche
395ceca401 fix: revert aria-current='false' 2023-04-02 10:06:26 +07:00
Lucas Larroche
65bedda83a refactor: clean 2023-04-02 10:05:14 +07:00
Lucas Larroche
00f1486a04 style: lists 2023-04-01 13:09:35 +07:00
Lucas Larroche
3d27099a76 chore: update dependencies 2023-04-01 10:28:33 +07:00
Lucas Larroche
e43ed98d29 fix: aria-current links and buttons 2023-04-01 10:10:09 +07:00
Lucas Larroche
3644e4ccb5 fix: dropdown inside a nav 2023-04-01 10:09:45 +07:00
Lucas Larroche
cc481ab7b0 refactor: reorder CSS vars 2023-03-28 21:59:51 +07:00
Lucas Larroche
e4ddca156c chore: update copyright 2023-03-28 21:42:34 +07:00
Lucas Larroche
0fe9c4be83 feat: loading RTL support 2023-03-28 21:40:12 +07:00
Lucas Larroche
329793e828 refactor: tooltip animations 2023-03-28 21:28:51 +07:00
Lucas Larroche
0b081e3657 refactor: icons 2023-03-28 20:34:28 +07:00
Lucas Larroche
7fa3c4a099 refactor: icons and loading 2023-03-27 10:28:30 +07:00
Lucas Larroche
87321cbd83 chore: update dependencies 2023-03-25 19:43:33 +07:00
Lucas Larroche
ecf6c0a401 fix: tooltip 2023-03-25 19:41:13 +07:00
Lucas Larroche
f611e4e5d0 style: custom breadcrumb divider 2023-03-25 19:40:57 +07:00
Lucas Larroche
32f65f1f64 style: modal 2023-03-25 12:35:22 +07:00
Lucas Larroche
d7d11308af style: update breakpoints 2023-03-20 20:31:27 +07:00
yp
cac1551875 build 2023-03-19 18:50:04 +01:00
yp
d9f7cd6db6 Fix: updated dropdown margins when inside a label 2023-03-19 18:49:59 +01:00
Lucas Larroche
de6ba10757 chore: update dependencies 2023-03-19 11:06:01 +07:00
Lucas Larroche
aea9dd48a9 feat: remove support for submenu as nested list 2023-03-19 10:19:09 +07:00
Lucas Larroche
4eff8b48fa style: accordion without border-bottom 2023-03-19 10:04:19 +07:00
Lucas Larroche
8f26729a64 refactor: code font-size without :has 2023-03-19 10:03:32 +07:00
Lucas Larroche
dd799056c7 refactor: disabled checkboxes and radios without :has 2023-03-19 10:03:00 +07:00
Lucas Larroche
e022c7098e fix: figure margin bottom 2023-03-19 10:01:06 +07:00
Lucas Larroche
dbb9c25d78 style: dropdown label 2023-03-19 01:51:49 +07:00
Lucas Larroche
6c80b87a80 style: progress bar transition 2023-03-19 01:51:08 +07:00
Lucas Larroche
694a21b16f fix: typo 2023-03-18 13:00:50 +07:00
Lucas Larroche
0b3d7949e8 chore: build 2023-03-18 08:23:23 +07:00
Lucas Larroche
e8b71d0998 style: range 2023-03-18 08:22:43 +07:00
Lucas Larroche
7b84bad669 style: table 2023-03-18 08:21:37 +07:00
Lucas Larroche
d24f3c000c chore: build 2023-03-15 22:16:47 +07:00
Lucas Larroche
5fb36d98e7 refactor: clean comment 2023-03-15 22:16:28 +07:00
Lucas Larroche
ba388c9235 refactor: loading 2023-03-15 22:16:18 +07:00
Lucas Larroche
ea66c420ff style: Validation states 2023-03-15 22:16:03 +07:00
Lucas Larroche
5b96712843 style: Checkboxes, radios and switches 2023-03-15 22:15:25 +07:00
Lucas Larroche
fed92a6f92 style: code 2023-03-13 22:10:27 +07:00
Lucas Larroche
44366a33d5 style: textarea 2023-03-13 01:38:56 +07:00
Lucas Larroche
76a656a08b fix: table inside figure 2023-03-13 01:38:13 +07:00
Lucas Larroche
af050f9088 fix: button display 2023-03-12 12:12:18 +07:00
Lucas Larroche
b642fbc014 Merge branch 'v2' of https://github.com/picocss/pico into v2 2023-03-12 11:44:18 +07:00
Lucas Larroche
fb891bd865 fix: button display 2023-03-12 11:43:30 +07:00
Lucas Larroche
cd8b4049c4 fix: button display 2023-03-12 11:39:53 +07:00
Lucas Larroche
338305a2de chore: update dependencies 2023-03-12 09:56:59 +07:00
Lucas Larroche
79c7255419 feat: bring back fluid.classless version 2023-03-12 09:55:35 +07:00
Lucas Larroche
cd0aee31cf style: select[multiple] selected option 2023-03-08 11:47:37 +07:00
Lucas Larroche
5e04b841bd style: hr margin 2023-03-08 11:25:12 +07:00
Lucas Larroche
cf3b35b276 chore: update dependencies 2023-03-05 09:43:19 +07:00
Lucas Larroche
682296368b chore: build 2023-03-05 09:20:24 +07:00
Lucas Larroche
cf5b115dc2 refactor: add return line 2023-03-05 09:19:32 +07:00
Lucas Larroche
b02f10e9ac fix: breadcrumb separator 2023-03-05 09:18:59 +07:00
Lucas Larroche
dea5b7b449 style: headings line-height 2023-03-05 09:17:56 +07:00
Lucas Larroche
810f222a92 chore: update dependencies 2023-02-21 00:05:20 +07:00
Lucas Larroche
21edb4815b chore: build 2023-02-20 23:47:39 +07:00
Lucas Larroche
51674a8e9e
Merge pull request #323 from picocss/ll/v2-update-default-breakpoints
style: update `lg` and `xl` breakpoints
2023-02-20 23:46:48 +07:00
Lucas Larroche
d8a52f85a2
Merge pull request #322 from picocss/ll/v2-fix-hgroup
fix: hgroup
2023-02-20 23:45:47 +07:00
Lucas Larroche
79bc82eb49 style: update lg and xl breakpoints 2023-02-20 23:44:33 +07:00
Lucas Larroche
5f587e0e2b fix: hgroup 2023-02-20 23:40:31 +07:00
Lucas Larroche
020fa9a1f0 chore: build 2023-02-19 12:23:18 +07:00
Lucas Larroche
81dd19791c
Merge pull request #321 from picocss/ll/v2-refactor-heading
style: hgroup
2023-02-19 12:22:28 +07:00
Lucas Larroche
1e67708ff0 style: hgroup 2023-02-19 12:22:02 +07:00
Lucas Larroche
923957ccb9 chore: build 2023-02-19 10:30:07 +07:00
Lucas Larroche
32b91e171c
Merge pull request #320 from picocss/ll/v2-refactor-heading
refactor: hgroup
2023-02-19 10:29:18 +07:00
Lucas Larroche
b9008fff9b
Merge pull request #319 from picocss/ll/v2-refactor-input-file
refactor: input file
2023-02-19 10:28:46 +07:00
Lucas Larroche
ed8234c7ce refactor: remove .headings 2023-02-19 10:27:22 +07:00
Lucas Larroche
0e951141cd refactor: input file 2023-02-19 10:17:14 +07:00
Lucas Larroche
d8909184a1 chore: indent scss files 2023-02-15 00:14:05 +07:00
Lucas Larroche
95402d4217
Merge pull request #313 from picocss/ll/font-size-100-percent
Feat: set root font-size to 100%
2023-02-13 20:28:14 +07:00
Lucas Larroche
8b4f1527b1 feat: set root font size to 100% 2023-02-13 20:19:54 +07:00
Lucas Larroche
76fda2f6df style: code font-size 2023-02-13 17:51:05 +07:00
Lucas Larroche
13afcc90ab chore: build 2023-02-13 17:45:24 +07:00
Lucas Larroche
1c213b85dd
Merge pull request #312 from picocss/ll/styles-modal
style: modal
2023-02-13 17:44:00 +07:00
Lucas Larroche
c483cd099e style: modal 2023-02-12 08:36:44 +07:00
Lucas Larroche
4093e6ff16 chore: remove @picocss/colors 2023-02-04 13:49:05 +07:00
Lucas Larroche
1b38169c2b chore: build 2023-02-04 13:45:46 +07:00
Lucas Larroche
67c71ccdc8 chore: upgrade dependencies dependencies 2023-02-04 13:45:05 +07:00
Lucas Larroche
90ec552c77
Merge pull request #309 from picocss/ll/v2/add-color-utilities
feat: add color utilities
2023-02-04 13:36:05 +07:00
Lucas Larroche
19920bbe9b feat: add color utilities 2023-02-04 13:33:35 +07: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
1fc835eb2b
Merge pull request #304 from picocss/ll/v2-fix-colors
Styles
2023-01-29 13:46:54 +07: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
Lucas Larroche
6c3e126943 style: selection and focus color 2023-01-28 12:22:55 +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
dfa4041b77 chore: build 2023-01-01 14:03:50 +07:00
Lucas Larroche
321d1c8d36
Merge pull request #292 from picocss/ll/refactor-accordion-and-dropdown
Refactor accordion and dropdown
2023-01-01 14:02:19 +07:00
Lucas Larroche
3e91dc6984
Merge pull request #291 from picocss/ll/styles-and-fixes
Fixes and improvements
2023-01-01 14:01:17 +07:00
Lucas Larroche
51dd2293ca refactor: accordion and dropdown 2023-01-01 14:00:33 +07:00
Lucas Larroche
f11fbb8b93 chore: build dependencies 2023-01-01 13:58:55 +07:00
Lucas Larroche
7f9ffd252a feat: improve nav support for form elements 2023-01-01 13:49:42 +07:00
Lucas Larroche
a730228855 style: button text not selectable 2023-01-01 13:47:54 +07:00
Lucas Larroche
2645a769d8 style: change link :focus to :focus-visible 2023-01-01 13:46:46 +07:00
Lucas Larroche
678c41deb9 style: remove aria-invalid icon for select 2023-01-01 13:46:04 +07:00
Lucas Larroche
e11f160c13 refactor: rename watch script to dev 2023-01-01 13:45:16 +07:00
Lucas Larroche
f8b77beffc style: Improve default theme 2023-01-01 13:44:31 +07:00
Lucas Larroche
89dbc0254b Revert "style: Default dropdown text color"
This reverts commit 3b3cf51a32.
2022-12-29 18:23:50 +07:00
Lucas Larroche
8674218a73 chore: Build 2022-12-29 18:16:36 +07:00
Lucas Larroche
5a1a3852e2 style: Improve default theme 2022-12-29 18:10:07 +07:00
Lucas Larroche
e2f2eb2098 styles: Nav 2022-12-29 18:08:16 +07:00
Lucas Larroche
3b3cf51a32 style: Default dropdown text color 2022-12-29 18:00:46 +07:00
Lucas Larroche
6ab7c28189 fix: Dropdown item hover with labels 2022-12-29 18:00:21 +07:00
Lucas Larroche
4102702b05 fix: Dropdown focus styles 2022-12-29 17:59:44 +07:00
Lucas Larroche
477992f869 feat: Helper text color with aria-invalid 2022-12-29 17:55:50 +07:00
Lucas Larroche
f456cfbf33 style: Helper text spacings 2022-12-29 17:55:16 +07:00
Lucas Larroche
e9bdaf6745 feat: Display cancel button for input type search 2022-12-29 17:54:42 +07:00
Lucas Larroche
8f60b4f2ac refactor: Clean settings for classless version 2022-12-29 17:54:02 +07:00
Lucas Larroche
f8e5f28613 refactor: Buttons 2022-12-29 17:53:16 +07:00
Lucas Larroche
dccee093a6 refactor: clean comment 2022-12-29 17:52:08 +07:00
Lucas Larroche
f8a9293942 feat: Allow custom data-theme
#272
2022-12-29 17:51:38 +07:00
Lucas Larroche
7ea1f94316 fix: Dropdowns outline on focus 2022-12-29 17:48:18 +07:00
Lucas Larroche
584046e234 style: Typography margins 2022-12-29 17:47:56 +07:00
Lucas Larroche
091edf7ffd style: card margins 2022-12-29 17:43:18 +07:00
Lucas Larroche
e89ea1b32e style: remove accordion border bottom for dropdowns and buttons 2022-12-29 17:11:17 +07:00
Lucas Larroche
cb483ed557 refactor: @picocss/colors as dependency 2022-12-27 10:53:45 +07:00
Lucas Larroche
38e42399d5 chore: load path for @picocss/colors 2022-12-27 10:48:52 +07:00
Chris Buckley
b96dfab168 Support .grid + small in forms 2022-12-26 17:18:27 +00:00
Lucas Larroche
0e8a302cd6 chore: update caniuse-lite 2022-12-26 16:38:41 +07: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
d54b993af5 refactor: clean comment 2022-12-26 13:38:05 +07:00
Lucas Larroche
b65f8c7639 chore: update dependencies 2022-12-26 13:37:20 +07:00
Lucas Larroche
8887e68cce chore: update dependencies 2022-12-26 13:36:41 +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
74131c9b34
Merge pull request #290 from picocss/ll/fix-modal-prevent-scrolling-on-mobile
Fix: Prevent scrolling and interactions below a modal on mobile, by @rbf
2022-12-26 13:04:55 +07:00
Lucas Larroche
99f181e8ad chore: build 2022-12-26 13:03:20 +07:00
rbf
a696328621 fix(modal): prevent scrolling and interactions below a modal on mobile 2022-12-26 13:02:43 +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
Lucas Larroche
b082797555
Merge pull request #288 from picocss/ll/update-colors
Style: colors
2022-12-26 11:40:33 +07:00
Lucas Larroche
6ade871f3f style: update colors 2022-12-26 11:35:56 +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
52e1072a08
Merge pull request #268 from picocss/ll/refactor-modules-and-css-vars
Refactor: modules and CSS vars
2022-10-23 11:03:35 +07:00
Lucas Larroche
ce2ed6826d refactor: modules and css vars 2022-10-23 10:47:50 +07:00
Lucas Larroche
2e4d6c66ec
Merge pull request #266 from picocss/ll/refactor-breakpoints
Refactor: Breakpoints
2022-10-22 15:50:04 +07:00
Lucas Larroche
b477bb6c96 refactor: breakpoints 2022-10-22 15:48:58 +07:00
Lucas Larroche
ab37deb10c
Merge pull request #265 from picocss/ll/chore-clean
Chore: clean
2022-10-22 13:40:47 +07:00
Lucas Larroche
3a7c775b9a Update pico.classless.scss 2022-10-22 13:39:36 +07:00
Lucas Larroche
a092934ae7
Merge pull request #264 from picocss/ll/prefix-css-vars
Refactor: Prefix CSS vars
2022-10-22 13:21:05 +07:00
Lucas Larroche
c5a1ffc733 refactor: prefix css vars 2022-10-22 13:11:51 +07:00
Lucas Larroche
cba8f385c2
Merge pull request #263 from picocss/ll/replace-imports-with-use
Replace `@import` with `@use`
2022-10-22 11:50:28 +07:00
Lucas Larroche
92f4e78df9 chore: update scripts 2022-10-22 11:44:56 +07:00
Lucas Larroche
28e2e87fa1 chore: improve .gitignore 2022-10-22 11:44:45 +07:00
Lucas Larroche
51a68ce0fc chore: replace @import with @use 2022-10-22 11:44:10 +07:00
Lucas Larroche
a6f0d0ca74
chore: lint with prettier (#262)
chore: lint with prettier on build
2022-10-15 23:26:09 +07:00
Lucas Larroche
670826069b chore: lint with prettier on build 2022-10-15 23:22:12 +07:00
Lucas Larroche
bf62c8ce09
chore: Remove source maps for minified files (#260)
chore: Remove source maps for minified files
2022-10-15 20:18:16 +07:00
Lucas Larroche
861a950b3e fix: autoprefix script 2022-10-15 20:17:01 +07:00
Lucas Larroche
355c673a26 chore: Remove source maps for minified files 2022-10-15 20:13:16 +07:00
Lucas Larroche
b075cc5c9e
Merge pull request #258 from picocss/ll/v2/remove-examples
chore: remove examples
2022-10-15 20:07:22 +07:00
Lucas Larroche
c9fd073a1f chore: remove examples 2022-10-15 19:55:30 +07:00
Lucas Larroche
317e83a56f
chore: remove docs and move to yarn (#257)
chore: remove docs and move to yarn
2022-10-15 18:00:17 +07:00
Lucas Larroche
b925edd95a fix: postcss.config.js for css files 2022-10-15 17:34:58 +07:00
Lucas Larroche
759296f211 chore: remove docs and move to yarn 2022-10-15 17:23:02 +07: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
Lucas Larroche
097f6fa006 chore: Build 2022-09-11 18:41:58 +07:00
Lucas Larroche
7eb725d393
Merge pull request #235 from picocss/ll/refactor-not
Refactor: `:not()` selectors
2022-09-11 18:36:23 +07:00
Lucas Larroche
17b3b4cead refactor: :not() selectors 2022-09-11 18:31:12 +07:00
Lucas Larroche
844a5fcf84
Merge pull request #234 from picocss/ll/update-deps
Chore: Update deps
2022-09-11 17:25:02 +07:00
Lucas Larroche
3aa9ad8dcd chore: update deps 2022-09-11 17:24:21 +07:00
Lucas Larroche
68267235e4
Merge pull request #233 from picocss/ll/refactor-svg-color-encoding
Refactor: SVG color encoding
2022-09-11 17:01:18 +07:00
Lucas Larroche
d8bd97da16 refactor: code style 2022-09-11 16:59:37 +07:00
Lucas Larroche
95027c8175 refactor: SVG color encoding 2022-09-11 16:54:41 +07:00
Lucas Larroche
2f1c0a791f
Merge pull request #232 from picocss/ll/refactor-keyframes
Refactor: animation name with `dash-case`
2022-09-11 16:27:00 +07:00
Lucas Larroche
36832baec6 refactor: animation name with dash-case 2022-09-11 16:18:58 +07:00
Lucas Larroche
b0b4c3f10d
Merge pull request #208 from picocss/ll/modal/backdrop
Style: Modal backdrop-filter
2022-09-11 16:03:26 +07:00
Lucas Larroche
4117841598 refactor: modal 2022-09-11 15:52:10 +07:00
Lucas Larroche
be457e33f7 chore: Build 2022-09-11 15:42:51 +07:00
Lucas Larroche
0b141dc266 Merge branch 'dev' into ll/modal/backdrop 2022-09-11 15:42:08 +07:00
Lucas Larroche
8f579efc4f
Merge pull request #211 from wenkm/tooltip
Tooltip support directions
2022-09-11 15:24:37 +07:00
Lucas Larroche
ca40486965 refactor: format tooltip 2022-09-11 14:59:43 +07:00
Lucas Larroche
e33f67e39c docs: Update tooltips 2022-09-11 14:37:31 +07:00
Lucas Larroche
5e1c52661e chore: Build 2022-09-11 14:13:31 +07:00
Lucas Larroche
f8cc7e9c39 Merge branch 'dev' into pr/180 2022-09-11 14:12:58 +07:00
Lucas Larroche
c378a50870
Merge pull request #157 from jelmerveen/feat/nav_breadcrumb
feat: Aria compliant breadcrumb component
2022-09-11 14:06:59 +07:00
Lucas Larroche
132b499db2 docs: Style of code snippets 2022-09-11 14:00:44 +07:00
Lucas Larroche
22767f6361 refactor: Add comment 2022-09-11 13:57:40 +07:00
Lucas Larroche
37c4844eaa chore: Build 2022-09-11 13:53:14 +07:00
Lucas Larroche
60448fd289 Merge branch 'dev' into pr/157 2022-09-11 13:52:37 +07:00
rbf
339e40c5fe
fix(input): clickable calendar icon on date input 2022-08-22 14:23:51 +02:00
Jaiden Douglas
a41422875f
feat: add $semantic-root-element variable 2022-08-21 12:03:00 +09:30
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
Kevin
8489f6a81a feat: support directions with data-placement 2022-06-21 17:23:16 +08:00
Kevin
c938c618ba
Merge branch 'picocss:master' into tooltip 2022-06-21 16:29:03 +08:00
Lucas Larroche
4e9ac7536b
Merge pull request #200 from picocss/dev
v1.5.3
2022-06-13 09:29:49 +07:00
Lucas Larroche
8b63a5b6dd chore: Bump to version v1.5.3 2022-06-13 09:24:51 +07:00
Lucas Larroche
2b7b314acc chore: Update dependencies 2022-06-13 09:23:02 +07:00
Lucas Larroche
8a38e14c54 chore: Build 2022-06-13 09:18:30 +07:00
Lucas Larroche
bbc319368d
Merge pull request #204 from DavidSouther/patch-1
Update _form.scss
2022-06-13 09:16:33 +07:00
Jelmer Veen
7354c7f347
Merge branch 'dev' into feat/nav_breadcrumb 2022-06-12 12:47:30 +02:00
jelmerveen
2f28e7d270 fix: remerged with dev 2022-06-12 12:42:15 +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
8f7e83db34 fix(feedback): made paddings adhere to RTL standards 2022-06-12 12:32:25 +02:00
jelmerveen
8416db171f fix(feedback): removed importants 2022-06-12 12:31:35 +02:00
jelmerveen
d7bfb3609a fix(feedback): breadcrumb is now lower-case 2022-06-12 12:30:17 +02:00
Lucas Larroche
ecba574e49 feat(modal): Add backdrop-filter 2022-06-05 10:37:48 +07:00
David Souther
4a1599e1e5
Update _form.scss
Remove vertical-align: middle as it's roughly the same as browser defaults
2022-06-03 21:48:18 -07:00
Lucas Larroche
a9ab53feb6
Merge pull request #206 from atoaugustyn/patch-1
Fix Github discussion links on contributing guidelines page
2022-06-04 08:54:51 +07:00
Lucas Larroche
1cfc6b59b8
Merge pull request #207 from picocss/ll/style/card-box-shadow
Style(card): box-shadow
2022-06-04 08:38:47 +07:00
Lucas Larroche
01666f6894 chore: Build 2022-06-04 08:34:44 +07:00
Lucas Larroche
70416e6942 style(card): box-shadow 2022-06-04 08:34:01 +07:00
Ato Augustine
a84ead640b
Fix Github discussion links on contributing guidelines page 2022-06-01 21:29:36 +00:00
David Souther
4e5e9a2a60
Update _form.scss
vertical-align only applies to inline-level elements

https://developer.mozilla.org/en-US/docs/Web/CSS/vertical-align
https://drafts.csswg.org/css2/#propdef-vertical-align
2022-06-01 14:11:17 -07:00
Lucas Larroche
221400e8f1
Merge pull request #199 from picocss/ll/fix/card-sections
Fix: Card sections
2022-05-26 09:31:50 +07:00
Lucas Larroche
2261921046 chore: Build 2022-05-26 09:25:59 +07:00
Lucas Larroche
5a76e023a9 fix(card): Sections 2022-05-26 09:24:26 +07:00
Lucas Larroche
e88e1359b6
Merge pull request #198 from picocss/dev
v1.5.2
2022-05-24 09:54:35 +07:00
Lucas Larroche
3233e7d412 chore: Bump to version v1.5.2 2022-05-24 09:52:16 +07:00
Lucas Larroche
b2fea4daad
Merge pull request #197 from gazpachu/patch-1
Update modal.js
2022-05-24 09:48:39 +07: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
161dfa874d
Merge pull request #196 from picocss/dev
v1.5.1
2022-05-22 11:45:06 +07:00
Lucas Larroche
074d030668 chore: Bump to version v1.5.1 2022-05-22 11:42:00 +07:00
Lucas Larroche
3b05421333 docs: Add composer 2022-05-22 11:25:28 +07:00
Lucas Larroche
0b0ebd3716 fix(modal): Override default browser color 2022-05-22 11:03:51 +07:00
Lucas Larroche
6321526fdd readme: Add Twitter 2022-05-22 10:43:10 +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
larryhynes
53d8b6df69 containers.html: childs -> children
'childs' is incorrect.
2022-05-22 09:59:31 +07:00
Lucas Larroche
5bb86acc3b chore: Build docs 2022-05-22 09:59:31 +07:00
larryhynes
d8f1782731 dropdowns.html: childs -> children 2022-05-22 09:59:31 +07:00
Lucas Larroche
7c37c5e4f6 chore: Build 2022-05-22 09:59:31 +07:00
Lucas Larroche
0ce4429d0e chore: Update dependencies 2022-05-22 09:59:31 +07:00
Lucas Larroche
5d4e92a6ff
Merge pull request #147 from vardumper/feature/146-improve-support-for-composer
added composer.json, added instructions in README.md
2022-05-22 09:56:30 +07:00
Lucas Larroche
f7151d68c5 chore: Revert .gitignore 2022-05-22 09:54:44 +07:00
Lucas Larroche
2419597dad chore: Edit composer.json 2022-05-22 09:52:13 +07:00
Kevin
2e7787aef4 Support left, right, bottom directions 2022-03-15 16:16:08 +08:00
Kevin
82dbcb24a4
Merge pull request #1 from wenkeming/tooltips
support tooltip directions with placement property
2022-03-15 16:00:47 +08:00
Kevin
ae058f54e0 support tooltip directions with placement property 2022-03-15 15:48:05 +08:00
Lucas Larroche
f9e97c0bf4
Merge pull request #155 from picocss/dev
v1.5.0
2022-03-14 00:02:25 +07:00
Lucas Larroche
92aca66a17 chore: Update dependencies 2022-03-13 15:43:35 +07:00
Lucas Larroche
01308c8627 Bump version v1.5.0 2022-03-13 15:40:42 +07:00
Lucas Larroche
f934be5de0 Update README.md 2022-03-13 15:34:45 +07:00
Lucas Larroche
3494d3c1a3 Update README.md 2022-03-13 15:33:26 +07:00
Lucas Larroche
dbc59ca696 docs: Disclaimer about links and buttons classes 2022-03-13 15:31:11 +07:00
Lucas Larroche
aba2410cb6
Merge pull request #172 from sponsfreixes/docs_modal_classless
Add disclaimer about modal utility classes on class-less version
2022-03-13 15:23:11 +07:00
Lucas Larroche
58edd9f24b docs: Edit disclaimer about modal utility classes 2022-03-13 15:18:56 +07:00
Lucas Larroche
5776890352 Merge branch 'dev' into pr/172 2022-03-13 14:59:29 +07:00
Lucas Larroche
39a3116f65
Merge pull request #111 from tusharnankani/feat/add-issue-templates
add issue templates
2022-03-13 14:41:36 +07:00
Lucas Larroche
ba603b1380 chore: Edit contributing guidelines 2022-03-13 14:30:19 +07:00
Lucas Larroche
fb6c0d69ad
Merge pull request #176 from picocss/ll/contributing
Add contributing guidelines
2022-03-13 14:23:15 +07:00
Lucas Larroche
c107a7b049 chore: Edit contributing guidelines 2022-03-13 14:19:51 +07:00
Lucas Larroche
75a01bd470 readme: Add Class-less size 2022-03-13 12:02:55 +07:00
Lucas Larroche
344e56e2cd readme: Add Class-less size 2022-03-13 11:58:07 +07:00
Lucas Larroche
e414757a77 Explicit browser support 2022-03-13 11:54:31 +07:00
Lucas Larroche
066ecb46e0 Explicit browser support 2022-03-13 11:44:44 +07:00
Lucas Larroche
de89731695
Merge pull request #174 from hayatbiralem/add-states-support-to-search-input
Add states support to search input with rtl support
2022-03-13 11:30:49 +07:00
Lucas Larroche
b757cf37d2 Merge branch 'dev' into pr/174 2022-03-13 11:02:41 +07:00
Lucas Larroche
3f385d67a7 docs(search): Simplified example 2022-03-13 11:01:44 +07:00
Lucas Larroche
1bab87a15b refactor(search): Simplified CSS code 2022-03-13 10:51:03 +07:00
Lucas Larroche
8c64ef2e1a docs: Store color scheme in localStorage 2022-03-13 10:15:42 +07:00
Ömür Yanıkoğlu
a469644b42 build docs 2022-03-09 04:43:36 +03:00
Ömür Yanıkoğlu
a1010ac854 add search input use cases to form docs 2022-03-09 04:43:24 +03:00
Ömür Yanıkoğlu
6d71b1d707 build css 2022-03-09 04:42:36 +03:00
Ömür Yanıkoğlu
cae68949b9 add state support to search input 2022-03-09 04:40:51 +03:00
Sergi Pons Freixes
e8d7f518ce Add disclaimer about modal utility classes on class-less version 2022-03-07 21:06:15 -08:00
Lucas Larroche
732893455e chore: Update dependencies 2022-03-06 22:01:00 +07:00
Lucas Larroche
d56a20bd0f
Feat: Add disabled fieldsets 2022-03-06 21:45:05 +07:00
Lucas Larroche
e821b7647f feat: disabled fieldset 2022-03-06 21:43:51 +07:00
Lucas Larroche
19d2ffad02 feat: disabled groups (fieldset) 2022-03-06 18:25:58 +07:00
Lucas Larroche
43cacb0b93 docs(nav): Add role=button example 2022-03-06 16:44:29 +07:00
Lucas Larroche
6cbc258a0d fix(accordion): marker height 2022-03-06 16:24:19 +07:00
Lucas Larroche
16bfdd9bfa
Merge pull request #141 from leomp12/patch-1
Perf: Simpler/smaller selectors with :where :is
2022-03-06 15:21:12 +07:00
Lucas Larroche
73a9c9ac09 chore: Build 2022-03-06 15:12:55 +07:00
Lucas Larroche
ad534987fc Merge branch 'dev' into pr/141 2022-03-06 15:10:20 +07:00
Lucas Larroche
8300c0fcb7 chore(button): Optimize selectors 2022-03-06 13:53:51 +07:00
Lucas Larroche
afda3f529b chore(nav): Optimize selectors 2022-03-06 13:40:49 +07:00
Lucas Larroche
77cdcc6e4a chore(modal): Optimize selectors 2022-03-06 13:37:20 +07:00
Lucas Larroche
aaf718a1d4 chore(dropdown): Optimize selectors 2022-03-06 13:28:27 +07:00
Lucas Larroche
794602a9b7 chore(form): Optimize selectors 2022-03-06 12:53:40 +07:00
Lucas Larroche
169c2414d8 chore(button): Clean 2022-03-06 12:52:21 +07:00
Lucas Larroche
f98b2d78a9 chore(form): Optimize selectors 2022-03-06 12:26:25 +07:00
Lucas Larroche
201be1cb53 chore(button): Revert selectors 2022-03-06 12:17:34 +07:00
Lucas Larroche
cf7c1e340c chore(typography): Optimize selectors 2022-03-06 12:11:41 +07:00
Lucas Larroche
e49e6426a0 chore(button): Optimize selectors 2022-03-06 11:45:06 +07:00
Lucas Larroche
ff30e814ec refactor: Links selectors 2022-03-06 11:18:12 +07:00
Lucas Larroche
f1bde7f7f7 Merge branch 'dev' into pr/141 2022-03-06 11:13:56 +07:00
Lucas Larroche
ab75049f4d
Merge pull request #169 from picocss/ll/update-reset
chore: Update sanitize.css resets
2022-03-06 10:58:48 +07:00
Lucas Larroche
4c914d1807 chore: Update sanitize.css resets 2022-03-06 10:53:20 +07:00
Lucas Larroche
9b0dda8b94 style(nav) 2022-03-06 09:44:46 +07:00
Lucas Larroche
9a0db7ab7f style(dropdowns) 2022-03-06 09:37:03 +07:00
Lucas Larroche
667c94951a chore: Clean syntax 2022-02-28 11:28:33 +07:00
Lucas Larroche
8b6ae9bf93 fix(dropdowns): Marker break line 2022-02-28 11:20:58 +07:00
Lucas Larroche
8ade36ea87 fix(dropdowns): Typo 2022-02-28 09:21:28 +07:00
Lucas Larroche
665fe42350
Merge pull request #140 from picocss/ll/feature/dropdown
Feature: Dropdown
2022-02-28 02:00:53 +07:00
Lucas Larroche
083d7e7e6a feat(dropdowns): Add nested list support 2022-02-28 01:57:59 +07:00
Lucas Larroche
e54d1ee4f7 feat(dropdowns): Dropdowns inside nav 2022-02-27 22:43:15 +07:00
Lucas Larroche
37b6aaab39 style(accordion): Marker spacing 2022-02-27 21:59:25 +07:00
Lucas Larroche
2906e37f7a style(dropdowns): Better support for :focus 2022-02-27 17:21:13 +07:00
Lucas Larroche
f7ed336ac0 chore: rebuild 2022-02-27 16:59:36 +07:00
Lucas Larroche
75cfc082d8 style(dropdowns) 2022-02-27 16:55:59 +07:00
Lucas Larroche
f909542b1e docs(dropdowns): typo 2022-02-27 16:55:48 +07:00
Lucas Larroche
e01fac7d4e Update README.md 2022-02-27 16:55:48 +07:00
Lucas Larroche
45426dd4b3 Dropdown component 2022-02-27 16:55:48 +07:00
Lucas Larroche
f1a6e50461 style(docs): Aside nav 2022-02-27 16:44:04 +07:00
Lucas Larroche
b2d0bc4782
Merge pull request #166 from picocss/ll/feature/active-class
feat(accessibility): Add aria-current
2022-02-27 16:22:07 +07:00
Lucas Larroche
df298eb4aa feat(accessibility): Add aria-current 2022-02-27 16:12:53 +07:00
Lucas Larroche
b0255697d7
Merge pull request #165 from picocss/ll/refactor/nav
refactor(nav): Add css vars
2022-02-27 15:32:55 +07:00
Lucas Larroche
5dc5fcbb85 chore: rebuild 2022-02-27 15:11:36 +07:00
Lucas Larroche
01a1f52022
Merge branch 'dev' into ll/refactor/nav 2022-02-27 15:10:02 +07:00
Lucas Larroche
437b3fb8ce chore: rebuild 2022-02-27 14:58:34 +07:00
Lucas Larroche
a039b2fd4b Merge branch 'dev' into ll/refactor/nav 2022-02-27 14:55:15 +07:00
Lucas Larroche
894ce64795 refactor(nav): Add css vars 2022-02-27 14:41:34 +07:00
Leonardo Matos
99c9222294
Simpler/smaller typografy selectors with :where :is 2022-02-24 00:04:56 -03:00
Jelmer Veen
8fffc986c6 fix: updated breadcrumb according to feedback and kept to aria specification 2022-02-08 11:07:18 +01:00
Lucas Larroche
6123fa71f4
Merge pull request #142 from reinerBa/patch-1
Update docs for radio label duplication
2022-02-06 11:04:04 +07:00
Lucas Larroche
0eaece2c64 content(docs): Change disabled switch copy 2022-02-06 10:59:18 +07:00
Lucas Larroche
3bcb55aa1f fix(docs): Remove duplicate label 2022-02-06 10:57:26 +07:00
Lucas Larroche
d6ee665cc1
Merge pull request #154 from picocss/ll/fix/rtl
Fix RTL: Progress bar
2022-02-06 10:28:28 +07:00
Lucas Larroche
3c7137d509 fix(rtl): Progress bar 2022-02-06 10:25:10 +07:00
vardumper
6e326f4caf added composer.json, added instructions in README.md 2022-01-26 11:21:35 +01:00
JelmerVeen
885d413673 chore: use variables for font-size 2022-01-25 21:23:41 +01:00
JelmerVeen
8049be9ffa feat: add a semantic way for creating a breadcrumb 2022-01-25 21:13:14 +01:00
reinerBa
b2966a3976
Update docs for radio label duplication
One </label> is enough
2022-01-24 14:15:35 +01:00
Leonardo Matos
7fa4a59073
Simpler/smaller selectors with :where :is
Note: https://developer.mozilla.org/en-US/docs/Web/CSS/:where#browser_compatibility doesn't match current [browserlist](https://github.com/picocss/pico/blob/master/package.json#L98-L102) entirely, I will continue the PR checking same microoptin on other files if you agree we can avoid 100% support for following browsers:

- Safari 13.1                   0.530%
- Samsung 14.0             2.258%
- Samsung 13.0             0.198%
- Internet Explorer 11    0.748% (just mentioning, not supported already as it can't handle CSS props)

https://browserslist.dev/?q=Pj0gMC41JSwgbGFzdCAyIG1ham9yIHZlcnNpb25zLCBub3QgZGVhZA%3D%3D
2022-01-23 13:34:38 -03:00
Lucas Larroche
1bf1a8e461
Merge branch 'll/feature/dropdown' into dev 2022-01-23 13:03:54 +07:00
Lucas Larroche
ebc80b4d6e
Merge pull request #137 from picocss/ll/accordion-role-button
Accordion: Allow role button
2022-01-23 12:50:52 +07:00
Lucas Larroche
7f8a43b879 Accordion: Allow role button 2022-01-23 12:45:00 +07:00
Lucas Larroche
1c99a48332 Dropdown: Sidebar order 2022-01-23 10:34:14 +07:00
KiranMantha
7fb60da1e0 made dropdown appearance inline with form controls 2022-01-20 19:37:37 +05:30
KiranMantha
30ff7bc212 Merge branch 'dev' of https://github.com/picocss/pico into dev 2022-01-20 18:29:34 +05:30
Tushar Nankani
0699a1dcac
Create CONTRIBUTING.md 2022-01-16 22:30:21 +05:30
Tushar Nankani
1812455ff2
Merge branch 'picocss:master' into feat/add-issue-templates 2022-01-16 22:27:57 +05:30
Lucas Larroche
a018211b14
Merge pull request #113 from picocss/dev
v1.4.4
2022-01-16 14:54:33 +07:00
Lucas Larroche
ecad44c5db Bump version v1.4.4 2022-01-16 14:53:18 +07:00
Lucas Larroche
fff0f20210
Merge pull request #133 from picocss/clean-role-switch
Clean role=switch
2022-01-16 13:25:09 +07:00
Lucas Larroche
e1c419855e Clean role=switch 2022-01-16 13:24:02 +07:00
Lucas Larroche
91e427caec
Merge pull request #132 from picocss/fix-modal
Fix: modal overflow
2022-01-16 12:46:58 +07:00
Lucas Larroche
18224bdc07 Fix: dialog max-height 2022-01-16 12:43:16 +07:00
Lucas Larroche
6837e3071c
Merge pull request #131 from picocss/role-button
Allow role=button to any HTML element
2022-01-16 12:14:27 +07:00
Lucas Larroche
5b17286648 input[type="reset"] styles merged with .secondary 2022-01-16 12:12:52 +07:00
Lucas Larroche
f90359ad7b Fix role=button hover 2022-01-16 11:49:08 +07:00
Lucas Larroche
3fc8dad9a4 Update docs for role=button 2022-01-16 11:44:41 +07:00
Lucas Larroche
270a128de4 Allow role=button to any HTML element 2022-01-16 11:41:50 +07:00
Lucas Larroche
7c424e8e01
Merge pull request #130 from picocss/update-dependencies
Update dependencies
2022-01-16 11:13:51 +07:00
Lucas Larroche
971941af04 Update dependencies 2022-01-16 11:12:05 +07:00
Lucas Larroche
fe0a9d7e72 Build .css files 2022-01-04 22:46:55 +07:00
Lucas Larroche
525c88db3a
Merge pull request #104 from nalabdou/patch-1
Fix : remove duplicated list-style-type: none;
2022-01-04 22:43:22 +07:00
Lucas Larroche
79270cf1d2
Merge pull request #108 from jeffbaumes/patch-1
Remove extraneous closing brackets
2022-01-04 22:35:39 +07:00
Lucas Larroche
3f28ca44a7 Remove unnecessary closing brackets in src/ 2022-01-04 22:26:21 +07:00
Lucas Larroche
60b4ac524b
Merge pull request #112 from picocss/fix/input-type-date
Fix: Input type date icon position
2022-01-04 22:11:01 +07:00
Lucas Larroche
07e9dc2587 Fix: Input type date icon position 2022-01-04 22:08:36 +07:00
Tushar Nankani
24d3d3a2d6
Create 02_feature_request.md 2022-01-04 13:26:54 +05:30
Tushar Nankani
ced2aea147
Create 01_bug_report.md 2022-01-04 13:26:14 +05:30
Jeff Baumes
9f913cda1d
Remove extraneous closing brackets
Modal example had a few extra closing brackets that are not valid HTML.
2022-01-02 11:02:03 -05:00
Nadim alabdou
460574650c
fix : remove duplicated list-style-type: none; 2022-01-02 00:06:15 +01:00
Lucas Larroche
6b05b161ef
v1.4.3 2022-01-01 15:49:10 +07:00
Lucas Larroche
f8ad8c9f23 Bump version v1.4.3 2022-01-01 15:46:08 +07:00
Lucas Larroche
3e5821bbc5 Add Limitations 2022-01-01 15:36:42 +07:00
Lucas Larroche
d9b61fe087
Merge pull request #102 from picocss/fix/rtl
Fix RTL input date
2022-01-01 13:45:19 +07:00
Lucas Larroche
ba0d42b405 Fix RTL input date 2022-01-01 13:40:31 +07:00
Lucas Larroche
ab75fca7d1
Merge pull request #98 from picocss/fix/table
Tables: Remove explicit background-color and add tfoot support
2021-12-31 17:03:33 +07:00
Lucas Larroche
7f6ed9f5cb Add <tfoot> support 2021-12-31 17:01:01 +07:00
Lucas Larroche
92c21aa1d4 Remove explicit background-color on tr element 2021-12-31 16:31:25 +07:00
KiranMantha
fe92c59e2d fixed merge conflicts 2021-12-31 14:58:26 +05:30
KiranMantha
8ee5d2494b Merge branch 'dev' of https://github.com/picocss/pico into dev 2021-12-31 14:57:48 +05:30
Lucas Larroche
94fe6da60c
Merge pull request #97 from picocss/fix/checkbox-radio-size
Fix: Checkboxes and Radios relative size (`em`)
2021-12-31 15:34:11 +07:00
Lucas Larroche
7f817d4c68 Fix: Checkboxes and Radios relative size (em) 2021-12-31 15:30:42 +07:00
KiranMantha
1a392ec408 chore: refactored example snippets 2021-12-31 12:57:08 +05:30
KiranMantha
aaa4aebb2f chore: updated implementation with proper roles and aria attributes 2021-12-31 12:47:02 +05:30
KiranMantha
25d7c7983f chore: resolved merge conflicts and updated styles, reduced markup 2021-12-31 12:39:27 +05:30
KiranMantha
002008996d Merge branch 'dev' of https://github.com/picocss/pico into dev 2021-12-31 12:34:12 +05:30
Lucas Larroche
8ca0f6e02e
Merge pull request #73 from jubishop/gridless
support a `gridless` mode
2021-12-31 13:17:23 +07:00
Lucas Larroche
2bf579758f Update $enable-grid comment 2021-12-31 13:15:38 +07:00
Lucas Larroche
0d202946a7 Remove pico.gridless.scss 2021-12-31 13:13:16 +07:00
Lucas Larroche
2efc9ada25
Merge branch 'dev' into gridless 2021-12-31 13:10:35 +07:00
Lucas Larroche
5a9ec4058f
Merge pull request #82 from Masa-Shin/remove-a-disabled-css
Fix button scss.
2021-12-31 13:01:38 +07:00
Lucas Larroche
3ef733638c chore: Rebuild .min.css and .css.map 2021-12-31 12:59:43 +07:00
Lucas Larroche
42aa7d2e34
Merge branch 'dev' into remove-a-disabled-css 2021-12-31 12:58:08 +07:00
Lucas Larroche
07817a3fd1 Fix disabled for button link without href 2021-12-31 12:51:37 +07:00
Lucas Larroche
06a7da2e4e
Merge pull request #83 from HerrBertling/dev
feat: add optional form label font weight
2021-12-31 12:34:05 +07:00
Lucas Larroche
b410d0625c chore: rebuild .css.map 2021-12-31 12:27:25 +07:00
Lucas Larroche
a7d549e574
Merge branch 'dev' into dev 2021-12-31 12:23:48 +07:00
Lucas Larroche
8fadb0e7e8 feat(labels): Add css var to fieldset legend 2021-12-31 12:20:57 +07:00
Lucas Larroche
9ed2816652
Merge pull request #91 from AmiralBl3ndic/dev
feature(issue#90): add an alternative to hgroup
2021-12-31 11:48:41 +07:00
Lucas Larroche
568f3c646d Update .headings SCSS code and docs 2021-12-31 11:42:44 +07:00
Lucas Larroche
c430d146f7
Merge pull request #93 from Shirobachi/fix-modal-call
Fix modal calls
2021-12-31 11:08:23 +07:00
Lucas Larroche
4175f83e19 Fix modal example code 2021-12-31 10:57:06 +07:00
Simon Hryszko
e7ecbf44fe Fix modal calls 2021-12-30 08:44:07 +01:00
AmiralBl3ndic
56c310fe99 fix: make .headings an alternative only when classes are enabled 2021-12-29 19:38:23 +01:00
AmiralBl3ndic
ed120df03b Feat: add a class alternative to hgroup 2021-12-29 19:22:08 +01:00
KiranMantha
924034a87c chore: fixed typo in docs 2021-12-27 17:53:21 +05:30
KiranMantha
f410f48c1c chore: updated docs as per contribution rules 2021-12-27 17:33:16 +05:30
KiranMantha
539909cbb9 chore: updated docs 2021-12-27 17:02:35 +05:30
KiranMantha
72a3adb16b feature(issue#52): added a new dropdown component 2021-12-27 13:55:58 +05:30
Markus Siering
66f85919e5 chore: build docs + css files
refs #79
2021-12-25 16:02:12 +01:00
Markus Siering
dd96dd0b5a feat(labels): add optional font weight
which can be set separately from the standard font weight
to put emphasis on the form labels if needed.

closes #79
2021-12-25 16:01:19 +01:00
Masahiko Shin
90f3eb9fb3 compile scss 2021-12-25 18:21:39 +09:00
Masahiko Shin
6068002080 Fix button.scss.
The `<a>` tag does not have `disabled` attribute and in order to "disable" them it is recommended to remove href attribute.

https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element
https://www.w3.org/TR/2021/REC-html-aria-20211209/#el-a
2021-12-25 18:19:15 +09:00
Lucas Larroche
e7ffe74a05 Rebuild 2021-12-24 00:50:06 +07:00
Lucas Larroche
f3302451cf
Merge pull request #72 from jubishop/dev
remove any reference to `.secondary` or `.contrast` from classless version
2021-12-24 00:47:30 +07:00
Lucas Larroche
ab9c1a193b
Merge branch 'dev' into dev 2021-12-24 00:47:01 +07:00
Lucas Larroche
0edf2e2d70 Merge branch 'dev' into pr/72 2021-12-24 00:41:47 +07:00
Lucas Larroche
4dbfa19db6 Revert package.json changes 2021-12-24 00:27:03 +07:00
Lucas Larroche
fdd116afbd
Merge pull request #74 from autogenus/dev
Align text to baseline in mark
2021-12-24 00:12:21 +07:00
Lucas Larroche
8a80d267f8
Merge pull request #71 from ftonato/docs/form-disabled-fiedls
docs: update form examples for disabled fields (radio, checkbox, switch)
2021-12-24 00:05:41 +07:00
Lucas Larroche
eedc9378aa Docs: Remove parenthesis 2021-12-23 23:55:56 +07:00
Lucas Larroche
4cc1eff431 Build: forms.html 2021-12-23 23:53:29 +07:00
Lucas Larroche
897aadac7d
Merge pull request #81 from picocss/typo/containers
Typo: Containers doc
2021-12-23 23:48:01 +07:00
Lucas Larroche
dfb0004a6a Typo: Containers doc 2021-12-23 23:47:08 +07:00
Lucas Larroche
d7e90b78c9
Merge pull request #77 from Kaleidea/patch-1
Typos: Readme
2021-12-23 23:43:37 +07:00
Lucas Larroche
8780dee791
Merge pull request #80 from picocss/fix/docs/nav
Fix: Docs navigation
2021-12-23 23:31:05 +07:00
Lucas Larroche
d753a5ec84 Fix: Docs navigation 2021-12-23 23:29:45 +07:00
Kaleidea
b71c736ac3
Fix typo 2 2021-12-22 12:51:47 +01:00
Kaleidea
6f12da396e
Fix typo 2021-12-22 12:46:42 +01:00
Timothy Wright
87dd49973b Align kbd to baseline 2021-12-20 10:42:01 -05:00
Timothy Wright
5a832744b1 Align text to baseline in mark 2021-12-19 17:22:47 -05:00
Justin Bishop
4b087f78f6 remove odd extra indent in gridless.scss 2021-12-19 09:22:59 -08:00
Justin Bishop
6b0fa1d42a support a gridless mode, which includes all classes except .grid and .container and then uses the classless method for supporting .container. 2021-12-19 09:15:24 -08:00
Justin Bishop
cc8b8eddeb remove any reference to .secondary or .contrast from classless version 2021-12-19 09:02:01 -08:00
Ademílson F. Tonato
83772dd3b1 docs: update form examples for disabled fields (radio, checkbox, switch) 2021-12-19 11:01:33 +00:00
Lucas Larroche
c5d85aed3e
Merge pull request #66 from picocss/dev
Release v1.4.2
2021-12-19 14:02:24 +07:00
Lucas Larroche
f81a2e4af4 Update modal javascript example link 2021-12-19 11:15:58 +07:00
Lucas Larroche
e8f5f7ee2d Update README.md 2021-12-19 11:13:41 +07:00
Lucas Larroche
0bd7707e29 Bump version v1.4.2 2021-12-19 11:12:06 +07:00
Lucas Larroche
6f09f02012 Fix: Classless version 2021-12-19 10:40:54 +07:00
Lucas Larroche
53fbeb3d19 Update README.md 2021-12-19 10:26:43 +07:00
Lucas Larroche
41314ab4b0 Revert "Merge branch 'master' into dev"
This reverts commit 6a6d67dbab, reversing
changes made to ba4bd765d8.
2021-12-19 09:50:55 +07:00
Lucas Larroche
6a6d67dbab Merge branch 'master' into dev 2021-12-19 09:50:15 +07:00
Lucas Larroche
ba4bd765d8 Update .gitignore 2021-12-19 09:47:00 +07:00
Lucas Larroche
17e8f96915 Docs: update Bootstrap link 2021-12-19 09:46:54 +07:00
Lucas Larroche
06c624b7f4 Update dev dependencies 2021-12-18 13:36:27 +07:00
Lucas Larroche
6d5031c8fe Delete modal copy.html 2021-12-18 11:59:09 +07:00
Lucas Larroche
0c33daabf6
Merge pull request #59 from fitztrev/patch-1
Fix typo in example code
2021-11-16 10:14:51 +07:00
Lucas Larroche
2565a68ab5 Docs: typo hgroup 2021-11-16 10:11:15 +07:00
Trevor Fitzgerald
4bdaf4f45a
Fix typo in example code 2021-11-15 18:30:21 -05:00
Lucas Larroche
c301cd09cf Revert "Accessibility: root font-size in percent"
This reverts commit b45830626e.
2021-11-14 12:02:48 +07:00
Lucas Larroche
b45830626e Accessibility: root font-size in percent 2021-11-14 11:41:40 +07:00
Lucas Larroche
7922656a05 Docs: Bring back modal page 2021-11-14 11:21:50 +07:00
Lucas Larroche
d9a6ac1a65 Modal: Delete blur background and handle scrollbar 2021-11-14 11:09:58 +07:00
Lucas Larroche
96d2b0564e
Merge pull request #57 from gsalaun1/master
Fix Typo on RTL Support
2021-11-13 09:43:28 +07:00
gsalaun1
3a5cb431d5 Fix Typo on RTL Support 2021-11-12 08:58:36 +01:00
Lucas Larroche
3d2bc1f911 Docs: Modal 2021-11-08 10:02:56 +07:00
Lucas Larroche
31c16b00ca Docs: Modal 2021-11-08 09:36:22 +07:00
Lucas Larroche
0b3f1656f2 Style: Add focus for aria-invalid form elements 2021-11-08 01:55:20 +07:00
Lucas Larroche
76c1b3d9b8
Merge pull request #56 from picocss/feat-modal
Feat modal
2021-11-08 00:16:16 +07:00
Lucas Larroche
b85229bfa0
Merge pull request #55 from picocss/revert-43-feat-modal
Revert "Feature: modal"
2021-11-08 00:13:15 +07:00
Lucas Larroche
d5544ea021
Revert "Feature: modal" 2021-11-08 00:12:34 +07:00
Lucas Larroche
39314102d2
Merge pull request #43 from picocss/feat-modal
Feature: modal
2021-11-08 00:11:56 +07:00
Lucas Larroche
13abfc4115 Build CSS, JS and Docs 2021-11-08 00:10:16 +07:00
Lucas Larroche
f85faceb65 Docs: Add modal page 2021-11-08 00:08:17 +07:00
Lucas Larroche
10301430ab Refactor: JS bundle scripts 2021-11-08 00:07:33 +07:00
Lucas Larroche
0c64ec721a Refactor: JS syntax 2021-11-08 00:06:11 +07:00
Lucas Larroche
5557876fce Minor clean: Accordion 2021-11-08 00:03:46 +07:00
Lucas Larroche
1b1c13b8cf Fix: Exclude tooltip animation on touch screens 2021-11-08 00:03:24 +07:00
Lucas Larroche
5bb7346728 Style: Modal 2021-11-08 00:02:42 +07:00
Lucas Larroche
c66f9911e2 Fix: Input aria-invalid 2021-11-07 12:32:09 +07:00
Lucas Larroche
15aafb84df Fix: Date & Time aria-invalid 2021-11-07 12:26:29 +07:00
Lucas Larroche
a36d9addb0 Fix nodemon infinite loop 2021-11-03 00:20:15 +07:00
Lucas Larroche
8cb6b979a3
Merge pull request #54 from picocss/dev
Merge master into feat-modal
2021-11-02 22:33:24 +07:00
Lucas Larroche
919397d669 Move browserslist to package.json 2021-11-02 22:21:45 +07:00
Lucas Larroche
c719108d27 Order scss properties 2021-11-02 11:04:48 +07:00
Lucas Larroche
caa104850f Merge branch 'dev' into feat-modal 2021-11-02 11:00:14 +07:00
Lucas Larroche
a1df4f406f
Merge pull request #51 from picocss/docs-separate-pages
Docs: separate pages
2021-11-02 10:56:29 +07:00
Lucas Larroche
7a27d59d72 Docs: Toggle navigation icon default height 2021-11-02 10:49:54 +07:00
Lucas Larroche
6feb60dd42 Docs: code indentation 2021-11-02 10:46:55 +07:00
Lucas Larroche
f6d38a7586 Order scss properties 2021-11-02 02:54:52 +07:00
Lucas Larroche
c71144455b Docs: Sidebar styles 2021-11-02 00:20:55 +07:00
Lucas Larroche
7e02e9f959 Update README.md 2021-11-01 11:45:29 +07:00
Lucas Larroche
5c2c0c48b3 More silent scripts 2021-11-01 11:45:25 +07:00
Lucas Larroche
bbb53c7dd4 Docs: separate pages 2021-10-31 21:33:19 +07:00
Lucas Larroche
9baef943d9 Modale: Close button 2021-10-31 09:24:46 +07:00
Lucas Larroche
41ef519d32 Merge branch 'dev' into feat-modal 2021-10-31 08:50:55 +07:00
Lucas Larroche
cea5c8c04c
Merge pull request #50 from picocss/enhance-scripts
Enhance scripts
2021-10-31 08:48:58 +07:00
Lucas Larroche
112619ac3b Better compilation scripts with sourcemaps 2021-10-30 14:09:00 +07:00
Lucas Larroche
aca3ce1808
Merge pull request #45 from picocss/dev
Patch 1.4.1
2021-10-25 10:30:23 +07:00
Lucas Larroche
ace6a0c140 Patch 1.4.1 2021-10-25 10:23:15 +07:00
Lucas Larroche
6cd0e06097 Update packages 2021-10-25 10:22:22 +07:00
Lucas Larroche
d68d7b86fa Docs: most-visible as external JavaScript 2021-10-25 10:10:31 +07:00
Lucas Larroche
f882718851 Update package-lock.json 2021-10-25 10:10:01 +07:00
Lucas Larroche
715fa527d7 Package description 2021-10-25 09:30:42 +07:00
Lucas Larroche
e329c85d28 Fix: checkbox and radio aria-invalid #44 2021-10-25 09:30:01 +07:00
Lucas Larroche
5054bdf998
Merge pull request #42 from picocss/master
Merge master into feat-modal
2021-10-24 16:13:31 +07:00
Lucas Larroche
55ec30e953
Merge pull request #41 from picocss/master
Merge master into dev
2021-10-24 16:12:18 +07:00
Lucas Larroche
5da3958bbf Bump version v1.4.0 2021-10-24 16:10:47 +07:00
Lucas Larroche
7f47491e2a
Merge pull request #40 from picocss/dev
Minor Release (v1.4.0)
2021-10-24 16:01:08 +07:00
Lucas Larroche
72a2bb4952 Minor Release (v1.4.0) 2021-10-24 15:58:03 +07:00
Lucas Larroche
41aa702672 Update README.md 2021-10-24 15:52:28 +07:00
Lucas Larroche
09a3a40628 Update README.md 2021-10-24 15:48:08 +07:00
Lucas Larroche
7552bda6fd Feat modal: Global styles 2021-10-24 15:24:57 +07:00
Lucas Larroche
fff088f459 Clean card 2021-10-24 13:52:58 +07:00
Lucas Larroche
4b893786aa Readme: Add RTL 2021-10-24 12:41:41 +07:00
Lucas Larroche
5f6e3c1abd Prettify code 2021-10-24 12:33:20 +07:00
Lucas Larroche
868e5d20cb Docs: Add RTL 2021-10-24 12:00:08 +07:00
Lucas Larroche
5e809bed01 Readme: Fix typos 2021-10-24 11:26:26 +07:00
Lucas Larroche
837f29787c Docs: Fix typos 2021-10-24 11:20:23 +07:00
Lucas Larroche
001d1a9657 RTL support #34 2021-10-24 02:06:00 +07:00
Lucas Larroche
6363f84087 Fix: input[aria-invalid] text overlaps the icon #35 2021-10-23 23:32:09 +07:00
Lucas Larroche
b40a9277f2 Docs: Adapt the DOM and styles for code blocks #36 2021-10-23 23:02:36 +07:00
Lucas Larroche
d64bb2343d Code: Enhance style 2021-10-23 18:27:19 +07:00
Lucas Larroche
b831907b58 Cross browser: tab-size 2021-10-23 17:44:41 +07:00
Lucas Larroche
320275ff99 Form: Fix label and legend vertical-align 2021-10-23 17:41:07 +07:00
Lucas Larroche
f232a11ef2 Accordion: fix marker display 2021-10-23 17:37:17 +07:00
Lucas Larroche
df2ae94742 Fix: Code inside article #36 2021-10-23 17:28:31 +07:00
Lucas Larroche
3c58a9c44d Improve scss: [type=range] 2021-10-23 16:51:44 +07:00
Lucas Larroche
10ae20608a Improve scss: [type="color"] 2021-10-23 16:27:45 +07:00
Lucas Larroche
6ffe09837b Browser support: [type="file"] 2021-10-23 16:24:10 +07:00
Lucas Larroche
08d6d34f44 Fix: Input hidden #39 2021-10-23 12:35:15 +07:00
Lucas Larroche
688a638d4d Docs: Clean JS imports 2021-10-23 12:17:04 +07:00
Lucas Larroche
8e028956e9 Add scripts to build and watch files 2021-09-12 10:58:05 +07:00
Lucas Larroche
2986278b15
Merge pull request #28 from zgoda/sass_division
Sass division
2021-09-04 11:46:26 +07:00
Lucas Larroche
ed31173735 Fix ul font-size
+ Clean rebuild
2021-09-04 11:41:14 +07:00
Jarek Zgoda
41d93e3268 Wrong ops 2021-08-18 12:52:59 +02:00
Jarek Zgoda
cb5b746bbb Use sass division function instead of deprecated operator
This effectively make the SCSS code processable only by dart-sass
because neither libsass (and node-sass in consequence) nor ruby-sass
supports new syntax. See
https://sass-lang.com/documentation/breaking-changes/slash-div for more
information.

This fixes #27
2021-08-18 12:44:54 +02:00
Lucas Larroche
cc164857b9 Define inlined code font-size with em unit 2021-07-28 09:53:28 +07:00
Lucas Larroche
a1147fe394
Merge pull request #23 from picocss/dev
Minor Release (v1.3.3)
2021-07-25 16:56:24 +07:00
Lucas Larroche
9ef002d8ab Minor Release (v1.3.3) 2021-07-25 16:48:01 +07:00
Lucas Larroche
fbf3d4f27f Clean textarea reset 2021-07-25 16:40:52 +07:00
Lucas Larroche
5d6069ecdd Update examples image and third party licenses 2021-07-25 00:01:30 +07:00
Lucas Larroche
b2fdab81de
Update README.md 2021-07-24 15:50:48 +07:00
Lucas Larroche
8cd61d8ff7
Update README.md 2021-07-24 14:53:38 +07:00
Lucas Larroche
0cd8a4e04b Demo GIF 2021-07-24 14:40:07 +07:00
Lucas Larroche
0e8263804d Demo GIF 2021-07-24 14:33:49 +07:00
Lucas Larroche
410fcc1767 Update copyright and license 2021-07-24 12:24:33 +07:00
Lucas Larroche
4a2e9714f3 Import Most Visible library 2021-07-24 12:08:45 +07:00
Lucas Larroche
8cb28b3707 Horizontal Ellipsis 2021-07-24 11:56:46 +07:00
Lucas Larroche
03e2885771 Rebuild CSS 2021-07-24 11:38:23 +07:00
Lucas Larroche
3070d9eb92
Merge pull request #22 from nuxodin/patch-2
`:not(thead) td` does not work as expected
2021-07-19 12:55:29 +07:00
Tobias Buschor
8be45d6130
:not(thead) td does not work as expected
...and drop `table`
2021-07-19 07:48:07 +02:00
Lucas Larroche
87bf626400
Merge pull request #20 from picocss/dev
Minor Release (v1.3.2)
2021-07-18 10:44:09 +07:00
Lucas Larroche
67c60cf4db Minor Release (v1.3.2) 2021-07-18 10:35:59 +07:00
Lucas Larroche
dc42ec62f3 Add a loading indicator for aria-busy 2021-07-17 15:19:19 +07:00
Lucas Larroche
0e7894c48e Clean comments 2021-07-17 10:26:38 +07:00
Lucas Larroche
4fbeb3351d Remove duplicate property 2021-07-17 09:41:26 +07:00
Lucas Larroche
cdbd670b3d
Merge pull request #17 from picocss/dev
Minor Release (v1.3.1)
2021-07-10 11:05:50 +07:00
Lucas Larroche
2097187fef Minor Release (v1.3.1) 2021-07-10 10:58:06 +07:00
Lucas Larroche
7c1e93472f Typos & clean 2021-07-10 10:47:57 +07:00
Lucas Larroche
59c54298d5 Vars naming & clean 2021-07-09 18:18:39 +07:00
Lucas Larroche
1e1413b5aa Fix structure & minified version 2021-07-09 17:46:10 +07:00
Lucas Larroche
9575624834 JavaScript modularization 2021-07-09 17:42:10 +07:00
Lucas Larroche
366e0a55d6 Typo 2021-07-05 15:23:58 +07:00
Lucas Larroche
4ca888a05e Fix customization simplified example 2021-07-04 08:56:33 +07:00
Lucas Larroche
f91683be63
Merge pull request #16 from picocss/dev
Minor Release (v1.3.0)
2021-07-03 13:59:33 +07:00
Lucas Larroche
ea52ff6be6 Minor Release (v1.3.0) 2021-07-03 13:36:31 +07:00
Lucas Larroche
c874560a24 Small improvements
- Edit small font-size
- Update docs
2021-07-03 11:18:07 +07:00
Lucas Larroche
537f5008c2 Small fixes
- @mixin and @include for dark scheme
- unset `--font-weight` in `hgroup`
2021-07-03 00:22:17 +07:00
Lucas Larroche
0c1d8b5972 Highlighting of the classless version
+ code cleaning
2021-07-02 23:04:17 +07:00
Lucas Larroche
dd534ef6a6 New --button-box-shadow var
+ rename `--form-element-focus` to `--form-element-focus-color`
+ code cleaning
2021-07-02 22:18:14 +07:00
Lucas Larroche
fc67f39278 Hide the details marker
Source: https://chromestatus.com/feature/6730096436051968
2021-07-02 17:44:25 +07:00
Lucas Larroche
d12af72cab CSS Vars refactoring 2021-07-02 16:54:41 +07:00
Lucas Larroche
14460576bf Fix <summary> in nested accordions #15 2021-06-30 11:52:49 +07:00
Lucas Larroche
4c19be7e6b
Merge pull request #11 from damieng/patch-1
Update article example to use a header
2020-11-17 09:43:23 +07:00
Damien Guard
6971460bca
Update article example to use a header 2020-11-14 21:13:25 +00:00
Lucas Larroche
ddabc3e1ef
Merge pull request #10 from picocss/dev
Minor Release (v1.2.1)
2020-10-28 08:48:37 +07:00
Lucas
45a6e4af7b Minor Release (v1.2.1) 2020-10-28 08:41:41 +07:00
Lucas
3c558e0e87 Docs: Fix tables code example 2020-10-28 08:33:02 +07:00
Lucas
a7c25a7d69 Docs: fixes 2020-10-28 08:30:37 +07:00
Lucas
27c21a6e32 Docs: Better indeterminates examples 2020-10-28 08:27:26 +07:00
Lucas
8671ae4552 Docs: Better aria-label and interminate progress bar 2020-10-28 08:12:49 +07:00
Lucas
431f0e6f8f Input helper (<small>) margin adjustment 2020-10-28 07:55:28 +07:00
Lucas
78a1c879a0 Prevent breaking changes for validation states 2020-10-27 17:12:36 +07:00
Lucas
d49c7ffcf2 Define validation states with aria-invalid 2020-10-27 12:25:53 +07:00
Lucas
c49273df6c Consitent CSS declaration for buttons 2020-10-27 12:23:41 +07:00
Lucas
a92002ddd9 Add contributing 2020-10-27 11:28:08 +07:00
Lucas
aaba5fb35d Add precompiled CSS variations 2020-10-27 11:22:03 +07:00
Lucas
a9c851d5b3 Docs: Changing the height of SVGs in px 2020-10-27 11:19:44 +07:00
Lucas
e1d7b5a247 Fix default file URL 2020-10-27 10:42:27 +07:00
Lucas
24f2f8d9a3 Merge branch 'dev' of https://github.com/picocss/pico into dev 2020-10-27 10:25:09 +07:00
Lucas
7fca82b2c8 Fix indentation 2020-10-27 10:24:22 +07:00
Lucas
6470de5200 Fix: missing variable 2020-10-09 14:26:54 +07:00
Lucas
252119f9f5 Typo 2020-10-09 12:03:52 +07:00
Lucas
5fb5af3eb0 Add links to documentation 2020-10-09 12:03:34 +07:00
Lucas
18c79062fa Update README.md 2020-10-01 14:09:20 +07:00
Lucas Larroche
502ff46d5c
Merge pull request #8 from picocss/dev
Minor Release (v1.2.0)
2020-10-01 13:43:29 +07:00
Lucas
23f587ddcb Minor Release (v1.2.0) 2020-10-01 13:35:54 +07:00
Lucas
dfa08df964 Update examples 2020-10-01 13:33:05 +07:00
Lucas
7699f61580 Add others input types 2020-10-01 09:57:21 +07:00
Lucas
c4fb3ec4af Fix [type="range"]:focus 2020-10-01 09:56:08 +07:00
Lucas
c89db4ec2d Small fixes
- Lighter <mark>
- Better <hgroup>
- Edit hover for [type="range"]
- button.outline border-width dynamization
- Fix font-family for headings
2020-09-30 17:20:28 +07:00
Lucas
2c9d79f361 Add tooltip animation
+ Disable focus for input[type=file]
2020-09-30 11:23:26 +07:00
Lucas
c74bb0eabe Add progress bar 2020-09-30 10:28:06 +07:00
Lucas
fffb32dd7c Disable examples buttons 2020-09-29 15:01:44 +07:00
Lucas
c140eca48a Fix customization JS in docs 2020-09-29 14:54:54 +07:00
Lucas
0887100b29 Fix CSS default theme 2020-09-29 14:54:27 +07:00
Lucas
9b489ba857 Docs: Add tables 2020-09-29 13:15:05 +07:00
Lucas
ba5fd1c9e5 Docs: Update Customization 2020-09-29 12:23:53 +07:00
Lucas
a0c65bcded Repair customization JS in docs 2020-09-29 10:54:26 +07:00
Lucas
a5f837a08b Update default theme 2020-09-29 10:53:42 +07:00
Lucas
bcb4c546b9 Remove test file 2020-09-29 08:39:52 +07:00
Lucas
9b1ef33577 Move styles in SCSS vars to CSS vars 2020-09-29 08:38:35 +07:00
Lucas Larroche
f67044ecae
Merge pull request #7 from picocss/dev
Minor Release (v1.1.0)
2020-09-25 09:57:00 +07:00
Lucas
b210d19287 Minor Release (v1.1.0) 2020-09-25 09:51:11 +07:00
Lucas
544e31dea8 Add examples 2020-09-25 09:48:13 +07:00
Lucas
15aecaa674 Optional use of !Important in variables 2020-09-25 09:10:04 +07:00
Lucas
6f260e9b74 Better spacing between form elements
+ Revert better alignement for checkboxes & radios (#07d19a8)
2020-09-25 00:45:44 +07:00
Lucas
07d19a8673 Better alignement for checkboxes & radios 2020-09-25 00:28:11 +07:00
Lucas
67e865d32c Styles reordering for better slim version 2020-09-25 00:17:43 +07:00
Lucas
b37ef21253 Styles reordering for optional custom checkboxes & radios 2020-09-24 23:11:59 +07:00
Lucas
456539a52e New form elements
- CSS icons color dynamization in `_color.scss`
- Bigger Checkboxes and Radio buttons
- Small refactoring for Checkboxes and Radio buttons in `_form.scss` and `form-checkbox-radio.scss`
- Styles for new form elements: `type=date`, `type=datetime-local`, `type=month`, `type=time`, `type=week`, `type=range`, `type=search`
- Reordering @import in `pico.scss` and `pico.slim.scss`
2020-09-24 22:35:30 +07:00
Lucas
86a54ed191 Smaller list spacing 2020-09-24 08:29:07 +07:00
Lucas
b1aa0f6113 Clean code indents 2020-09-23 13:41:16 +07:00
Lucas
2e2d22b2b0 Consistent table borders in dark-mode 2020-09-23 13:12:26 +07:00
Lucas
49b736c3ed Polish docs styles
- Better icon align in <nav>
- Consistent color for external links icon
2020-09-23 13:03:25 +07:00
Lucas
e347a73e31 Fix typo 2020-09-23 12:59:50 +07:00
Lucas Larroche
e1981259b1
Merge pull request #5 from picocss/dev
Minor Release (v1.0.6)
2020-09-12 12:25:40 +07:00
Lucas
1aead480b7 Minor Release (v1.0.6) 2020-09-12 12:08:16 +07:00
Lucas
142cda0213 Update README.md 2020-09-12 11:59:21 +07:00
Lucas
e66bcdbce9 Better heading spacings after a typography block 2020-09-12 10:56:24 +07:00
Lucas
bf6edead86 Better heading spacings after <p> 2020-09-12 10:40:29 +07:00
Lucas
b319b6785a Better heading spacings after <p> 2020-09-12 10:38:23 +07:00
Lucas
6273184242 Clean code 2020-09-11 23:30:24 +07:00
Lucas
4dbe0d2f67 Polish docs 2020-09-11 23:24:13 +07:00
Lucas
a2404b19b5 Add Sanitize.css
https://csstools.github.io/sanitize.css/
2020-09-11 23:22:50 +07:00
Lucas
d0730c8b6e Fix .contrast link inside nav 2020-08-08 12:44:46 +07:00
Lucas
3671719498 Minor Release (v1.0.5)
- Helper (<small>) for <select> and <textarea>
- Better rollover for a.contrast
2020-08-08 11:33:55 +07:00
Lucas
eb56280fb4 Readme layout 2020-08-08 11:11:38 +07:00
Lucas
c0f1a43aad Add examples 2020-08-08 11:03:00 +07:00
Lucas
6cc98ad873 Small CSS improvements
- Helper (<small>) for <select> and <textarea>
- Better roll for a.contrast
2020-08-08 10:05:47 +07:00
Lucas Larroche
195e0c6b6b
Merge pull request #3 from trasparente/master
Typos returning "scss conversion error"
2020-07-31 22:02:03 +07:00
Claudio Sereti
a55ea739a3
Typo 2020-07-29 13:17:01 +02:00
Claudio Sereti
f73b5659ae
Typo 2020-07-29 13:15:29 +02:00
Lucas
5c59875d24 Update README.md 2020-07-24 11:42:15 +07:00
Lucas
0c23436a48 Minor Release (v1.0.4) 2020-07-24 11:41:26 +07:00
Lucas
8f53cacef5 Clean redundant vars 2020-07-24 11:29:02 +07:00
Lucas
165539bdd5 Bump version 2020-07-21 10:11:57 +07:00
343 changed files with 315343 additions and 9197 deletions

22
.github/CONTRIBUTING.md vendored Normal file
View file

@ -0,0 +1,22 @@
# Contributing to Pico
Thanks for your interest in contributing to Pico CSS! Please take a moment to review this document before submitting a [bug report](https://github.com/picocss/pico/issues) or a [pull request](https://github.com/picocss/pico/pulls).
## Bug reports
The [issue tracker]((https://github.com/picocss/pico/issues)) is the preferred channel for bug reports, but please respect the following restrictions:
- Please do not use the issue tracker for personal support requests. [Open a question in our discussion forums](https://github.com/picocss/pico/discussions/categories/help) instead.
- Please do not use the issue tracker for feature requests. Instead, use our discussion forums to [suggest any ideas](https://github.com/picocss/pico/discussions/categories/ideas) you have.
## Pull requests
Good pull requests, patches, improvements, and new features are a fantastic help.
**Please ask before starting work on any significant new features.**
We recommend that you first [suggest your feature idea in our discussion forums](https://github.com/picocss/pico/discussions/categories/ideas).
[`dev`](https://github.com/picocss/pico/tree/dev) branch is open for pull requests on `v2`.
[`v1-dev`](https://github.com/picocss/pico/tree/v1-dev) branch is open to pull requests on `v1`.
**Do not edit [`/css`](https://github.com/picocss/pico/tree/master/css) files directly.** Edit the source files in [`/scss`](https://github.com/picocss/pico/tree/master/scss), then recompile the [`/css`](https://github.com/picocss/pico/tree/master/css) files with `yarn build`.

21
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,21 @@
---
name: Bug report
about: Create a bug report if you've already asked for help with a problem and confirmed something is broken with Pico CSS.
---
Please search for duplicate or closed issues first.
## Describe the issue
### Current Behavior
A concise description of the bug.
### Expected Behavior
A concise description of what you expected.
### Reproduction URL
We recommend including a link to a minimal reproduction of the bug using CodePen or a similar tool.
**Please do not link to your actual project.** Instead, we need a reduced test case in a new project without any unnecessary code.
### Environment
Example: OS, versions, browser details.

8
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Get Help
url: https://github.com/picocss/pico/discussions/categories/help
about: If you can't get something to work the way you expect, open a question in our discussion forums.
- name: Feature Request
url: https://github.com/picocss/pico/discussions/categories/ideas
about: Suggest any ideas you have using our discussion forums.

27
.github/logo-dark.svg vendored Normal file
View file

@ -0,0 +1,27 @@
<svg height="458" viewBox="0 0 1064 458" width="1064" xmlns="http://www.w3.org/2000/svg">
<style>
:root {
--pico-logo-wordmark: #fff;
--pico-logo-small-sparkles: #ff9500;
--pico-logo-big-sparkle: #ffbf00;
}
.pico-logo-wordmark {
fill: var(--pico-logo-wordmark);
}
.pico-logo-small-sparkles {
fill: var(--pico-logo-small-sparkles);
}
.pico-logo-big-sparkle {
fill: var(--pico-logo-big-sparkle);
}
</style>
<path d="m993.708 161.083c-1.475.567-2.641 1.733-3.208 3.208l-21.822 56.738c-1.836 4.774-8.59 4.774-10.426 0l-21.823-56.738c-.567-1.475-1.733-2.641-3.208-3.208l-56.738-21.823c-4.774-1.836-4.774-8.59 0-10.426l56.738-21.822c1.475-.567 2.641-1.733 3.208-3.208l21.823-56.7383c1.836-4.7737 8.59-4.7737 10.426 0l21.822 56.7383c.567 1.475 1.733 2.641 3.208 3.208l56.742 21.822c4.77 1.836 4.77 8.59 0 10.426z" class="pico-logo-big-sparkle" />
<path d="m834.63 86.9817c-1.836 4.7738-8.59 4.7738-10.426 0l-7.859-20.4337c-.567-1.475-1.733-2.6407-3.208-3.208l-20.433-7.8592c-4.774-1.836-4.774-8.59 0-10.426l20.433-7.8591c1.475-.5674 2.641-1.733 3.208-3.2081l7.859-20.4337c1.836-4.77377 8.59-4.77375 10.426 0l7.86 20.4337c.567 1.4751 1.733 2.6407 3.208 3.2081l20.433 7.8591c4.774 1.836 4.774 8.59 0 10.426l-20.433 7.8592c-1.475.5673-2.641 1.733-3.208 3.208z" class="pico-logo-small-sparkles" />
<path d="m879.209 230.899c-1.475.568-2.64 1.733-3.208 3.208l-7.859 20.434c-1.836 4.774-8.59 4.774-10.426 0l-7.859-20.434c-.567-1.475-1.733-2.64-3.208-3.208l-20.434-7.859c-4.773-1.836-4.773-8.59 0-10.426l20.434-7.859c1.475-.567 2.641-1.733 3.208-3.208l7.859-20.434c1.836-4.774 8.59-4.774 10.426 0l7.859 20.434c.568 1.475 1.733 2.641 3.208 3.208l20.434 7.859c4.774 1.836 4.774 8.59 0 10.426z" class="pico-logo-small-sparkles" />
<g class="pico-logo-wordmark">
<path d="m0 457.995v-282.83h59.1396l3.6208 37.172v245.658zm119.889-75.96c-16.629 0-30.5761-4.175-41.8408-12.525-11.2647-8.62-19.7132-20.876-25.3455-36.768-5.6324-15.892-8.4485-34.748-8.4485-56.566 0-22.088 2.8161-40.943 8.4485-56.566 5.6323-15.893 14.0808-28.014 25.3455-36.364 11.2647-8.62 25.2118-12.93 41.8408-12.93 18.774 0 35.001 4.31 48.679 12.93 13.679 8.35 24.139 20.471 31.38 36.364 7.242 15.623 10.863 34.478 10.863 56.566 0 21.818-3.621 40.674-10.863 56.566-7.241 15.892-17.701 28.148-31.38 36.768-13.678 8.35-29.905 12.525-48.679 12.525zm-16.093-58.182c8.046 0 15.154-2.02 21.323-6.061 6.168-4.04 11.13-9.562 14.885-16.566 3.755-7.272 5.632-15.623 5.632-25.05 0-9.428-1.743-17.643-5.23-24.647-3.486-7.273-8.448-12.929-14.885-16.97-6.169-4.04-13.276-6.06-21.323-6.06-8.0458 0-15.2874 2.02-21.7244 6.06-6.1687 4.041-10.9964 9.697-14.4831 16.97s-5.2301 15.488-5.2301 24.647c0 9.427 1.7434 17.778 5.2301 25.05 3.4867 7.004 8.3144 12.526 14.4831 16.566 6.1688 4.041 13.2763 6.061 21.3224 6.061z" />
<path d="m245.196 377.187v-202.022h62.76v202.022zm31.38-227.881c-9.387 0-17.702-3.502-24.943-10.505-6.974-7.273-10.46-15.623-10.46-25.051 0-9.966 3.486-18.3165 10.46-25.0505 7.241-7.0035 15.556-10.5052 24.943-10.5052 9.655 0 17.97 3.5017 24.943 10.5052 6.973 6.734 10.46 15.0845 10.46 25.0505 0 9.428-3.487 17.778-10.46 25.051-6.973 7.003-15.288 10.505-24.943 10.505z" />
<path d="m452.936 382.035c-21.457 0-40.634-4.444-57.531-13.333-16.629-9.159-29.637-21.684-39.024-37.576-9.387-16.162-14.081-34.479-14.081-54.95 0-20.741 4.694-39.058 14.081-54.95 9.387-15.893 22.261-28.283 38.622-37.172 16.629-9.159 35.671-13.738 57.128-13.738 20.652 0 39.56 5.253 56.726 15.758 17.165 10.505 29.502 25.724 37.012 45.657l-59.542 20.202c-2.95-6.465-7.912-11.717-14.885-15.758-6.705-4.309-14.215-6.464-22.53-6.464-8.314 0-15.69 2.02-22.127 6.06-6.168 3.771-11.13 9.159-14.885 16.162-3.487 7.004-5.23 15.084-5.23 24.243 0 9.158 1.743 17.239 5.23 24.242 3.755 6.734 8.851 12.122 15.288 16.162 6.705 4.041 14.215 6.061 22.529 6.061 8.315 0 15.824-2.155 22.529-6.465 6.706-4.31 11.667-9.966 14.886-16.97l59.542 20.202c-7.778 20.203-20.25 35.691-37.415 46.465-16.897 10.775-35.672 16.162-56.323 16.162z" />
<path d="m672.537 382.035c-21.188 0-39.962-4.444-56.323-13.333-16.093-9.159-28.832-21.684-38.22-37.576-9.119-15.893-13.678-34.209-13.678-54.95s4.559-39.058 13.678-54.95c9.119-15.893 21.725-28.283 37.818-37.172 16.36-9.159 34.866-13.738 55.518-13.738 21.189 0 39.829 4.579 55.922 13.738 16.36 8.889 29.1 21.279 38.219 37.172 9.119 15.892 13.679 34.209 13.679 54.95s-4.56 39.057-13.679 54.95c-9.119 15.892-21.725 28.417-37.817 37.576-15.824 8.889-34.196 13.333-55.117 13.333zm-.402-59.798c8.314 0 15.422-1.886 21.322-5.657 6.169-4.04 10.997-9.428 14.484-16.162 3.486-7.003 5.23-15.084 5.23-24.242 0-9.159-1.878-17.105-5.633-23.839-3.486-7.003-8.314-12.39-14.483-16.162-6.169-4.04-13.276-6.06-21.322-6.06s-15.154 2.02-21.323 6.06c-6.168 3.772-10.996 9.159-14.483 16.162-3.487 6.734-5.23 14.68-5.23 23.839 0 8.889 1.743 16.835 5.23 23.838 3.487 7.004 8.315 12.526 14.483 16.566 6.437 3.771 13.679 5.657 21.725 5.657z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

27
.github/logo-light.svg vendored Normal file
View file

@ -0,0 +1,27 @@
<svg height="458" viewBox="0 0 1064 458" width="1064" xmlns="http://www.w3.org/2000/svg">
<style>
:root {
--pico-logo-wordmark: #2a3140;
--pico-logo-small-sparkles: #ffbf00;
--pico-logo-big-sparkle: #ff9500;
}
.pico-logo-wordmark {
fill: var(--pico-logo-wordmark);
}
.pico-logo-small-sparkles {
fill: var(--pico-logo-small-sparkles);
}
.pico-logo-big-sparkle {
fill: var(--pico-logo-big-sparkle);
}
</style>
<path d="m993.708 161.083c-1.475.567-2.641 1.733-3.208 3.208l-21.822 56.738c-1.836 4.774-8.59 4.774-10.426 0l-21.823-56.738c-.567-1.475-1.733-2.641-3.208-3.208l-56.738-21.823c-4.774-1.836-4.774-8.59 0-10.426l56.738-21.822c1.475-.567 2.641-1.733 3.208-3.208l21.823-56.7383c1.836-4.7737 8.59-4.7737 10.426 0l21.822 56.7383c.567 1.475 1.733 2.641 3.208 3.208l56.742 21.822c4.77 1.836 4.77 8.59 0 10.426z" class="pico-logo-big-sparkle" />
<path d="m834.63 86.9817c-1.836 4.7738-8.59 4.7738-10.426 0l-7.859-20.4337c-.567-1.475-1.733-2.6407-3.208-3.208l-20.433-7.8592c-4.774-1.836-4.774-8.59 0-10.426l20.433-7.8591c1.475-.5674 2.641-1.733 3.208-3.2081l7.859-20.4337c1.836-4.77377 8.59-4.77375 10.426 0l7.86 20.4337c.567 1.4751 1.733 2.6407 3.208 3.2081l20.433 7.8591c4.774 1.836 4.774 8.59 0 10.426l-20.433 7.8592c-1.475.5673-2.641 1.733-3.208 3.208z" class="pico-logo-small-sparkles" />
<path d="m879.209 230.899c-1.475.568-2.64 1.733-3.208 3.208l-7.859 20.434c-1.836 4.774-8.59 4.774-10.426 0l-7.859-20.434c-.567-1.475-1.733-2.64-3.208-3.208l-20.434-7.859c-4.773-1.836-4.773-8.59 0-10.426l20.434-7.859c1.475-.567 2.641-1.733 3.208-3.208l7.859-20.434c1.836-4.774 8.59-4.774 10.426 0l7.859 20.434c.568 1.475 1.733 2.641 3.208 3.208l20.434 7.859c4.774 1.836 4.774 8.59 0 10.426z" class="pico-logo-small-sparkles" />
<g class="pico-logo-wordmark">
<path d="m0 457.995v-282.83h59.1396l3.6208 37.172v245.658zm119.889-75.96c-16.629 0-30.5761-4.175-41.8408-12.525-11.2647-8.62-19.7132-20.876-25.3455-36.768-5.6324-15.892-8.4485-34.748-8.4485-56.566 0-22.088 2.8161-40.943 8.4485-56.566 5.6323-15.893 14.0808-28.014 25.3455-36.364 11.2647-8.62 25.2118-12.93 41.8408-12.93 18.774 0 35.001 4.31 48.679 12.93 13.679 8.35 24.139 20.471 31.38 36.364 7.242 15.623 10.863 34.478 10.863 56.566 0 21.818-3.621 40.674-10.863 56.566-7.241 15.892-17.701 28.148-31.38 36.768-13.678 8.35-29.905 12.525-48.679 12.525zm-16.093-58.182c8.046 0 15.154-2.02 21.323-6.061 6.168-4.04 11.13-9.562 14.885-16.566 3.755-7.272 5.632-15.623 5.632-25.05 0-9.428-1.743-17.643-5.23-24.647-3.486-7.273-8.448-12.929-14.885-16.97-6.169-4.04-13.276-6.06-21.323-6.06-8.0458 0-15.2874 2.02-21.7244 6.06-6.1687 4.041-10.9964 9.697-14.4831 16.97s-5.2301 15.488-5.2301 24.647c0 9.427 1.7434 17.778 5.2301 25.05 3.4867 7.004 8.3144 12.526 14.4831 16.566 6.1688 4.041 13.2763 6.061 21.3224 6.061z" />
<path d="m245.196 377.187v-202.022h62.76v202.022zm31.38-227.881c-9.387 0-17.702-3.502-24.943-10.505-6.974-7.273-10.46-15.623-10.46-25.051 0-9.966 3.486-18.3165 10.46-25.0505 7.241-7.0035 15.556-10.5052 24.943-10.5052 9.655 0 17.97 3.5017 24.943 10.5052 6.973 6.734 10.46 15.0845 10.46 25.0505 0 9.428-3.487 17.778-10.46 25.051-6.973 7.003-15.288 10.505-24.943 10.505z" />
<path d="m452.936 382.035c-21.457 0-40.634-4.444-57.531-13.333-16.629-9.159-29.637-21.684-39.024-37.576-9.387-16.162-14.081-34.479-14.081-54.95 0-20.741 4.694-39.058 14.081-54.95 9.387-15.893 22.261-28.283 38.622-37.172 16.629-9.159 35.671-13.738 57.128-13.738 20.652 0 39.56 5.253 56.726 15.758 17.165 10.505 29.502 25.724 37.012 45.657l-59.542 20.202c-2.95-6.465-7.912-11.717-14.885-15.758-6.705-4.309-14.215-6.464-22.53-6.464-8.314 0-15.69 2.02-22.127 6.06-6.168 3.771-11.13 9.159-14.885 16.162-3.487 7.004-5.23 15.084-5.23 24.243 0 9.158 1.743 17.239 5.23 24.242 3.755 6.734 8.851 12.122 15.288 16.162 6.705 4.041 14.215 6.061 22.529 6.061 8.315 0 15.824-2.155 22.529-6.465 6.706-4.31 11.667-9.966 14.886-16.97l59.542 20.202c-7.778 20.203-20.25 35.691-37.415 46.465-16.897 10.775-35.672 16.162-56.323 16.162z" />
<path d="m672.537 382.035c-21.188 0-39.962-4.444-56.323-13.333-16.093-9.159-28.832-21.684-38.22-37.576-9.119-15.893-13.678-34.209-13.678-54.95s4.559-39.058 13.678-54.95c9.119-15.893 21.725-28.283 37.818-37.172 16.36-9.159 34.866-13.738 55.518-13.738 21.189 0 39.829 4.579 55.922 13.738 16.36 8.889 29.1 21.279 38.219 37.172 9.119 15.892 13.679 34.209 13.679 54.95s-4.56 39.057-13.679 54.95c-9.119 15.892-21.725 28.417-37.817 37.576-15.824 8.889-34.196 13.333-55.117 13.333zm-.402-59.798c8.314 0 15.422-1.886 21.322-5.657 6.169-4.04 10.997-9.428 14.484-16.162 3.486-7.003 5.23-15.084 5.23-24.242 0-9.159-1.878-17.105-5.633-23.839-3.486-7.003-8.314-12.39-14.483-16.162-6.169-4.04-13.276-6.06-21.322-6.06s-15.154 2.02-21.323 6.06c-6.168 3.772-10.996 9.159-14.483 16.162-3.487 6.734-5.23 14.68-5.23 23.839 0 8.889 1.743 16.835 5.23 23.838 3.487 7.004 8.315 12.526 14.483 16.566 6.437 3.771 13.679 5.657 21.725 5.657z" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.9 KiB

35
.gitignore vendored
View file

@ -1,3 +1,32 @@
*.DS_Store
TODO.md
prepros-6.config
# OS or Editor folders
._*
.cache
.DS_Store
.idea
.project
.settings
.tmproj
*.esproj
*.sublime-project
*.sublime-workspace
nbproject
Thumbs.db
/.vscode/
# Numerous always-ignore extensions
*.diff
*.err
*.log
*.orig
*.rej
*.swo
*.swp
*.vi
*.zip
*~
# Folders to ignore
/node_modules/
# Pico
.pico

3
.prettierrc Normal file
View file

@ -0,0 +1,3 @@
{
"printWidth": 100
}

View file

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2019 Pico
Copyright (c) 2019-2024 Pico
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

241
README.md
View file

@ -1,79 +1,238 @@
<p>
<a href="https://picocss.com" target="_blank">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/picocss/pico/HEAD/.github/logo-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/picocss/pico/HEAD/.github/logo-light.svg">
<img alt="Pico CSS" src="https://raw.githubusercontent.com/picocss/pico/HEAD/.github/logo-light.svg" width="auto" height="60">
</picture>
</a>
</p>
<a href="https://picocss.com/">
<img src="https://picocss.com/img/logo.svg" width="64" height="64">
</a>
[![Github release](https://img.shields.io/github/v/release/picocss/pico?color=0172ad&logo=github&logoColor=white)](https://github.com/picocss/pico/releases/latest)
[![npm version](https://img.shields.io/npm/v/@picocss/pico?color=0172ad)](https://www.npmjs.com/package/@picocss/pico)
[![License](https://img.shields.io/badge/license-MIT-%230172ad)](https://github.com/picocss/pico/blob/master/LICENSE.md)
[![X (formerly Twitter)](https://img.shields.io/twitter/url/https/twitter.com/picocss.svg?style=social&label=Follow%20%40picocss)](https://x.com/picocss)
# Pico.css
## Minimal CSS Framework for Semantic HTML
**Graceful & Minimal CSS design system in pure semantic HTML.**
Elegant styles for all natives HTML elements without `.classes` and dark mode automatically enabled.
A minimalist and lightweight starter kit that prioritizes semantic syntax, making every HTML element responsive and elegant by default.
`5.6 KB` minified and gzipped
Write HTML, Add Pico CSS, and Voilà!
- **Class-light and semantic**: we use simple native HTML tags as much as possible. Only 6 .classes are used in Pico.
- **Great styles with just one CSS file**: No dependencies, package manager, external files or JavaScript.
- **Responsive everything**: Elegant and consistent adaptatives spacings and typography on all devices.
- **Light or Dark mode**: Shipped with two beautiful color themes, automatically enabled according to the user preference.
## Whats new in v2?
## Usage
Pico v2.0 features better accessibility, easier customization with SASS, a complete color palette, a new group component, and 20 precompiled color themes totaling over 100 combinations accessible via CDN.
There are 3 ways to get started with pico.css:
[Read more](https://picocss.com/docs/v2)
## A Superpowered HTML Reset
With just the right amount of everything, Pico is great starting point for a clean and lightweight design system.
- Class-light and Semantic
- Great Styles with Just CSS
- Responsive Everything
- Light or Dark Mode
- Easy Customization
- Optimized Performance
## Table of contents
- [Quick start](#quick-start)
- [Class-less version](#class-less-version)
- [Limitations](#limitations)
- [Documentation](#documentation)
- [Browser Support](#browser-support)
- [Contributing](#contributing)
- [Copyright and license](#copyright-and-license)
## Quick start
There are 4 ways to get started with pico.css:
### Install manually
[Download Pico](https://github.com/picocss/pico/archive/v1.0.3.zip) and link `/css/pico.min.css` in the `<head>` of your website.
[Download Pico](https://github.com/picocss/pico/archive/refs/heads/main.zip) and link `/css/pico.min.css` in the `<head>` of your website.
```html
<link rel="stylesheet" href="css/pico.min.css">
```
### Install from CDN
Alternatively, you can use the [unpkg CDN](https://unpkg.com/@picocss/pico@latest/) to link pico.css.
### Usage from CDN
Alternatively, you can use [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@picocss/pico) to link pico.css.
```html
<link rel="stylesheet" href="https://unpkg.com/@picocss/pico@latest/css/pico.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css">
```
### Install with NPM
```shell
npm install @picocss/pico
```
Or
```shell
yarn add @picocss/pico
```
## Examples
Then, import Pico into your SCSS file with [@use](https://sass-lang.com/documentation/at-rules/use):
- [**Class-less**](https://picocss.com/examples/classless/): Just a pure semantic HTML markup, without `.classes`
- [**Company**](https://picocss.com/examples/company/): A classic company or blog layout with a sidebar.
- [**Google Amp**](https://picocss.com/examples/google-amp/): A simple layout for Google Amp, with inlined CSS.
- [**Sign in**](https://picocss.com/examples/sign-in/): A minimalist layout for Login pages.
```SCSS
@use "pico";
```
### Install with Composer
```shell
composer require picocss/pico
```
### Starter HTML template
```HTML
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link rel="stylesheet" href="css/pico.min.css">
<title>Hello world!</title>
</head>
<body>
<main class="container">
<h1>Hello world!</h1>
</main>
</body>
</html>
```
## Class-less version
Pico provides a `.classless` version.
In this version, `<header>`, `<main>`, and `<footer>` inside `<body>` act as containers to define a centered or a fluid viewport.
Use the default `.classless` version if you need centered viewports:
```html
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.min.css"
/>
```
Or use the `.fluid.classless` version if you need a fluid container:
```html
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.fluid.classless.min.css"
>
```
Then just write pure HTML, and it should look great:
```html
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.min.css"
>
<title>Hello, world!</title>
</head>
<body>
<main>
<h1>Hello, world!</h1>
</main>
</body>
</html>
```
## Limitations
Pico CSS can be used without custom CSS for quick or small projects. However, its designed as a starting point, like a “reset CSS on steroids”. As Pico does not integrate any helpers or utilities `.classes`, this minimal CSS framework requires SCSS or CSS knowledge to build large projects.
[Read more](https://picocss.com/docs/usage-scenarios)
## Documentation
**Getting started**
- [Usage](https://picocss.com/docs/#start)
- [Themes](https://picocss.com/docs/#themes)
- [Customization](https://picocss.com/docs/#customization)
- [Class-less version](https://picocss.com/docs/#classless)
- [Quick start](https://picocss.com/docs)
- [Version picker `New`](https://picocss.com/docs/version-picker)
- [Color schemes](https://picocss.com/docs/color-schemes)
- [Class-less version](https://picocss.com/docs/classless)
- [Conditional styling `New`](https://picocss.com/docs/conditional)
- [RTL](https://picocss.com/docs/rtl)
**Customization**
- [CSS Variables](https://picocss.com/docs/css-variables)
- [Sass](https://picocss.com/docs/sass)
- [Colors `New`](https://picocss.com/docs/colors)
**Layout**
- [Containers](https://picocss.com/docs/#containers)
- [Grids](https://picocss.com/docs/#grids)
- [Horizontal scroller](https://picocss.com/docs/#scroller)
**Elements**
- [Typography](https://picocss.com/docs/#typography)
- [Buttons](https://picocss.com/docs/#buttons)
- [Forms](https://picocss.com/docs/#forms)
- [Container](https://picocss.com/docs/container)
- [Landmarks & section](https://picocss.com/docs/landmarks-section)
- [Grid](https://picocss.com/docs/grid)
- [Overflow auto `New`](https://picocss.com/docs/overflow-auto)
**Content**
- [Typography](https://picocss.com/docs/typography)
- [Link](https://picocss.com/docs/link)
- [Button](https://picocss.com/docs/button)
- [Table](https://picocss.com/docs/table)
**Forms**
- [Overview](https://picocss.com/docs/forms)
- [Input](https://picocss.com/docs/forms/input)
- [Textarea](https://picocss.com/docs/forms/textarea)
- [Select](https://picocss.com/docs/forms/select)
- [Checkboxes](https://picocss.com/docs/forms/checkboxes)
- [Radios](https://picocss.com/docs/forms/radios)
- [Switch](https://picocss.com/docs/forms/switch)
- [Range](https://picocss.com/docs/forms/range)
**Components**
- [Accordions](https://picocss.com/docs/#accordions)
- [Cards](https://picocss.com/docs/#cards)
- [Navs](https://picocss.com/docs/#navs)
- [Tooltips](https://picocss.com/docs/#tooltips)
- [Accordion](https://picocss.com/docs/accordion)
- [Card](https://picocss.com/docs/card)
- [Dropdown](https://picocss.com/docs/dropdown)
- [Group `New`](https://picocss.com/docs/group)
- [Loading](https://picocss.com/docs/loading)
- [Modal](https://picocss.com/docs/modal)
- [Nav](https://picocss.com/docs/nav)
- [Progress](https://picocss.com/docs/progress)
- [Tooltip](https://picocss.com/docs/tooltip)
**About**
- [Whats new in v2?](https://picocss.com/docs/v2)
- [Mission](https://picocss.com/docs/mission)
- [Usage scenarios](https://picocss.com/docs/usage-scenarios)
- [Brand](https://picocss.com/docs/brand)
- [Built With](https://picocss.com/docs/built-with)
## Browser Support
Pico CSS is designed and tested for the latest stable Chrome, Firefox, Edge, and Safari releases. It does not support any version of IE, including IE 11.
## Contributing
If you are interested in contributing to Pico CSS, please read our [contributing guidelines](https://github.com/picocss/pico/blob/master/.github/CONTRIBUTING.md).
## Copyright and license
- Licensed under the [MIT License](https://github.com/picocss/pico/blob/master/LICENSE.md)
- Openly inspired by [Bootstrap](https://github.com/twbs/bootstrap) ([MIT](https://github.com/twbs/bootstrap/blob/master/LICENSE)), [Spectre](https://github.com/picturepan2/spectre) ([MIT](https://github.com/picturepan2/spectre/blob/master/LICENSE)), [Wing](https://github.com/kbrsh/wing/) ([MIT](https://github.com/kbrsh/wing/blob/master/LICENSE)), [CSS Bed](https://github.com/ubershmekel/cssbed) & [Normalize](https://github.com/necolas/normalize.css/) ([MIT](https://github.com/necolas/normalize.css/blob/master/LICENSE.md))
- Library icons by [Feather](https://github.com/feathericons/feather) ([MIT](https://github.com/feathericons/feather/blob/master/LICENSE))
- Website icons by [Font Awesome](https://github.com/FortAwesome/Font-Awesome) ([CC BY 4.0](https://fontawesome.com/license/free))
Licensed under the [MIT License](https://github.com/picocss/pico/blob/master/LICENSE.md).

30
composer.json Normal file
View file

@ -0,0 +1,30 @@
{
"name": "picocss/pico",
"description": "Minimal CSS Framework for semantic HTML.",
"keywords": [
"css",
"css-framework",
"dark-mode",
"dark-theme",
"lightweight",
"minimal",
"minimalist",
"minimalistic",
"native-html",
"scss-framework",
"semantic"
],
"homepage": "https://picocss.com",
"authors": [
{
"name": "Lucas Larroche",
"email": "lucas@larroche.com",
"homepage": "https://lucaslarroche.com",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/picocss/pico/issues/"
},
"license": "MIT"
}

2835
css/pico.amber.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.amber.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2835
css/pico.blue.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.blue.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2458
css/pico.classless.amber.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.classless.amber.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2458
css/pico.classless.blue.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.classless.blue.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

2458
css/pico.classless.cyan.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.classless.cyan.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

4
css/pico.classless.fuchsia.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2458
css/pico.classless.green.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.classless.green.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2458
css/pico.classless.grey.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.classless.grey.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

4
css/pico.classless.indigo.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2458
css/pico.classless.jade.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.classless.jade.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2458
css/pico.classless.lime.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.classless.lime.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

4
css/pico.classless.orange.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2458
css/pico.classless.pink.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.classless.pink.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

4
css/pico.classless.pumpkin.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

4
css/pico.classless.purple.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2458
css/pico.classless.red.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.classless.red.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2458
css/pico.classless.sand.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.classless.sand.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2458
css/pico.classless.slate.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.classless.slate.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

4
css/pico.classless.violet.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

4
css/pico.classless.yellow.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2458
css/pico.classless.zinc.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.classless.zinc.min.css vendored Normal file

File diff suppressed because one or more lines are too long

4010
css/pico.colors.css Normal file

File diff suppressed because it is too large Load diff

4
css/pico.colors.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

4
css/pico.conditional.amber.min.css vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load diff

4
css/pico.conditional.blue.min.css vendored Normal file

File diff suppressed because one or more lines are too long

2835
css/pico.conditional.css Normal file

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

Some files were not shown because too many files have changed in this diff Show more