singularitygs - singularity gs remove the left/right margins -


i using singularitygs first time. wondering how remove left/right margins (gutters)? alpha/omega options in 960gs. there that?

thank you. aware of $location. did not describe problem properly

so following scenario:

<article>     <div class="teaser"></div>     <div class="teaser"></div>     <div class="teaser"></div>     <div class="teaser"></div> </article> <sidebar></sidebar>  $grids: 12; $gutters: .2;  article {     @include grid-span(8); } sidebar {     @include grid-span(4, 9); } .teaser {      @include float-span(4, 1, 8);     &:nth-child(odd) {         // here want remove right-margin - because otherwise containers not floating. dirty way be: margin-right: 0 !important;     } } 

singularity has location variable second argument. @include grid-span($width, $location);you can change $location 1 if first column on grid or 12 if last column on 12 column grid.

by default singularity uses isolation method of writing grids location value important moving things around on grid. can switch more traditional floats writing $output: float;


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -