-
Notifications
You must be signed in to change notification settings - Fork 109
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
Comments
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? |
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. |
Resolved in #157 (which will become v1.2.0 of Singularity) |
Doesn't work at all. With or without bourbon. |
Set debug to true |
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. |
@telegraphinho What version of Singularity are you using? Are you using Bourbon or Compass? Can you re-create your issue on http://sassmeister.com |
It might be helpful if you share your Also please share a link to your SassMeister attempt. |
That's it. I got it. It's the same issue: #168 . It's working without compass. |
Below is my code for a wrapper and background-grid mixin is not ouputting it's value
The text was updated successfully, but these errors were encountered: