2013-05-19 40 views
1

如何使用Susy更改页面不同元素的布局,例如,在桌面上更改页面的顶部导航栏,但是在移动设备上时使用下拉菜单的按钮?使用Susy更改导航

回答

0

使用at-breakpoint混入(see the docs):

// mobile styles here 

@include at-breakpoint($min-screen-width $large-columns) { 
    // screen styles here 
} 

你也可以看到,断点几个演示上超对称部位。