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

Documented grid-span() options do not work #217

Open
tannerjfco opened this issue Aug 10, 2015 · 0 comments
Open

Documented grid-span() options do not work #217

tannerjfco opened this issue Aug 10, 2015 · 0 comments

Comments

@tannerjfco
Copy link

Using Singularity 1.6.2 compiling via libsass fwiw.

Current singularity documentation provides this example under the Isolation Span section:

// Simplifies use of $options for Isolation Output Style
#foo {
  @include grid-span(2, 3, $output-style: 'isolation', $options: 'both');
}
#foo {
  @include isolation-span(2, 3, 'both');
}

Using the grid-span() call as documented above, specifically to set the $options: 'both' parameter, should result in the element receiving the "clear: both;" rule. While I get no error output on this call, I also do not get the desired result. Using the isolation-span() method works as documented, so the issue should be specific to the grid-span() function.

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

No branches or pull requests

2 participants