Commit 9684d7fd authored by Jacob Schatz's avatar Jacob Schatz Committed by Rémy Coutable

Merge branch 'css-indentation' into 'master'

Fix Indentation lints in CSS.

As discussed in #14299.

cc: @jschatz1 

See merge request !3312
parent 06753980
/**
* Generic mixins
*/
@mixin box-shadow($shadow) {
@mixin box-shadow($shadow) {
-webkit-box-shadow: $shadow;
-moz-box-shadow: $shadow;
-ms-box-shadow: $shadow;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment