Closed g105b closed 1 year ago
I have confirmed this is an issue rather than an error in my scss by running the same example through the official Ruby implementation available here: http://sass-lang.com/try.html
Any news on this? I have had a look in the code myself but not dared changing anything - could you indicate where this parsing takes place so I could try and fix it ?
Issue #71 is a duplicate of this. I just posted a fix there.
Thanks @gabrielfin
This is referring to the @content feature.
When a mixin that has a @content block is used more than once, the same content is output for recurring calls.
Here's a quick example that shows the problem (tested on http://www.phpsass.com/try just now). Note that the code is used to output keyframe animation declarations with browser prefixes, but the outputted CSS re-declares "FadeIn" twice, rather than declaring the "GrowWidth" animation as it should:
This is preprocessed to: