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