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
Hi, First of all many thanks for sharing your grid. It seems amazing.
I have an issue by using this:
@each $breakpoint in $breakpoints { $name: nth($breakpoint, 1); $declaration: nth($breakpoint, 2);
@media only screen and #{$declaration} { @include grid-loop($name); }
When compiling I have an issue with #{$declaration}. I don´t know why this parameter is giving me a problem. Doesnt allow me to postprocess the sass.
May you help me with it?
The text was updated successfully, but these errors were encountered:
Hi,
Does it give you any details about error?
Best
Sorry, something went wrong.
No branches or pull requests
Hi,
First of all many thanks for sharing your grid. It seems amazing.
I have an issue by using this:
@each $breakpoint in $breakpoints {
$name: nth($breakpoint, 1);
$declaration: nth($breakpoint, 2);
When compiling I have an issue with #{$declaration}. I don´t know why this parameter is giving me a problem. Doesnt allow me to postprocess the sass.
May you help me with it?
The text was updated successfully, but these errors were encountered: