使用Susy更改导航

时间:2013-05-19 20:31:11

标签: layout grid breakpoints susy-compass

如何使用Susy更改页面的不同元素的布局,例如,在桌面上更改页面的顶部导航,而在移动设备上更改带有下拉列表的按钮?

1 个答案:

答案 0 :(得分:0)

使用at-breakpoint mixin(see the docs):

// mobile styles here

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

您还可以在Susy网站上的几个演示中看到at-breakpoint。