Skip to content

Commit

Permalink
use valid sans-serif value
Browse files Browse the repository at this point in the history
  • Loading branch information
kdoh authored and gordonwoodhull committed Jan 13, 2017
1 parent 47de5b7 commit 873179f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions style/dc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $color_boston_blue: #3182bd;
$color_blue: #00f;

//fonts
$font_sans_serif: 'sans-serif';
$font_sans_serif: sans-serif;

@mixin no-select {
-webkit-touch-callout: none;
Expand Down Expand Up @@ -271,4 +271,4 @@ div.dc-chart {

.dc-hard .number-display {
float: none;
}
}

0 comments on commit 873179f

Please sign in to comment.