Skip to content

Commit

Permalink
[SCSS] Remove Lato included inside
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaan committed Dec 9, 2014
1 parent 6e797a0 commit 725c72f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion scss/docs.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@import 'include/variables';
@import 'include/docs';
@import 'include/docs';
2 changes: 0 additions & 2 deletions scss/include/_globals.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
@import url(../fonts/lato/lato.css);

*, ::before, ::after {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
Expand Down
3 changes: 0 additions & 3 deletions scss/naked.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
$version: "1.0.0";

@import url(../vendor/lato/css/lato.min.css);

/*! naked.css v#{$version} | MIT License | xinix.co.id */

@import 'include/normalize';
@import 'include/variables';
@import 'include/grid';
@import 'include/globals';
Expand Down

0 comments on commit 725c72f

Please sign in to comment.