comment out unused breakpoints
This commit is contained in:
parent
6cbde5a562
commit
1676aba979
@ -176,7 +176,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
@include breakpoint('<=xlarge') {
|
@include breakpoint('<=xlarge') {
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -184,7 +184,7 @@
|
|||||||
@include breakpoint('<=large') {
|
@include breakpoint('<=large') {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
@include breakpoint('<=medium') {
|
@include breakpoint('<=medium') {
|
||||||
height: 60px;
|
height: 60px;
|
||||||
|
|
||||||
@ -217,7 +217,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
/*
|
||||||
@include breakpoint('<=small') {
|
@include breakpoint('<=small') {
|
||||||
|
|
||||||
}
|
}
|
||||||
@ -229,4 +229,5 @@
|
|||||||
@include breakpoint('<=xxsmall') {
|
@include breakpoint('<=xxsmall') {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user