Skip to content

File containing same content shouldn't be skipped #67

Description

@hgl

Currently, if a file contains the same content as another, it's skipped. This can fail in cases like this:

/* main.css */
@import "foo/index.css";
@import "bar/index.css";
/* both foo/index.css and bar/index.css has this content  */
@import "baz/index.css";

This causes bar/baz/index.css not being imported.

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