Add default sharing buttons in theme style
This commit is contained in:
parent
e059fd2e05
commit
342a59a473
7 changed files with 146 additions and 21 deletions
|
@ -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";
|
Loading…
Add table
Add a link
Reference in a new issue