Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed Oct 23, 2023
1 parent ad547ae commit 6d1994d
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 644 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ exports[`postcss transforms accordion.css properly 1`] = `
padding: 10px 0 10px 20px;
position: relative;
text-align: left;
width: 100%;
width: 100%
}
.accordion-header:before {
content: \\"+\\";
Expand All @@ -217,7 +217,7 @@ exports[`postcss transforms accordion.css properly 1`] = `
}
.js .accordion-content {
display: none;
visibility: hidden;
visibility: hidden
}
.js .accordion-content.is-active {
border-bottom: 1px solid #303030;
Expand All @@ -244,7 +244,7 @@ img::before {

exports[`postcss transforms nesting.css properly 1`] = `
"a, b {
color: red;
color: red
}
a c, b c, a d, b d {
color: white;
Expand Down
Loading

0 comments on commit 6d1994d

Please sign in to comment.