We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
"@include pull"?
example:
@include breakpoint($break2) { margin-right: 0; @include grid-span(2, 1); @include pull(10, 1); clear: none; }
Thx.
The text was updated successfully, but these errors were encountered:
Pull is being removed from Singularity v1.2.0 via #157 as it was never documented and therefore never officially supported.
Sorry, something went wrong.
No branches or pull requests
"@include pull"?
@include breakpoint($break2) {
margin-right: 0;
@include grid-span(2, 1);
@include pull(10, 1);
clear: none;
}
Thx.
The text was updated successfully, but these errors were encountered: