1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 15:45:33 -04:00

get logo from an actual .svg file and inline it

This commit is contained in:
2020-04-23 17:13:41 -04:00
parent 2548b320fc
commit d38ff15c2f
9 changed files with 25 additions and 57 deletions

View File

@@ -7,8 +7,8 @@ $base-url: "{{ strings.TrimRight "/" .Site.BaseURL }}/"; // consistent trailin
// stylelint-enable
// Variables & Functions
@import 'abstracts/settings';
@import 'abstracts/themes';
@import 'abstracts/variables';
@import 'abstracts/functions';
// Global Styles
@@ -30,4 +30,4 @@ $base-url: "{{ strings.TrimRight "/" .Site.BaseURL }}/"; // consistent trailin
// Miscellaneous
@import 'components/syntax';
@import 'components/magic';
@import 'components/animation';