Skip to content

Commit

Permalink
Merge pull request #481 from picocss/dev
Browse files Browse the repository at this point in the history
v2.0.6
  • Loading branch information
lucaslarroche committed Mar 3, 2024
2 parents 8d2a880 + f943d2a commit 6dc6489
Show file tree
Hide file tree
Showing 241 changed files with 596 additions and 598 deletions.
6 changes: 3 additions & 3 deletions css/pico.amber.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1627,7 +1627,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1645,7 +1645,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.amber.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/pico.blue.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1627,7 +1627,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1645,7 +1645,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.blue.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/pico.classless.amber.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.amber.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/pico.classless.blue.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1461,7 +1461,7 @@ label:has([type=checkbox], [type=radio]) {
}
[type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1479,7 +1479,7 @@ label:has([type=checkbox], [type=radio]) {
background-image: none;
}
[type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
[type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.blue.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/pico.classless.conditional.amber.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.conditional.amber.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/pico.classless.conditional.blue.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.conditional.blue.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/pico.classless.conditional.cyan.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.conditional.cyan.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/pico.classless.conditional.fuchsia.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.conditional.fuchsia.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/pico.classless.conditional.green.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.conditional.green.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/pico.classless.conditional.grey.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.conditional.grey.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/pico.classless.conditional.indigo.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.conditional.indigo.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/pico.classless.conditional.jade.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.conditional.jade.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/pico.classless.conditional.lime.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.conditional.lime.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/pico.classless.conditional.orange.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.conditional.orange.min.css

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions css/pico.classless.conditional.pink.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* Pico CSS ✨ v2.0.5 (https://picocss.com)
* Pico CSS ✨ v2.0.6 (https://picocss.com)
* Copyright 2019-2024 - Licensed under MIT
*/
/**
Expand Down Expand Up @@ -1461,7 +1461,7 @@ main {
}
.pico [type=checkbox][role=switch]:before {
display: block;
width: calc(1.25em - var(--pico-border-width) * 2);
aspect-ratio: 1;
height: 100%;
border-radius: 50%;
background-color: var(--pico-color);
Expand All @@ -1479,7 +1479,7 @@ main {
background-image: none;
}
.pico [type=checkbox][role=switch]:checked::before {
margin-inline-start: calc(2.25em - 1.25em / 2 - var(--pico-border-width) * 3);
margin-inline-start: calc(2.25em - 1.25em);
}
.pico [type=checkbox][role=switch][disabled] {
--pico-background-color: var(--pico-border-color);
Expand Down
4 changes: 2 additions & 2 deletions css/pico.classless.conditional.pink.min.css

Large diffs are not rendered by default.

0 comments on commit 6dc6489

Please sign in to comment.