Merge pull request #206 from iamcarrico/allow-for-overrides

Allow for custom overrides by the user
This commit is contained in:
Patrick Marsceill
2019-09-09 15:35:31 -04:00
committed by GitHub
3 changed files with 21 additions and 0 deletions

View File

@@ -46,3 +46,4 @@ $logo: "{{ site.logo | absolute_url }}";
@import "./tables";
@import "./code";
@import "./utilities/utilities";
@import "./overrides";