-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.scss
More file actions
39 lines (23 loc) · 1.07 KB
/
styles.scss
File metadata and controls
39 lines (23 loc) · 1.07 KB
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
30
31
32
33
34
35
36
37
/* You can add global styles to this file, and also import other style files */
// Reset default browser styles using Normalize
//@import '../../node_modules/normalize-scss/sass/_normalize.scss';
// Install FontAwesome for useful icons
//@import '../../node_modules/font-awesome/scss/font-awesome.scss';
// Import fonts from Google
//@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|Lato:400,700);
// External Imports -------------------
// @import '../node_modules/normalize-scss/sass/normalize';
// @import '../node_modules/font-awesome/scss/font-awesome';
// External Initializations -------------------
// @include normalize();
// Set variables and reusable mixins -------------------
@import 'styles/base/config';
@import 'styles/base/mixins';
// Import base files -------------------
@import 'styles/base/defaults';
@import 'styles/base/type';
@import 'styles/base/utilities';
// If IE support is needed -------------------
@import 'styles/base/ie';
// For anything quick and dirty that needs thrown in -------------------
@import 'styles/base/shame';