Skip to content
Snippets Groups Projects
Commit a4d02072 authored by khawkins98's avatar khawkins98
Browse files

Include overrides file in build process

parent 9d4c6eb9
No related branches found
No related tags found
No related merge requests found
// Various includes
@import 'ebi-global-includes/ebi_theme_settings'; // default EBI styling
// @import 'ebi-gloabl-includes/ebi_foundation_overides';
@import 'ebi-global-includes/tag'; // custom tag class
// This code is the EBI layer atop the Foundation base styling
......
......@@ -64,8 +64,7 @@
@import 'libraries/foundation-6/scss/global';
@import 'css/ebi-global-includes/ebi_theme_settings'; // override foundation with EBI styling
@import 'css/ebi-global-includes/badge'; // custom badge class
// if you wish to specify your own service defaults...
// @import 'css/ebi-gloabl-includes/ebi_foundation_overides';
@import 'css/ebi-global-includes/ebi_foundation_overides';
// Components
@import 'libraries/foundation-6/scss/grid/grid';
......@@ -695,3 +694,6 @@ $use-animations: false;
// invoke Foundation
@include foundation-everything;
// ebi-specific fixes
@include ebi-foundation-overides;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment