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

The newest libsass generated the infinity repeat classes (sometimes displayed "Killed") #1926

Closed
YamiOdymel opened this issue Feb 23, 2016 · 2 comments

Comments

@YamiOdymel
Copy link

// The amount of the column of a single row.
$columnAmount: 16

// The name of the each column size.
$columnName  : one two three four five six seven eight nine ten eleven twelve thirteen fourteen fifteen sixteen

=column-generator
  @for $i from 1 through $columnAmount
    [class*="#{nth($columnName, $i)} wide"]
      width: 100% / $columnAmount * $i 

    &[class*="#{nth($columnName, $i)} column"],
    & .row[class*="#{nth($columnName, $i)} column"]
      > .column:not(.row)
        width  : 100% / $columnAmount * $i !important

.grid
  +column-generator

is killed or generated a infinity class ".row.row.row.row.row" with libsass 3.3.3-24-g2acba

the same problem happened with the latest release 3.3.3,

and I also tested it with the 3.3.2, it's just fine.

seems like it's 3.3.3 and 3.3.3-24-g2acba cause the problem.

@mgreter
Copy link
Contributor

mgreter commented Apr 5, 2016

This seems to be fixed in 3.3.4 already! //CC @xzyfer

@mgreter mgreter removed this from the 3.3.5 milestone Apr 5, 2016
@mgreter mgreter removed the Dev - WIP label Apr 5, 2016
@mgreter mgreter closed this as completed Apr 5, 2016
@xzyfer xzyfer modified the milestone: 3.3.5 Apr 10, 2016
@xzyfer
Copy link
Contributor

xzyfer commented Apr 10, 2016

@mgreter correct, I noticed this at the time (#1925 (comment)) but must not have updated this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants