-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.scss
More file actions
executable file
·75 lines (55 loc) · 1.83 KB
/
Copy pathstyle.scss
File metadata and controls
executable file
·75 lines (55 loc) · 1.83 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
/*
* !!! Note: To edit the stylesheet, please edit the scss files, not the
* finished CSS !!!
*/
// Mixins
// Import our helpers that don't need any settings to function.
@import 'mixins/em'; // px-to-em helper.
@import 'mixins/web-fonts'; // Google web fonts importer.
// Config - Edit these files!
// Our main settings come first. We use these in everything else.
@import 'config/settings';
// Get our bootstrap local overrides.
@import 'config/bootstrap-settings';
// Libraries.
@import 'font-awesome';
@import 'compass/css3/transition';
// @import 'compass/utilities/general/clearfix';
@import 'breakpoint';
// Import our bootstrap replacement. This file replaces the default bootstrap
// library. Edit this if you want to remove some bootstrap functionality.
@import 'mixins/bootstrap-minimal';
// Tools of the trade
@import "extends/non-semantic-helpers";
@import "mixins/alerted";
@import "mixins/animation";
@import "mixins/cross-browser-opacity";
@import "mixins/currency";
@import "mixins/ghost-vertical-align";
@import 'mixins/gradient-overrides';
@import "mixins/hui_tooltip";
@import "mixins/placeholder-text";
@import "mixins/rem-font-sizing";
@import "mixins/sass-prefixer";
@import "mixins/svg-background-image-fallback";
// @import "mixins/transition";
@import "mixins/triangle";
@import "mixins/truncate";
// The bootstrap default theme is entirely optional. Enable this below.
// @import "bootstrap/theme";
// GRID ME BABY ONE MORE TIME
@import "../bower_components/susy/sass/susy";
@import 'modules/grid';
// Page modules
// Our global reusable styles.
@import 'modules/global';
@import 'modules/header';
@import 'modules/footer';
// Page-specific styles
@import 'pages/home';
@import 'pages/contact';
@import 'pages/projects';
@import 'pages/about';
@import 'pages/news';
// @import 'pages/document';
// @import 'pages/login';