Skip to content

Error with SugarSS and <style scoped lang="postcss"> #132

Open
@simonwjackson

Description

@simonwjackson

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions