Skip to content

Not Detecting Changes when using the Glob Import #299

@ksylvest

Description

@ksylvest

Recently upgraded from 4.0.5 to 5.0.0 and noticed that changes in my subdirectory are no longer being detected:

@import application/modules/variables
@import application/modules/mixins
@import application/partials/**/*

However, changing to explicit imports fixes the problem:

@import application/modules/variables
@import application/modules/mixins
@import application/partials/layout
@import application/partials/fonts
...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions