-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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
Labels
No labels