Files
anissah/user/themes/anissabensalah/scss/theme.scss
T
2018-05-28 15:23:41 +02:00

30 lines
611 B
SCSS

// Core variables and mixins
// @import 'spectre/variables';
// @import 'spectre/mixins';
//
// @import 'theme/variables';
// @import 'theme/mixins';
// @import 'theme/framework';
// @import 'theme/typography';
// @import 'theme/forms';
// @import 'theme/mobile';
// @import 'theme/animation';
//
//
@import 'theme/reset';
@import 'config/mixins/fonts';
@import 'theme/fonts';
@import 'theme/header';
@import 'theme/nav';
@import 'theme/section';
@import 'theme/footer';
// @import 'theme/footer';
// @import 'theme/menu';
//
// // Extra Skeleton Styling
// @import 'theme/blog';
// @import 'theme/onepage';