Skip to content

Commit

Permalink
Fix css.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
alex3165 committed Feb 10, 2017
1 parent 9bb5f83 commit 61cd6d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/constants/css.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// tslint:disable
// tslint:disable:max-line-length

export default `
.mapboxgl-map {
font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif;
Expand Down Expand Up @@ -245,4 +246,4 @@ export default `
display:none;
}
}
` as string;
`;

0 comments on commit 61cd6d6

Please sign in to comment.