Fix assets:precompile failure from missing @include

This commit is contained in:
Zachary Lewis
2013-07-30 21:02:11 -05:00
parent c5f03986c0
commit 5ee1df6bca

View File

@ -358,7 +358,7 @@
} }
.staff a { .staff a {
border-radius-all(3px); @include border-radius-all(3px);
padding: 1px 3px; padding: 1px 3px;
background-color: #ffe; background-color: #ffe;
border: 1px solid #ffd; border: 1px solid #ffd;