zoubin / browserify-postcss

transform contents using postcss
19 stars 10 forks source link

Retains backslashes within CSS #8

Closed stefanpearson closed 7 years ago

stefanpearson commented 7 years ago

This is to retain backslashes so that they aren't escaped. E.g.:

.my-class:after {
    content: '\0020';
}

😊

stefanpearson commented 7 years ago

Hey, thanks for the merge. Would you mind publishing this to npm, please?

@zoubin

zoubin commented 7 years ago

@stefanpearson Sorry for the delay. I had a long holiday recently and finally have time to publish 0.3.3. Thank you for the pr!

stefanpearson commented 7 years ago

thanks @zoubin!