Skip to content

Commit

Permalink
fix sass format
Browse files Browse the repository at this point in the history
  • Loading branch information
samthor committed Jul 30, 2016
1 parent e4ea19d commit 1f20076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scenes/shared/sass/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $pixel-ratio-hdpi: 1.5 !default;

// Returns the % of $value in $inside. Assumes both are px values.
@function percent($value, $inside) {
@return #{(strip-unit($value) / strip-unit($inside)) * 100}%;
@return #{(strip-unit($value) / strip-unit($inside)) * 100%};
// From "Operators", http://sass-lang.com/guide#topic-8.
// @return $value / $inside * 100%;
}
Expand Down

0 comments on commit 1f20076

Please sign in to comment.