Skip to content

Commit

Permalink
Fix linting errors & regenerate the built CSS and lockfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmunro-ltrr committed Apr 12, 2024
1 parent afd1557 commit 568f852
Show file tree
Hide file tree
Showing 6 changed files with 89 additions and 95 deletions.
24 changes: 9 additions & 15 deletions dist/css/arizona-bootstrap.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/arizona-bootstrap.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/arizona-bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/arizona-bootstrap.min.css.map

Large diffs are not rendered by default.

146 changes: 73 additions & 73 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions scss/_collapse.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@

.btn {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
padding: .75rem 1.25rem;
color: $dark-silver;
text-align: left;
text-transform: none;
justify-content: space-between;
align-items: center;

&::after {
margin-left: 1rem;
// stylelint-disable-next-line
font-family: "Material Icons Sharp";
font-size: 2em;
font-variant-ligatures: no-common-ligatures;
content: "expand_more";
margin-left: 1rem;
line-height: 1rem;
content: "expand_more";
}

}
Expand Down

0 comments on commit 568f852

Please sign in to comment.