Susy如何设置页面的最小宽度?

How to make the minimum width of the page by using Susy?

如何使用Susy设置页面的最小宽度?例如:

body {
   min-width: 320px;
}

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

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