aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src/less/bundles/error.less
blob: 675306895bafc937bbe76c8dbf5fa2a415ee5bfb (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
// ==========================================================================
// Plyr.io Error Page
// ==========================================================================
@charset 'UTF-8';

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

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

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

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

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