You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I compile for the first time. I get this warning:
WARNING: On line 1 of ../_eric_meyer_reset.scss:
It's not clear which file to import for '@import "meyer-reset"'.
Candidates:
_meyer-reset.scss
meyer-reset.scss
For now I'll choose _meyer-reset.scss.
This will be an error in future versions of Sass.
I ran gem unpack meyer-reset and checked the files. Both meyer-reset.scss and _meyer-reset.scss are in the stylesheets folder in the gem. I can see that meyer-reset.scss is in the git-ignore file but it's some how got into the gem.
I also forked the project and updated the Readme.md to reflect the changes in v 2.0.1.
Thanks,
Mark
The text was updated successfully, but these errors were encountered:
alienresident
added a commit
to alienresident/compass-pattern-primer
that referenced
this issue
Apr 15, 2014
Getting error: WARNING: On line 1 of
/Users/mar22/.rvm/gems/ruby-1.9.3-p448/gems/compass-pattern-primer-0.4.4
/stylesheets/compass-pattern-primer/reset/libraries/_eric_meyer_reset.sc
ss:
It's not clear which file to import for '@import "meyer-reset"'.
Candidates:
_meyer-reset.scss
meyer-reset.scss
For now I'll choose _meyer-reset.scss.
This will be an error in future versions of Sass.
Needs fixing in the gem.
Filed an issue: adamstac/meyer-reset#3
When I compile for the first time. I get this warning:
I ran
gem unpack meyer-reset
and checked the files. Bothmeyer-reset.scss
and_meyer-reset.scss
are in the stylesheets folder in the gem. I can see thatmeyer-reset.scss
is in the git-ignore file but it's some how got into the gem.I also forked the project and updated the Readme.md to reflect the changes in v 2.0.1.
Thanks,
Mark
The text was updated successfully, but these errors were encountered: