fix(styles): change quick fixes
This commit is contained in:
		| @@ -87,7 +87,7 @@ | ||||
|  | ||||
| @mixin respond-to($breakpoint) { | ||||
|   @if map-has-key($breakpoints, $breakpoint) { | ||||
|     @media (max-width: map-get($breakpoints, $breakpoint)) { | ||||
|     @media (min-width: map-get($breakpoints, $breakpoint)) { | ||||
|       @content; | ||||
|     } | ||||
|   } @else { | ||||
|   | ||||
| @@ -11,7 +11,7 @@ | ||||
|   padding: 20px; | ||||
| } | ||||
|  | ||||
| %button { | ||||
| %input { | ||||
|   outline: none; | ||||
|   border: none; | ||||
|   background: none; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user