Skip to content

Commit

Permalink
MNT Fix scss lint warnings (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Jun 12, 2024
1 parent dbbfded commit 67e51b2
Show file tree
Hide file tree
Showing 4 changed files with 451 additions and 852 deletions.
1 change: 0 additions & 1 deletion .stylelintignore

This file was deleted.

10 changes: 1 addition & 9 deletions client/src/styles/LeftAndMain_Subsites.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,13 @@
height: 51px;
border-bottom: 3px solid #d4d0c8;
color: #fff;
}

#SubsiteActions {
fieldset {
padding: 3px;
border-style: none;
margin-top: 1px;
background: none;
}
}

#SubsiteActions {
fieldset {
span {
padding: 3px;
}
Expand All @@ -44,7 +38,7 @@
.dropdown {
span {
padding-left: 5px;
color: black;
color: #000;
}
}
}
Expand Down Expand Up @@ -75,9 +69,7 @@
.field {
margin-left: 100px;
}
}

#Form_AddSubsiteForm {
label.left {
float: left;
width: 100px;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"homepage": "https://github.com/silverstripe/silverstripe-subsites#readme",
"dependencies": {},
"devDependencies": {
"@silverstripe/eslint-config": "^1.2.1",
"@silverstripe/eslint-config": "^1.3.0",
"@silverstripe/webpack-config": "^2.1.0",
"webpack": "^5.74.0",
"webpack-cli": "^5.0.0"
Expand Down
Loading

0 comments on commit 67e51b2

Please sign in to comment.