如何使用Susy制作页面的最小宽度?

时间:2015-10-29 15:18:52

标签: css sass susy

如何使用Susy制作页面的最小宽度?例如:

body {
   min-width: 320px;
}

1 个答案:

答案 0 :(得分:0)

不确定你想要什么,但也许你可以override the container settings like so

// $container-width: <length> | <boolean>;
$container-width: false;
  • <length>: Length in em, px, %, etc.
  • <boolean>: True or false.