aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/sass/bundles/error.scss
blob: 213f4862b20833b06de5638fa1de1fe8c200570e (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
25
26
27
28
29
// ==========================================================================
// Plyr.io Error Page
// ==========================================================================
@charset 'UTF-8';

// Settings
@import '../settings/colors';
@import '../settings/cosmetic';
@import '../settings/icons';
@import '../settings/layout';
@import '../settings/spacing';
@import '../settings/type';

// Libs
@import '../lib/fontface';
@import '../lib/mixins';
@import '../lib/normalize';
@import '../lib/reset';

// Layout
@import '../layout/error';

// Type
@import '../type/base';
@import '../type/headings';

// Components
@import '../components/buttons';
@import '../components/links';