Closed strarsis closed 3 years ago
yeah, that's how it is now. Probably, I should have described it better in the README
And it can be used with any language supporting /* / source comments.
I suggest closing this then as a dupe of #97.
duplicate of #97
Apparently the parser skips loud comments (as tried in playground):
/*!
is a loud CSS comment which is not parsed by the parser in the parser playground.Or have I misunderstood its purpose and it is actually only parsing comments with an extra star (
/**
)? Can I reconfigure it so I can use it with normal (and loud) CSS comments?