How to make the minimum width of the page by using Susy? For example:
body {
min-width: 320px;
}
Not sure what u want, but maybe you can override the container settings like so
// $container-width: <length> | <boolean>;
$container-width: false;
<length>: Length in em, px, %, etc.
<boolean>: True or false.