Skip to content

The first import will fail if not at the top of the file #6

@samhh

Description

@samhh

Some code that breaks - example will not be imported, but example2 will:

.example-code
  color: pink

@import 'example.sss'
@import 'example2.sss'

And a workaround that fixes it (both imported successfully):

.example-code
  color: pink

@import ''
@import 'example.sss'
@import 'example2.sss'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions