Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Add this tip maybe in the doc (if not already added) #85

Description

@kud

I've got lots of projects which require themselves other projects. I have the same folder/file convention naming in each of these project and it could create some non explicite conflicts.

Why? Because I do that: @import "views/index.css";

cssnext can be lost if you do @import "views/index.css"; in a submodule and in your module, you've already have "views/index.css".

To fix it, you have to specify ./ like @import "./views/index.css";. It's maybe obvious for some of you but it could be added in the doc I think. What do you think?

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