Skip to content

Commit

Permalink
imports using extension
Browse files Browse the repository at this point in the history
  • Loading branch information
dlockhart committed Nov 12, 2015
1 parent 2fcbe1a commit e8733b8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion fonts.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

@import 'import-once';
@import 'import-once.scss';

@include import-once('brightspace fonts') {
@import url(https://s.brightspace.com/lib/fonts/0.2.0/fonts.css);
Expand Down
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.0.4",
"version": "1.0.5",
"description": "Mixins and CSS for applying basic typography styles",
"scripts": {
"clean": "rimraf *.css",
Expand Down
2 changes: 1 addition & 1 deletion typography.css.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@import 'typography';
@import 'typography.scss';

.vui-typography {
@include vui-typography;
Expand Down
7 changes: 3 additions & 4 deletions typography.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

@import 'bower_components/vui-colors/colors';
@import 'px-to-rem';
@import 'fonts';
@import 'bower_components/vui-colors/colors.scss';
@import 'px-to-rem.scss';
@import 'fonts.scss';

$vui-base-fontSize: 19px;

Expand Down

0 comments on commit e8733b8

Please sign in to comment.