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:
		@@ -2,7 +2,7 @@
 | 
			
		||||
  width: 700px;
 | 
			
		||||
  margin: 0 auto;
 | 
			
		||||
 | 
			
		||||
  @media screen and (max-width: 740px) {
 | 
			
		||||
  @media screen and (width <= 740px) {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    margin: 0;
 | 
			
		||||
  }
 | 
			
		||||
@@ -44,7 +44,7 @@
 | 
			
		||||
    margin-top: 40px;
 | 
			
		||||
    box-sizing: border-box;
 | 
			
		||||
 | 
			
		||||
    @media screen and (max-width: 400px) {
 | 
			
		||||
    @media screen and (width <= 400px) {
 | 
			
		||||
      width: 100%;
 | 
			
		||||
      margin-top: 0;
 | 
			
		||||
      padding: 20px;
 | 
			
		||||
@@ -64,7 +64,7 @@
 | 
			
		||||
  margin-bottom: 10px;
 | 
			
		||||
  border-bottom: 1px solid $ui-base-color;
 | 
			
		||||
 | 
			
		||||
  @media screen and (max-width: 440px) {
 | 
			
		||||
  @media screen and (width <= 440px) {
 | 
			
		||||
    width: 100%;
 | 
			
		||||
    margin: 0;
 | 
			
		||||
    padding: 20px;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user