Skip to content

compiler error #548

@of2607

Description

@of2607

There is my scss:

@for $view from 3px through 16px{
	.w#{$view*100} {
		width:$view*100;
	}
}

I need this result:

.w300px{width:300px;}
.w400px{width:400px;}
..
..
.w1600px{width:1600px;}

But I get this result:

.w300{width:300;}
.w400{width:400;}
..
..
.w1600{width:1600;}

please help me thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions