Skip to content

Commit

Permalink
Narrow stylelint hints
Browse files Browse the repository at this point in the history
  • Loading branch information
markdumay committed Feb 26, 2023
1 parent 20ce358 commit 73c1cf8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions assets/scss/components/_card.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
// stylelint-disable annotation-no-unknown

// add zoom animation with opacity change on card img hover
// source: https://stackoverflow.com/a/43816376

Expand Down Expand Up @@ -48,6 +46,7 @@
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

// stylelint-disable annotation-no-unknown
.card-body-link {
color: $body-color if($enable-important-utilities, !important, null);
}
Expand Down

0 comments on commit 73c1cf8

Please sign in to comment.