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

Remove unnecessary "./" from import calls #18

Merged
merged 1 commit into from
Sep 8, 2015
Merged

Remove unnecessary "./" from import calls #18

merged 1 commit into from
Sep 8, 2015

Conversation

brunowego
Copy link
Contributor

Instead of:

@import './colors';

Clean call:

@import 'colors';

@DennisBecker DennisBecker added this to the v2.0.0 milestone Sep 2, 2015
DennisBecker added a commit that referenced this pull request Sep 8, 2015
Remove unnecessary "./" from import calls
@DennisBecker DennisBecker merged commit bcc6582 into DennisBecker:master Sep 8, 2015
@DennisBecker
Copy link
Owner

I'll with the test fixtures. Thanks for your pull request!

@brunowego
Copy link
Contributor Author

Thanks @DennisBecker 👍

@DennisBecker DennisBecker mentioned this pull request Apr 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants