jsonresume-theme-elegant
Version:
Elegant theme for jsonresume
36 lines (26 loc) • 862 B
text/less
@import (inline) "../icomoon/style.css";
// All the variables utilized across files go here
@import "variables";
// All the mixins go here
@import "mixins";
// Utility classes go here
@import "utilities";
// All the base styles go here
@import "base.less"; // PUN intended ;-)
// Floating Nav Styles
@import "floating-nav.less";
// All the styles related to the info card seen on the left goes here
@import "info_card_styles";
// Styles related to each section on the background card seen on the right
@import "sections/work_experience";
@import "sections/skills";
@import "sections/education";
@import "sections/awards";
@import "sections/volunteer_work";
@import "sections/publications";
@import "sections/interests";
@import "sections/references";
// All overriding styles go here
@import 'vendor-overrides';
// Print-related styles
@import "print";