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

$declaration #8

Open
edudix opened this issue Jun 18, 2018 · 1 comment
Open

$declaration #8

edudix opened this issue Jun 18, 2018 · 1 comment

Comments

@edudix
Copy link

edudix commented Jun 18, 2018

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?

@pdcreis
Copy link
Collaborator

pdcreis commented Jun 19, 2018

Hi,

Does it give you any details about error?

Best

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

2 participants