Skip to content

Commit

Permalink
Move some Sass partials to different folders
Browse files Browse the repository at this point in the history
  • Loading branch information
rfgamaral committed Nov 1, 2017
1 parent 9b47f01 commit 870b387
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
10 changes: 7 additions & 3 deletions src/assets/sass/app.scss
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
@import 'libs/background';
@import 'libs/fontello';
@import 'libs/functions';
@import 'libs/include-media';
@import 'libs/mixins';
@import 'libs/skel';
@import 'libs/vars';
@import 'vendor/include-media';

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900');

Expand Down Expand Up @@ -65,8 +63,14 @@
}
}

/* Background */

@import 'partials/background';

/* Icon */

@import 'partials/fontello';

.icon {
@include icon;
position: relative;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@import 'libs/include-media';
@import 'libs/vars';
@import '../libs/vars';
@import '../vendor/include-media';

/*!
Photo by Daniel Leone on Unsplash
Expand Down Expand Up @@ -28,7 +28,7 @@

@include background('1920w');

/*Extra Large Devices */
/* Extra Large Devices */

@include media('>large', '<=xlarge') {
@include background('1680w');
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 870b387

Please sign in to comment.