Skip to content

$declaration #8

@edudix

Description

@edudix

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions