Skip to content

language-scss does not work with @use #34

Description

@coldfeudal

Pretty self-explanatory, emitty works with @import while using .sass files, but does not parse and rebuild files having @use

This works:
index.sass:

@import "vars"
.text
    color: $red

It rebuilds vars and index

This does not:
index.sass:

@use "vars"
.text
    color: vars.$red

It rebuilds index only

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