Line | |
---|
1 | @import 'libs/vars'; |
---|
2 | @import 'libs/functions'; |
---|
3 | @import 'libs/mixins'; |
---|
4 | @import 'libs/skel'; |
---|
5 | @import 'font-awesome.min.css'; |
---|
6 | @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300italic,600italic,300,600'); |
---|
7 | |
---|
8 | /* |
---|
9 | Dimension by HTML5 UP |
---|
10 | html5up.net | @ajlkn |
---|
11 | Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) |
---|
12 | */ |
---|
13 | |
---|
14 | @include skel-breakpoints(( |
---|
15 | xlarge: '(max-width: 1680px)', |
---|
16 | large: '(max-width: 1280px)', |
---|
17 | medium: '(max-width: 980px)', |
---|
18 | small: '(max-width: 736px)', |
---|
19 | xsmall: '(max-width: 480px)', |
---|
20 | xxsmall: '(max-width: 360px)' |
---|
21 | )); |
---|
22 | |
---|
23 | @include skel-layout(( |
---|
24 | reset: 'full', |
---|
25 | boxModel: 'border' |
---|
26 | )); |
---|
27 | |
---|
28 | // Base. |
---|
29 | |
---|
30 | @import 'base/page'; |
---|
31 | @import 'base/typography'; |
---|
32 | |
---|
33 | // Component. |
---|
34 | |
---|
35 | @import 'components/form'; |
---|
36 | @import 'components/box'; |
---|
37 | @import 'components/icon'; |
---|
38 | @import 'components/image'; |
---|
39 | @import 'components/list'; |
---|
40 | @import 'components/table'; |
---|
41 | @import 'components/button'; |
---|
42 | |
---|
43 | // Layout. |
---|
44 | |
---|
45 | @import 'layout/bg'; |
---|
46 | @import 'layout/wrapper'; |
---|
47 | @import 'layout/header'; |
---|
48 | @import 'layout/main'; |
---|
49 | @import 'layout/footer'; |
---|
Note: See
TracBrowser for help on using the repository browser.