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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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