I am trying to get syntax highlighting (Atom) while using SugarSS
This compiles correctly but syntax highlighting doesn't work:
<style>
.className
opacity: 0
</style>
This show the correct syntax highlighting, but fails to compile:
<style lang="postcss">
.className
opacity: 0
</style>
Module build failed: Syntax Error
(46:12) Missed semicolon
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too