Linting CSS

This commit is contained in:
Dan Q 2023-08-16 09:29:56 +01:00
parent a89d05b8d1
commit b9a675be82
1 changed files with 4 additions and 2 deletions

View File

@ -61,7 +61,9 @@
}
&__link {
&, &:hover, &:active {
&,
&:hover,
&:active {
color: $gray-900;
text-decoration: none;
}
@ -69,7 +71,7 @@
/* Use the ::after trick to make the whole card clickable: */
&::after {
bottom: 0;
content: "";
content: '';
left: 0;
position: absolute;
right: 0;