Ahhh.. just found why the border-radius error is still there... it is because this include has been removed from bourbon. http://bourbon.io/docs/#border-radius
Make a minor change in projects.css.scss to replace the border-radius line with the following four lines:
Ahhh.. just found why the border-radius error is still there... it is because this include has been removed from bourbon. http://bourbon.io/docs/#border-radius
Make a minor change in projects.css.scss to replace the border-radius line with the following four lines:
@include border-top-radius(6px);
@include border-bottom-radius(6px);
@include border-left-radius(6px);
@include border-right-radius(6px);