blob: bdcfe1f0f4ac4bcfd128a65bd303a258be057c6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
@import "foundation-settings";
@import "foundation-icons";
@import "foundation";
/*.sidebar {
// Panel on small screens
@extend %panel-base;
@include panel-position(left);
// Override styles to become a block on medium screens
@include breakpoint(medium) {
@include grid-panel-reset;
@include grid-block(4);
}
// Change size to 3 columns on large screens
@include breakpoint(large) {
@include grid-size(3);
}
}*/
|