Skip to content

[BUG] @for Loop Error for SCSS Rules #6

@webberwang

Description

@webberwang

The postcss is generating the wrong col.scss rules. It is generating

@for $i from 1 to 24

instead of

@for $i from 1 through 24

The through makes 24 inclusive, so rules like

.el-col-xs-24

can work.

screen shot 2017-05-11 at 9 45 01 am

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