18 lines
473 B
SCSS
18 lines
473 B
SCSS
/*************************************************
|
|
* academia: The Website Builder for Hugo
|
|
* Designed by @GeorgeCushen
|
|
* https://sourcethemes.com/academic/
|
|
* License: https://github.com/gcushen/hugo-academia/blob/master/LICENSE.md
|
|
**************************************************/
|
|
|
|
@import "root";
|
|
@import "nav";
|
|
@import "card";
|
|
@import "search";
|
|
@import "content";
|
|
@import "listings";
|
|
@import "widgets";
|
|
@import "docs";
|
|
@import "dark";
|
|
@import "integrations";
|