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:
@ -24,9 +24,11 @@ $emojis-requiring-inversion: 'back' 'copyright' 'curly_loop' 'currency_exchange'
|
||||
position: absolute;
|
||||
content: '\F00C';
|
||||
font-size: 50%;
|
||||
font-family: FontAwesome;
|
||||
inset-inline-end: -0.55em;
|
||||
top: -0.44em;
|
||||
|
||||
/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword -- this is an icon font, this can't use a generic font */
|
||||
font-family: FontAwesome;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user