Skip to content

Commit

Permalink
CSSLint: remove units from Compass box-shadow defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Feb 5, 2013
1 parent 122f091 commit 26180cb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/grids/sass/includes/_mixins.scss
Expand Up @@ -69,7 +69,9 @@ $default-color-gradient: true;
$default-color-shadow: true;
$default-color-border: false;


//override the compass zero values with unitless values
$default-box-shadow-h-offset: 0;
$default-box-shadow-v-offset: 0;

@mixin colorize-base($color: $default-color, $important: false) {

Expand Down

0 comments on commit 26180cb

Please sign in to comment.