Closed Detzler closed 5 years ago
Hey @Detzler, i just added a new test to the repo.
Run it with npm test weird-first-line-bug
.
It looks like the plugin is working as expected to me. Could you let me know if you managed to fix this?
I'm closing this issue as it's not been able to be reproduced and there was no new feedback.
Hi,
I got a case where the first line in a css block is removed each time the split operation runs.
original css:
css after split, "width" is missing:
my grunt config is:
Does anybody have an idea why the first line got removed?