Skip to content

Commit

Permalink
MNT Fix scss linting warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Jun 10, 2024
1 parent 611ffaf commit 00a5db9
Show file tree
Hide file tree
Showing 5 changed files with 452 additions and 764 deletions.
2 changes: 0 additions & 2 deletions .stylelintignore

This file was deleted.

2 changes: 1 addition & 1 deletion client/dist/styles/bundle.css

Large diffs are not rendered by default.

8 changes: 1 addition & 7 deletions client/src/containers/CampaignAdmin/CampaignAdmin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

.campaign-admin__empty-info {
padding: calc(270px + 0.5em) $panel-padding-x 0 $panel-padding-x;
padding: calc(270px + 0.5em) $panel-padding-x 0;
background-image: url("images/empty-campaign-preview.png");
background-repeat: no-repeat;
background-position: 50% 0;
Expand Down Expand Up @@ -122,12 +122,6 @@
}
}

.list-group-item:hover {
.campaign-admin__item-links--is-linked {
opacity: 1;
}
}

.campaign-admin__unremoveable-item {
margin-bottom: 0;
padding-left: 35px;
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"css": "yarn && WEBPACK_CHILD=css webpack -p --bail --progress",
"test": "jest",
"coverage": "jest --coverage",
"lint": "eslint client/src && stylelint **/client/src/**/*.scss"
"lint": "eslint client/src && stylelint client/src",
"lint-scss": "stylelint client/src"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 00a5db9

Please sign in to comment.