mixin cleanup

This commit is contained in:
Adam Bradley
2013-11-07 13:16:22 -06:00
parent c78aa393bb
commit d125956e4f

View File

@ -1,5 +1,6 @@
// _mixins.scss
//
// Mixins
// -------------------------------
// Useful utilities and mixins for SCSS files.
@mixin button-style($bgColor, $borderColor, $activeBgColor, $activeBorderColor, $color) {