tonyganch / gonzales-pe

CSS parser with support of preprocessors
MIT License
330 stars 67 forks source link

[sass bug?] Dies on math.div #319

Open iliakan opened 2 years ago

iliakan commented 2 years ago

Dies on blocks like this, after 50/66 is replaced by math.div(50,66):

.star-rating {
  @include rating(72px, math.div(50, 66));
}

Any way out?