Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Give access to global settings in the overrides file
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenwilkin committed Jun 21, 2016
1 parent 11ca6ff commit b816c93
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ gulp.task('styles', ['styles:clean'], function() {
return gulp.src([
'node_modules/normalize.css/normalize.css',
'www/src/css/lib/vanilla-includes.scss',
'www/src/css/lib/vanilla-overrides.scss',
'www/src/css/**/*.css'
])
.pipe(sass())
Expand Down
3 changes: 3 additions & 0 deletions www/src/css/lib/vanilla-includes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,6 @@ $navigation-threshold: 640px;
@include vf-header;
@include vf-lists;
@include vf-typography;

// IMPORT VANILLA OVERRIDES
@import "vanilla-overrides";

0 comments on commit b816c93

Please sign in to comment.