Commit graph

1065 commits

Author SHA1 Message Date
Yohn
fe78285302 Finally stopped all the sass compile warnings, changed the tab-size to 2, and added responsive .row, .col-*, and .offset-* classes, using display:gid, the same way bootsrap-5 is set up for the .row, .com-* and .offset* classes. 2024-11-10 16:43:55 -05:00
Yohn
84ed38efc9 Added Notifications 12 2024-11-10 11:53:24 -05:00
JWB
2c8e70a149
Merge pull request #13 from Yohn/Surpressing-sass-warnings
Surpressing sass warnings and closing 1 & 11
2024-11-10 11:32:18 -05:00
Yohn
a085c20d2f surpressimg sass warnings 2024-11-10 11:27:44 -05:00
Yohn
4825b265c7 closes Yohn/PicoCSS/pull/1 and Yohn/PicoCSS/pull/11 2024-11-10 09:27:03 -05:00
Yohn
9617cb1ecf Merge branch 'main' into pr/Yohn/6 2024-11-10 08:19:40 -05:00
JWB
fe62017575
Merge pull request #8 from panda-madness/patch-1
Update _tooltip.scss
2024-11-10 07:40:25 -05:00
JWB
e1348d054f
Merge pull request #4 from mwargan/patch-1
Fix details inside drop-down being rendered as dropdown
2024-11-10 07:39:54 -05:00
JWB
bdf50fe634
Merge pull request #2 from preist/fix-typos
Fix several typos throughout the project
2024-11-10 07:39:40 -05:00
JWB
9ef9bfe2c4
Merge pull request #3 from coezbek/main
Update _loading.scss not to affect form elements itself
2024-11-10 07:39:25 -05:00
JWB
2fc4ad27f0
Merge pull request #7 from feored/fix-striped-table
fix: don't count hidden rows in table stripes
2024-11-10 07:39:09 -05:00
JWB
de9b7d4267
Merge pull request #9 from y2kbugger/main
Add date to list of excluded input types.
2024-11-10 07:38:54 -05:00
JWB
93d9675f08
Merge pull request #10 from Zurga/fix/modal_with_card
fix: Card in modal does not use modal styling
2024-11-10 07:38:37 -05:00
JWB
c77d19e22f
Merge pull request #5 from nstringham/mixed-sass-declarations
Mixed sass declarations
2024-11-10 07:02:29 -05: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
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
Lukas Kasticky
455339f7fa Allow use of card component with role="article" 2024-05-25 11:15:47 +00:00
Jim Lemmers
0810f1e779 fix: Card in modal does not use modal styling 2024-04-26 15:43:34 +02:00
Zak Kohler
dada435e11 Add date to list of excluded input types. 2024-04-23 19:42:57 +00: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