Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels