Skip to content

Hot reload @import files #50

@jamauro

Description

@jamauro

I'm importing a file into my /client/main.css like this:

@import '../imports/ui/css/ds.css';

ds.css is importing several files like this:

@import '_minireset.css';
@import '_fonts.css';
@import '_base.css';
/* ...etc */

When I make a change to one of the files imported in ds.css, e.g. _base.css, the change isn't hot reloaded. Am I missing something? Is there a way to set things up so that these are watched?

Metadata

Metadata

Assignees

No one assigned

    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