Fix SCSS linting issues (#2207)
* Disable font-family-no-missing-generic-family-keyword for font-awesome accessibility icons * Run stylelint --fix * Avoid `@extend` directives with doodle modal CSS * Drop use of `@extend` for notification cleanup buttons SCSS * Run prettier on SCSS
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
$doodle-background: #d9e1e8;
|
||||
|
||||
.doodle-modal {
|
||||
@extend .boost-modal;
|
||||
|
||||
width: unset;
|
||||
}
|
||||
|
||||
@@ -16,8 +14,6 @@ $doodle-background: #d9e1e8;
|
||||
}
|
||||
|
||||
.doodle-modal__action-bar {
|
||||
@extend .boost-modal__action-bar;
|
||||
|
||||
.filler {
|
||||
flex-grow: 1;
|
||||
margin: 0;
|
||||
|
Reference in New Issue
Block a user