Add default sharing buttons in theme style

This commit is contained in:
Djordje Atlialp 2020-07-02 12:40:06 +02:00
parent e059fd2e05
commit 342a59a473
No known key found for this signature in database
GPG key ID: 50C5BBECF350BB74
7 changed files with 146 additions and 21 deletions

View file

@ -1,11 +1,12 @@
/* Must be loaded before everything else */
@import "normalize";
@import "prism";
/* Main stuff */
@import "variables";
@import "mixins";
@import "fonts";
@import "buttons";
/* Modules */
@import "header";
@import "logo";
@import "menu";
@ -13,3 +14,4 @@
@import "list";
@import "single";
@import "footer";
@import "sharing-buttons";