Skip to content

Commit

Permalink
SCSSLint: SpaceBetweenParens
Browse files Browse the repository at this point in the history
Remove unnecessary spaces inside parens
  • Loading branch information
nschonni committed Apr 1, 2014
1 parent 7b95b03 commit a048578
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .scss-lint.yml
Expand Up @@ -50,5 +50,3 @@ linters:
enabled: false
ZeroUnit:
enabled: false
SpaceBetweenParens:
enabled: false
2 changes: 1 addition & 1 deletion src/base/wet-boew.scss
Expand Up @@ -10,7 +10,7 @@
// Hack for Bootstrap 3.1.1, since it doesn't convert the "fadein" LESS method.
// Pending fix release in https://github.com/twbs/bootstrap-sass/commit/df7be4f0412497e22f1d271d94d6e9835f61113e
@function fadein($colour, $pct) {
@return opacify($colour, $pct / 100.0 );
@return opacify($colour, $pct / 100.0);
}

// Override Bootstrap's expected font path
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/multimedia/multimedia.scss
Expand Up @@ -80,7 +80,7 @@

&:before {
@extend %multimedia_loading;
background: rgba( 0, 0, 0, 0.7 );
background: rgba(0, 0, 0, 0.7);
border-radius: 10px;
z-index:1;
}
Expand Down

0 comments on commit a048578

Please sign in to comment.