Skip to content

Commit

Permalink
fix: casing in CSS file comment to trigger CSS npm package republish (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aurorascharff authored Jan 16, 2025
1 parent 3891c72 commit 8d409a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/css/src/accordionitem/accordionitem.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
background-color: var(--mdGreyColor);
transition: transform 0.15s ease-out;
}

/* Vertical line */
.md-accordion-item__header .md-accordion-item__header-icon:before {
top: 0;
Expand All @@ -85,7 +86,8 @@
height: 100%;
margin-left: -1px;
}
/* horizontal line */

/* Horizontal line */
.md-accordion-item__header .md-accordion-item__header-icon:after {
top: 50%;
left: 0;
Expand Down

0 comments on commit 8d409a5

Please sign in to comment.