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
When I compile for the first time. I get this warning:
I ran
gem unpack meyer-resetand checked the files. Bothmeyer-reset.scssand_meyer-reset.scssare in the stylesheets folder in the gem. I can see thatmeyer-reset.scssis 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