Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

background-grid mixin not working at all #153

Closed
iaakash opened this issue Dec 8, 2013 · 10 comments
Closed

background-grid mixin not working at all #153

iaakash opened this issue Dec 8, 2013 · 10 comments
Milestone

Comments

@iaakash
Copy link

iaakash commented Dec 8, 2013

Below is my code for a wrapper and background-grid mixin is not ouputting it's value

.footerWidgetContainer{
    $grids:3;$gutters:1/20;
    @include background-grid;

    @extend %clearfix;

    .widget{
        @include float-span(1);
            &:nth-last-child(1){
                @include float-span(1,last);
            }
    } 
}
@iaakash
Copy link
Author

iaakash commented Dec 14, 2013

Well, It drove me nuts as it was almost impossible to prototype things without this mixin, so i digged deeper and the issue i found was the involvement of burboun into my project. As soon as i scraped everything related to it my mixing started working all great and shiny. So if you could help guiding me how can i make Singularity and burboun working together?

@Snugug
Copy link
Member

Snugug commented Dec 14, 2013

In the upcoming release of Singularity and the move to Sass 3.3 we are looking to make the background grid mixin Compass agnostic, but it's still a little bit away from being finished.

@Snugug
Copy link
Member

Snugug commented Jan 5, 2014

Resolved in #157 (which will become v1.2.0 of Singularity)

@Snugug Snugug closed this as completed Jan 5, 2014
@ghost
Copy link

ghost commented Apr 7, 2014

Doesn't work at all. With or without bourbon.

@thetemplateblog
Copy link

Set debug to true @include sgs-change(debug, true);

@ghost
Copy link

ghost commented Apr 9, 2014

Could you give an example? It doesn't work for me. If i set it before "@include background-grid", it gives me error (wrong number of arguments, 23 for 2). If i set it any other way(including explicitly setting $debug variable to true) grid just show.

@Snugug
Copy link
Member

Snugug commented Apr 9, 2014

@telegraphinho What version of Singularity are you using? Are you using Bourbon or Compass? Can you re-create your issue on http://sassmeister.com

@ghost
Copy link

ghost commented Apr 9, 2014

Latest version (1.2.0). I use it like this:

@import "compass";
@import "breakpoint";
@import "singularitygs";

Maybe i'm using it the wrong way. It doesn't work for me in sassmeister too. Could you give me an example, that is working for you, please?

@lolmaus
Copy link
Contributor

lolmaus commented Apr 9, 2014

It might be helpful if you share your Gemfile.lock (via an external resource, e. g. http://gist.github.com ).

Also please share a link to your SassMeister attempt.

@ghost
Copy link

ghost commented Apr 9, 2014

That's it. I got it. It's the same issue: #168 .

It's working without compass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants