sass - Fixed gutter width with susy -
i found example here fixed gutters (http://sassmeister.com/gist/7da95c41fff076dd7266) , first looked simple:
$susy: ( gutter-position: inside-static, container: 100%, columns: 4, column-width: 120px, gutter: 15px/120px, debug: ( image: show, ), );
i thought need change 15px , fine.. it's not. tried change it, no result. tried search on official website, didn't find gutter
, gutters
. difference? how gutter work?
i columns percentages, fixed 25px padding.
there no gutter
setting. need use gutters
. else here looks good.
Comments
Post a Comment