RailsCasts Pro episodes are now free!

Learn more or hide this

garethpatterson's Profile

GitHub User: garethpatterson

Comments by

Avatar

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);