fix(styles): change quick fixes
This commit is contained in:
parent
76bce64a3a
commit
3c32b2489e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user