Prettify code

This commit is contained in:
Lucas Larroche 2021-10-24 12:33:20 +07:00
parent 868e5d20cb
commit 5f6e3c1abd
59 changed files with 1079 additions and 1027 deletions

View file

@ -44,7 +44,7 @@ details {
background-position: center;
background-repeat: no-repeat;
background-size: 1rem auto;
content: '';
content: "";
@if $enable-transitions {
transition: transform var(--transition);
@ -67,7 +67,6 @@ details {
// Open
&[open] {
> summary {
margin-bottom: calc(var(--spacing) * 0.25);
@ -77,13 +76,13 @@ details {
&::after {
transform: rotate(0);
}
}
}
}
}
[dir="rtl"] {
details{
details {
summary {
&::after {
float: left;