Skip to content
Snippets Groups Projects
Commit 3c650381 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Add a extra sass file for easy variable override.

parent b5b01347
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