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
I have just upgraded 0.3.0 => 0.3.2 and suddenly all the links turned virgin blue.
Obviously the cause is 411db5 which moved link styling from stylesheets/html5-boilerplate/_reset.scss to templates/project/partials/_page.scss.
I guess currently the best way to watch out for such issues is git log templates whenever upgrading?
The text was updated successfully, but these errors were encountered:
Yes. Sorry about this. I moved a few lines out of the Compass library and into the user editable partials because Html5 Boilerplate now flags them as stuff that should be overridden.
I'll try and deprecate stuff like this in the future so as not to break things. But for now you could simply add the following lines to your page partial.
I have just upgraded 0.3.0 => 0.3.2 and suddenly all the links turned virgin blue.
Obviously the cause is 411db5 which moved link styling from
stylesheets/html5-boilerplate/_reset.scss
totemplates/project/partials/_page.scss
.I guess currently the best way to watch out for such issues is
git log templates
whenever upgrading?The text was updated successfully, but these errors were encountered: