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

ie9.scss « sass « static - github.com/schmanat/hugo-highlights-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6815a327bf90234850c7ed1f88618734e5b015ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import 'libs/vars';
@import 'libs/functions';
@import 'libs/mixins';
@import 'libs/skel';

/*
	Highlights by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Loader */

	html {
		body {
			&:before, &:after {
				display: none !important;
			}
		}
	}