pull/242/head
Satyajit Sahoo 2015-08-07 03:44:57 +05:30
parent e1a476689a
commit 13ad69d5bd
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
**********/ **********/
@mixin toolbar($bg, $fg) { @mixin toolbar($bg, $fg) {
@incluee linear-gradient($bg); @include linear-gradient($bg);
@include border($bg); @include border($bg);
padding: $spacing * 2; padding: $spacing * 2;