Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename utilities to mark as partial and prevent import conflicts #458

Merged
merged 2 commits into from
Mar 30, 2017
Merged

Rename utilities to mark as partial and prevent import conflicts #458

merged 2 commits into from
Mar 30, 2017

Conversation

DaSchTour
Copy link
Contributor

Preventing the following error when trying to build platform.scss from node_modules inside another application.

Message:
    node_modules/@covalent/core/common/platform.scss
Error: It's not clear which file to import for '@import "styles/utilities/utilities"'.
       Candidates:
         styles/utilities/utilities.scss
         styles/utilities/utilities.css
       Please delete or rename all but one of these files.
        on line 28 of node_modules/@covalent/core/common/platform.scss
>> @import "styles/utilities/utilities";

@kyleledbetter
Copy link
Contributor

Good catch, thanks @DaSchTour!

@kyleledbetter kyleledbetter merged commit 0048ff8 into Teradata:develop Mar 30, 2017
@emoralesb05 emoralesb05 added this to the Beta 3 milestone Mar 30, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants