diff options
author | Thijs Paelman <thijs.paelman+git@hotmail.be> | 2023-06-05 23:00:39 +0200 |
---|---|---|
committer | Thijs Paelman <thijs.paelman+git@hotmail.be> | 2023-06-05 23:00:39 +0200 |
commit | a9b5b225ec579f96b26576f38ee44e288f07a184 (patch) | |
tree | 6945a5ce56fef0bf88f620744a225d4ca2977810 /themes/docsy/assets/scss | |
parent | d7f7c4b20cabb32bde00ff0e2fe9685ba041f3ab (diff) | |
parent | f812d271738796f0b589bbf06a5d14178ef60743 (diff) | |
download | website-a9b5b225ec579f96b26576f38ee44e288f07a184.tar.gz website-a9b5b225ec579f96b26576f38ee44e288f07a184.zip |
Merge branch 'social-links'
Diffstat (limited to 'themes/docsy/assets/scss')
-rw-r--r-- | themes/docsy/assets/scss/main.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/docsy/assets/scss/main.scss b/themes/docsy/assets/scss/main.scss index 7d4995b..5e5bc5e 100644 --- a/themes/docsy/assets/scss/main.scss +++ b/themes/docsy/assets/scss/main.scss @@ -8,6 +8,7 @@ @import "../vendor/Font-Awesome/scss/fontawesome.scss"; @import "../vendor/Font-Awesome/scss/solid.scss"; @import "../vendor/Font-Awesome/scss/brands.scss"; +@import "../vendor/forkawesome/scss/fork-awesome.scss"; @import "support/utilities"; @import "colors"; @@ -57,4 +58,4 @@ footer { } } -@import "styles_project";
\ No newline at end of file +@import "styles_project"; |