Merge pull request #480 from picocss/dev

v2.0.5
This commit is contained in:
Lucas Larroche 2024-03-03 17:42:40 +07:00 committed by GitHub
commit 8d2a880036
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
242 changed files with 477 additions and 772 deletions

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -708,16 +708,6 @@ section {
display: grid; display: grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
@media (max-width: calc(768px - 1px)) {
.grid input:not([type=checkbox], [type=radio]),
.grid select,
.grid textarea,
.grid fieldset,
.grid fieldset legend,
.grid label {
margin-bottom: 0;
}
}
@media (min-width: 768px) { @media (min-width: 768px) {
.grid { .grid {
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr)); grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
@ -2496,6 +2486,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -708,16 +708,6 @@ section {
display: grid; display: grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
@media (max-width: calc(768px - 1px)) {
.grid input:not([type=checkbox], [type=radio]),
.grid select,
.grid textarea,
.grid fieldset,
.grid fieldset legend,
.grid label {
margin-bottom: 0;
}
}
@media (min-width: 768px) { @media (min-width: 768px) {
.grid { .grid {
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr)); grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
@ -2496,6 +2486,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -2115,6 +2115,7 @@ nav li :where(a, [role=link]):not(:hover) {
} }
nav li button, nav li button,
nav li [role=button], nav li [role=button],
nav li [type=button],
nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
nav li select { nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
:root { :root {

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -708,16 +708,6 @@ main {
display: grid; display: grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
@media (max-width: calc(768px - 1px)) {
.grid input:not([type=checkbox], [type=radio]),
.grid select,
.grid textarea,
.grid fieldset,
.grid fieldset legend,
.grid label {
margin-bottom: 0;
}
}
@media (min-width: 768px) { @media (min-width: 768px) {
.grid { .grid {
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr)); grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
@ -2496,6 +2486,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -708,16 +708,6 @@ main {
display: grid; display: grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
@media (max-width: calc(768px - 1px)) {
.grid input:not([type=checkbox], [type=radio]),
.grid select,
.grid textarea,
.grid fieldset,
.grid fieldset legend,
.grid label {
margin-bottom: 0;
}
}
@media (min-width: 768px) { @media (min-width: 768px) {
.grid { .grid {
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr)); grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
@ -2496,6 +2486,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -708,16 +708,6 @@ main {
display: grid; display: grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
@media (max-width: calc(768px - 1px)) {
.grid input:not([type=checkbox], [type=radio]),
.grid select,
.grid textarea,
.grid fieldset,
.grid fieldset legend,
.grid label {
margin-bottom: 0;
}
}
@media (min-width: 768px) { @media (min-width: 768px) {
.grid { .grid {
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr)); grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
@ -2496,6 +2486,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -708,16 +708,6 @@ main {
display: grid; display: grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
@media (max-width: calc(768px - 1px)) {
.grid input:not([type=checkbox], [type=radio]),
.grid select,
.grid textarea,
.grid fieldset,
.grid fieldset legend,
.grid label {
margin-bottom: 0;
}
}
@media (min-width: 768px) { @media (min-width: 768px) {
.grid { .grid {
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr)); grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
@ -2496,6 +2486,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -708,16 +708,6 @@ main {
display: grid; display: grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
@media (max-width: calc(768px - 1px)) {
.grid input:not([type=checkbox], [type=radio]),
.grid select,
.grid textarea,
.grid fieldset,
.grid fieldset legend,
.grid label {
margin-bottom: 0;
}
}
@media (min-width: 768px) { @media (min-width: 768px) {
.grid { .grid {
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr)); grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
@ -2496,6 +2486,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -708,16 +708,6 @@ main {
display: grid; display: grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
@media (max-width: calc(768px - 1px)) {
.grid input:not([type=checkbox], [type=radio]),
.grid select,
.grid textarea,
.grid fieldset,
.grid fieldset legend,
.grid label {
margin-bottom: 0;
}
}
@media (min-width: 768px) { @media (min-width: 768px) {
.grid { .grid {
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr)); grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
@ -2496,6 +2486,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -708,16 +708,6 @@ main {
display: grid; display: grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
@media (max-width: calc(768px - 1px)) {
.grid input:not([type=checkbox], [type=radio]),
.grid select,
.grid textarea,
.grid fieldset,
.grid fieldset legend,
.grid label {
margin-bottom: 0;
}
}
@media (min-width: 768px) { @media (min-width: 768px) {
.grid { .grid {
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr)); grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
@ -2496,6 +2486,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -708,16 +708,6 @@ main {
display: grid; display: grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
@media (max-width: calc(768px - 1px)) {
.grid input:not([type=checkbox], [type=radio]),
.grid select,
.grid textarea,
.grid fieldset,
.grid fieldset legend,
.grid label {
margin-bottom: 0;
}
}
@media (min-width: 768px) { @media (min-width: 768px) {
.grid { .grid {
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr)); grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
@ -2496,6 +2486,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8"; @charset "UTF-8";
/*! /*!
* Pico CSS v2.0.4 (https://picocss.com) * Pico CSS v2.0.5 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT * Copyright 2019-2024 - Licensed under MIT
*/ */
/** /**
@ -708,16 +708,6 @@ main {
display: grid; display: grid;
grid-template-columns: 1fr; grid-template-columns: 1fr;
} }
@media (max-width: calc(768px - 1px)) {
.grid input:not([type=checkbox], [type=radio]),
.grid select,
.grid textarea,
.grid fieldset,
.grid fieldset legend,
.grid label {
margin-bottom: 0;
}
}
@media (min-width: 768px) { @media (min-width: 768px) {
.grid { .grid {
grid-template-columns: repeat(auto-fit, minmax(0%, 1fr)); grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
@ -2496,6 +2486,7 @@ main {
} }
.pico nav li button, .pico nav li button,
.pico nav li [role=button], .pico nav li [role=button],
.pico nav li [type=button],
.pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]), .pico nav li input:not([type=checkbox], [type=radio], [type=range], [type=file]),
.pico nav li select { .pico nav li select {
height: auto; height: auto;

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