Skip to content

Commit

Permalink
disable style linter for dynamically created content
Browse files Browse the repository at this point in the history
  • Loading branch information
smalex-z committed Oct 15, 2024
1 parent cf39223 commit debfb7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/components/DevProjCard.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
width: 0.8em;
}

/* stylelint-disable selector-class-pattern */

.JS {
background-color: #EFDF6A;
}
Expand All @@ -100,6 +102,8 @@
.HTML {
background-color: #D35A31;
}
/* stylelint-disable selector-class-pattern */


.mobile-header {
margin: 0;
Expand Down

0 comments on commit debfb7d

Please sign in to comment.