Skip to content

Commit

Permalink
fixing double-import of fonts when typography.scss is included multip…
Browse files Browse the repository at this point in the history
…le times
  • Loading branch information
dlockhart committed Dec 14, 2015
1 parent 77368c8 commit 0ba696b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions base-font-size.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
$vui-base-fontSize: 20px;
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vui-typography",
"version": "1.1.0",
"version": "1.1.1",
"description": "Mixins and CSS for applying basic typography styles",
"scripts": {
"clean": "rimraf *.css",
Expand Down
2 changes: 1 addition & 1 deletion px-to-base-rem.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'typography.scss';
@import 'base-font-size.scss';
@import 'px-to-rem.scss';

@function px-to-base-rem($targetPx) {
Expand Down
3 changes: 1 addition & 2 deletions typography.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
@import 'bower_components/vui-colors/colors.scss';
@import 'px-to-rem.scss';
@import 'fonts.scss';

$vui-base-fontSize: 20px;
@import 'base-font-size.scss';

@mixin vui-typography() {

Expand Down

0 comments on commit 0ba696b

Please sign in to comment.