First version
[src/app-framework-demo.git] / afm-client / app / Frontend / styles / foundation / foundation-conf.scss
1 @import "foundation-settings";
2 @import "foundation-icons";
3 @import "foundation";
4
5
6 /*.sidebar {
7     // Panel on small screens
8     @extend %panel-base;
9     @include panel-position(left);
10     // Override styles to become a block on medium screens
11     @include breakpoint(medium) {
12     @include grid-panel-reset;
13     @include grid-block(4);
14     }
15     // Change size to 3 columns on large screens
16     @include breakpoint(large) {
17     @include grid-size(3);
18     }
19 }*/