Skip to content
Snippets Groups Projects
Unverified Commit f1c1afb5 authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #2885 from HyphaApp/enhancement/add_extra_sass_file_allow_variable_override

Add a extra sass file for easy variable override
parents b5b01347 3c650381
No related branches found
No related tags found
No related merge requests found
// stylelint-disable no-empty-source
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
@import 'abstracts/mixins'; @import 'abstracts/mixins';
@import 'abstracts/variables'; @import 'abstracts/variables';
// Custom overrides
@import 'custom/extra';
// Base // Base
@import 'base/base'; @import 'base/base';
@import 'base/typography'; @import 'base/typography';
......
// stylelint-disable no-empty-source
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
@import 'abstracts/mixins'; @import 'abstracts/mixins';
@import 'abstracts/variables'; @import 'abstracts/variables';
// Custom overrides
@import 'custom/extra';
// Base // Base
@import 'base/base'; @import 'base/base';
@import 'base/typography'; @import 'base/typography';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment