Bob Varioa

Results 10 comments of Bob Varioa

This can be fixed by adding a jscc comment, like so: ```css /*#set _COLOR = "red" //*/ .hi { /*#if _COLOR === "red" //*/ color: red; /*#endif //*/ } ```

Even though this mod is a forge one, this could be a valuable resource while implementing this: [FastSuite](https://www.curseforge.com/minecraft/mc-mods/fastsuite)

This makes much, much, more sense. Thanks for the clarification!

~~sent issue too early ignore for now~~ Fixed

maybe a `!unimportant`, or just a option of some sort?

I think this issue isn't quite completed, it would be nice to have inbuilt library support for this.

Maybe though, add it as an alias and mention that in the jsdoc?

> This will probably be helpful to you: https://gist.github.com/Wykerd/6a97a810340f5382d9c38360bd12182c > > It's the original TypeScript files I wrote for the NToken and Signature deciphering classes. Sweet! Thanks!

Adding onto this issue, the cause seems to be because title element's content is always recognized as a string in `htmlparser2` so therefore it will never find the block tag...