mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 09:56:14 -04:00
Build CSS
This commit is contained in:
parent
3c91189543
commit
4af8d138c5
255 changed files with 1803 additions and 5709 deletions
|
@ -1,6 +1,6 @@
|
|||
@charset "UTF-8";
|
||||
/*!
|
||||
* Pico CSS ✨ v2.2.5 (https://github.com/Yohn/PicoCSS)
|
||||
* Pico CSS ✨ v2.2.6 (https://github.com/Yohn/PicoCSS)
|
||||
* Copyright 2019-2025 - Licensed under MIT
|
||||
*/
|
||||
/**
|
||||
|
@ -1009,48 +1009,13 @@ main {
|
|||
text-align: center;
|
||||
}
|
||||
|
||||
.pico table.striped > tbody > tr:nth-child(odd) > th,
|
||||
.pico table.striped > tbody > tr:nth-child(odd) > td {
|
||||
background: var(--pico-table-row-stripped-background-color);
|
||||
.pico table.striped {
|
||||
/* clean-css ignore:start */
|
||||
}
|
||||
.pico table.striped > tbody > tr:nth-child(even) > th,
|
||||
.pico table.striped > tbody > tr:nth-child(even) > td {
|
||||
background: var(--pico-background-color);
|
||||
}
|
||||
.pico table.striped > tbody > tr[hidden] {
|
||||
display: none;
|
||||
}
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr:nth-child(odd) > th,
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr:nth-child(odd) > td {
|
||||
background: var(--pico-background-color);
|
||||
}
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr:nth-child(even) > th,
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr:nth-child(even) > td {
|
||||
background: var(--pico-table-row-stripped-background-color);
|
||||
}
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
|
||||
background: var(--pico-table-row-stripped-background-color);
|
||||
}
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
|
||||
background: var(--pico-background-color);
|
||||
}
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
|
||||
background: var(--pico-background-color);
|
||||
}
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
|
||||
background: var(--pico-table-row-stripped-background-color);
|
||||
}
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
|
||||
background: var(--pico-table-row-stripped-background-color);
|
||||
}
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
|
||||
.pico table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
|
||||
background: var(--pico-background-color);
|
||||
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
|
||||
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
|
||||
/* clean-css ignore:end */
|
||||
background-color: var(--pico-table-row-stripped-background-color);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue