Skip to content

Commit 4af8d13

Browse files
Build CSS
1 parent 3c91189 commit 4af8d13

255 files changed

Lines changed: 1803 additions & 5709 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css/pico.amber.css

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.2.5 (https://github.com/Yohn/PicoCSS)
3+
* Pico CSS ✨ v2.2.6 (https://github.com/Yohn/PicoCSS)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -1772,48 +1772,13 @@ table > caption {
17721772
text-align: center;
17731773
}
17741774

1775-
table.striped > tbody > tr:nth-child(odd) > th,
1776-
table.striped > tbody > tr:nth-child(odd) > td {
1777-
background: var(--pico-table-row-stripped-background-color);
1775+
table.striped {
1776+
/* clean-css ignore:start */
17781777
}
1779-
table.striped > tbody > tr:nth-child(even) > th,
1780-
table.striped > tbody > tr:nth-child(even) > td {
1781-
background: var(--pico-background-color);
1782-
}
1783-
table.striped > tbody > tr[hidden] {
1784-
display: none;
1785-
}
1786-
table.striped > tbody > tr[hidden] ~ tr:nth-child(odd) > th,
1787-
table.striped > tbody > tr[hidden] ~ tr:nth-child(odd) > td {
1788-
background: var(--pico-background-color);
1789-
}
1790-
table.striped > tbody > tr[hidden] ~ tr:nth-child(even) > th,
1791-
table.striped > tbody > tr[hidden] ~ tr:nth-child(even) > td {
1792-
background: var(--pico-table-row-stripped-background-color);
1793-
}
1794-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1795-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1796-
background: var(--pico-table-row-stripped-background-color);
1797-
}
1798-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1799-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1800-
background: var(--pico-background-color);
1801-
}
1802-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1803-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1804-
background: var(--pico-background-color);
1805-
}
1806-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1807-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1808-
background: var(--pico-table-row-stripped-background-color);
1809-
}
1810-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1811-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1812-
background: var(--pico-table-row-stripped-background-color);
1813-
}
1814-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1815-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1816-
background: var(--pico-background-color);
1778+
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
1779+
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
1780+
/* clean-css ignore:end */
1781+
background-color: var(--pico-table-row-stripped-background-color);
18171782
}
18181783

18191784
/**

css/pico.amber.min.css

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.azure.css

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.2.5 (https://github.com/Yohn/PicoCSS)
3+
* Pico CSS ✨ v2.2.6 (https://github.com/Yohn/PicoCSS)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -1772,48 +1772,13 @@ table > caption {
17721772
text-align: center;
17731773
}
17741774

1775-
table.striped > tbody > tr:nth-child(odd) > th,
1776-
table.striped > tbody > tr:nth-child(odd) > td {
1777-
background: var(--pico-table-row-stripped-background-color);
1775+
table.striped {
1776+
/* clean-css ignore:start */
17781777
}
1779-
table.striped > tbody > tr:nth-child(even) > th,
1780-
table.striped > tbody > tr:nth-child(even) > td {
1781-
background: var(--pico-background-color);
1782-
}
1783-
table.striped > tbody > tr[hidden] {
1784-
display: none;
1785-
}
1786-
table.striped > tbody > tr[hidden] ~ tr:nth-child(odd) > th,
1787-
table.striped > tbody > tr[hidden] ~ tr:nth-child(odd) > td {
1788-
background: var(--pico-background-color);
1789-
}
1790-
table.striped > tbody > tr[hidden] ~ tr:nth-child(even) > th,
1791-
table.striped > tbody > tr[hidden] ~ tr:nth-child(even) > td {
1792-
background: var(--pico-table-row-stripped-background-color);
1793-
}
1794-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1795-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1796-
background: var(--pico-table-row-stripped-background-color);
1797-
}
1798-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1799-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1800-
background: var(--pico-background-color);
1801-
}
1802-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1803-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1804-
background: var(--pico-background-color);
1805-
}
1806-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1807-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1808-
background: var(--pico-table-row-stripped-background-color);
1809-
}
1810-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1811-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1812-
background: var(--pico-table-row-stripped-background-color);
1813-
}
1814-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1815-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1816-
background: var(--pico-background-color);
1778+
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
1779+
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
1780+
/* clean-css ignore:end */
1781+
background-color: var(--pico-table-row-stripped-background-color);
18171782
}
18181783

18191784
/**

css/pico.azure.min.css

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.blue.css

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.2.5 (https://github.com/Yohn/PicoCSS)
3+
* Pico CSS ✨ v2.2.6 (https://github.com/Yohn/PicoCSS)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -1772,48 +1772,13 @@ table > caption {
17721772
text-align: center;
17731773
}
17741774

1775-
table.striped > tbody > tr:nth-child(odd) > th,
1776-
table.striped > tbody > tr:nth-child(odd) > td {
1777-
background: var(--pico-table-row-stripped-background-color);
1775+
table.striped {
1776+
/* clean-css ignore:start */
17781777
}
1779-
table.striped > tbody > tr:nth-child(even) > th,
1780-
table.striped > tbody > tr:nth-child(even) > td {
1781-
background: var(--pico-background-color);
1782-
}
1783-
table.striped > tbody > tr[hidden] {
1784-
display: none;
1785-
}
1786-
table.striped > tbody > tr[hidden] ~ tr:nth-child(odd) > th,
1787-
table.striped > tbody > tr[hidden] ~ tr:nth-child(odd) > td {
1788-
background: var(--pico-background-color);
1789-
}
1790-
table.striped > tbody > tr[hidden] ~ tr:nth-child(even) > th,
1791-
table.striped > tbody > tr[hidden] ~ tr:nth-child(even) > td {
1792-
background: var(--pico-table-row-stripped-background-color);
1793-
}
1794-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1795-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1796-
background: var(--pico-table-row-stripped-background-color);
1797-
}
1798-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1799-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1800-
background: var(--pico-background-color);
1801-
}
1802-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1803-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1804-
background: var(--pico-background-color);
1805-
}
1806-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1807-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1808-
background: var(--pico-table-row-stripped-background-color);
1809-
}
1810-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1811-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1812-
background: var(--pico-table-row-stripped-background-color);
1813-
}
1814-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1815-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1816-
background: var(--pico-background-color);
1778+
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
1779+
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
1780+
/* clean-css ignore:end */
1781+
background-color: var(--pico-table-row-stripped-background-color);
18171782
}
18181783

