mummybot / postcss-strip-inline-comments

Remove inline comments from postcss-scss parser
MIT License
31 stars 3 forks source link

Fails on comment in the following situations #6

Closed marvin1023 closed 5 years ago

marvin1023 commented 6 years ago

1、@import

// @import 'assets/css/function.css';

2、end }

// .avatar-img {
//  border-radius: 5px;
// }
mummybot commented 6 years ago

Can you give me more context? On my project I can comment @import rules (using postcss-import) fine, as well as the selector curly braces.

mummybot commented 5 years ago

Closing due to no reply