Fix Indentation lints in CSS.

As discussed in #14299.

[ci skip]
This commit is contained in:
connorshea 2016-03-18 14:59:29 -06:00
parent c790107854
commit 86a4449df2
3 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
/**
* Generic mixins
*/
@mixin box-shadow($shadow) {
@mixin box-shadow($shadow) {
-webkit-box-shadow: $shadow;
-moz-box-shadow: $shadow;
-ms-box-shadow: $shadow;