Compare commits

..

4 commits
v2.1.0 ... 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
241 changed files with 596 additions and 596 deletions

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -1145,8 +1145,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -1145,8 +1145,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

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";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -973,8 +973,8 @@ tfoot td {
border-bottom: 0;
}
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
table.striped tbody tr:nth-child(odd) th,
table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

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

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -1145,8 +1145,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -1145,8 +1145,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -1145,8 +1145,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -1145,8 +1145,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -1145,8 +1145,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -1145,8 +1145,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -1145,8 +1145,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -1145,8 +1145,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

File diff suppressed because one or more lines are too long

View file

@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS v2.1.0 (https://picocss.com)
* Pico CSS v2.1.1 (https://picocss.com)
* Copyright 2019-2025 - Licensed under MIT
*/
/**
@ -1145,8 +1145,8 @@ main {
border-bottom: 0;
}
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
.pico table.striped tbody tr:nth-child(odd) th,
.pico table.striped tbody tr:nth-child(odd) td {
background-color: var(--pico-table-row-stripped-background-color);
}

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