Skip to content

Commit

Permalink
Add new linting rule (font family, intentional)
Browse files Browse the repository at this point in the history
  • Loading branch information
JuditKaramazov committed May 10, 2024
1 parent 670522c commit 4f20fc0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/Contributions/style.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* stylelint-disable font-family-no-missing-generic-family-keyword */

.contributions {
display: flex;
flex-direction: column;
Expand Down
2 changes: 2 additions & 0 deletions src/components/Location/style.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* stylelint-disable font-family-no-missing-generic-family-keyword */

.listings {
display: flex;
height: auto;
Expand Down
2 changes: 2 additions & 0 deletions src/components/Marker/style.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* stylelint-disable font-family-no-missing-generic-family-keyword */

.background {
position: absolute;
width: 100%;
Expand Down
2 changes: 2 additions & 0 deletions src/components/Sidebar/style.module.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* stylelint-disable font-family-no-missing-generic-family-keyword */

.heading {
height: auto;
border-bottom: 1px solid #e7eef4;
Expand Down

0 comments on commit 4f20fc0

Please sign in to comment.