Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.scss « css « static - github.com/dldx/hpstr-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7c4900a2356e478e8641540eb43e8044f3360dfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 *
 *  HPSTR
 *
 *  Designer: Michael Rose
 *  Twitter: http://twitter.com/mmistakes
 *
*/

// Partials
@import 'sass/variables';
@import 'sass/mixins';
@import 'sass/reset';
@import 'sass/vendor/font-awesome/font-awesome';
@import 'sass/vendor/magnific-popup/magnific-popup';
@import 'sass/site';
@import 'sass/typography';
@import 'sass/syntax';
// @import 'coderay';
@import 'sass/grid';
@import 'sass/elements';
@import 'sass/animations';
@import 'sass/dl-menu';
@import 'sass/page';