18191784
/**

css/pico.blue.min.css

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.amber.css

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.2.5 (https://github.com/Yohn/PicoCSS)
3+
* Pico CSS ✨ v2.2.6 (https://github.com/Yohn/PicoCSS)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -1046,48 +1046,13 @@ table > caption {
10461046
text-align: center;
10471047
}
10481048

1049-
table.striped > tbody > tr:nth-child(odd) > th,
1050-
table.striped > tbody > tr:nth-child(odd) > td {
1051-
background: var(--pico-table-row-stripped-background-color);
1049+
table.striped {
1050+
/* clean-css ignore:start */
10521051
}
1053-
table.striped > tbody > tr:nth-child(even) > th,
1054-
table.striped > tbody > tr:nth-child(even) > td {
1055-
background: var(--pico-background-color);
1056-
}
1057-
table.striped > tbody > tr[hidden] {
1058-
display: none;
1059-
}
1060-
table.striped > tbody > tr[hidden] ~ tr:nth-child(odd) > th,
1061-
table.striped > tbody > tr[hidden] ~ tr:nth-child(odd) > td {
1062-
background: var(--pico-background-color);
1063-
}
1064-
table.striped > tbody > tr[hidden] ~ tr:nth-child(even) > th,
1065-
table.striped > tbody > tr[hidden] ~ tr:nth-child(even) > td {
1066-
background: var(--pico-table-row-stripped-background-color);
1067-
}
1068-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1069-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1070-
background: var(--pico-table-row-stripped-background-color);
1071-
}
1072-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1073-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1074-
background: var(--pico-background-color);
1075-
}
1076-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1077-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1078-
background: var(--pico-background-color);
1079-
}
1080-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1081-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1082-
background: var(--pico-table-row-stripped-background-color);
1083-
}
1084-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1085-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1086-
background: var(--pico-table-row-stripped-background-color);
1087-
}
1088-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1089-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1090-
background: var(--pico-background-color);
1052+
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
1053+
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
1054+
/* clean-css ignore:end */
1055+
background-color: var(--pico-table-row-stripped-background-color);
10911056
}
10921057

10931058
/**

css/pico.classless.amber.min.css

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.azure.css

Lines changed: 7 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.2.5 (https://github.com/Yohn/PicoCSS)
3+
* Pico CSS ✨ v2.2.6 (https://github.com/Yohn/PicoCSS)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -1046,48 +1046,13 @@ table > caption {
10461046
text-align: center;
10471047
}
10481048

1049-
table.striped > tbody > tr:nth-child(odd) > th,
1050-
table.striped > tbody > tr:nth-child(odd) > td {
1051-
background: var(--pico-table-row-stripped-background-color);
1049+
table.striped {
1050+
/* clean-css ignore:start */
10521051
}
1053-
table.striped > tbody > tr:nth-child(even) > th,
1054-
table.striped > tbody > tr:nth-child(even) > td {
1055-
background: var(--pico-background-color);
1056-
}
1057-
table.striped > tbody > tr[hidden] {
1058-
display: none;
1059-
}
1060-
table.striped > tbody > tr[hidden] ~ tr:nth-child(odd) > th,
1061-
table.striped > tbody > tr[hidden] ~ tr:nth-child(odd) > td {
1062-
background: var(--pico-background-color);
1063-
}
1064-
table.striped > tbody > tr[hidden] ~ tr:nth-child(even) > th,
1065-
table.striped > tbody > tr[hidden] ~ tr:nth-child(even) > td {
1066-
background: var(--pico-table-row-stripped-background-color);
1067-
}
1068-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1069-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1070-
background: var(--pico-table-row-stripped-background-color);
1071-
}
1072-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1073-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1074-
background: var(--pico-background-color);
1075-
}
1076-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1077-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1078-
background: var(--pico-background-color);
1079-
}
1080-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1081-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1082-
background: var(--pico-table-row-stripped-background-color);
1083-
}
1084-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > th,
1085-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(odd) > td {
1086-
background: var(--pico-table-row-stripped-background-color);
1087-
}
1088-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > th,
1089-
table.striped > tbody > tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr[hidden] ~ tr:nth-child(even) > td {
1090-
background: var(--pico-background-color);
1052+
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
1053+
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
1054+
/* clean-css ignore:end */
1055+
background-color: var(--pico-table-row-stripped-background-color);
10911056
}
10921057

10931058
/**

css/pico.classless.azure.min.css

Lines changed: 6 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)