Search code examples
csssasssusy

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


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

body {
   min-width: 320px;
}

Solution

  • 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.