-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.scss
More file actions
executable file
·29 lines (26 loc) · 869 Bytes
/
style.scss
File metadata and controls
executable file
·29 lines (26 loc) · 869 Bytes
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
---
---
//
// IMPORTS
//
//@import "reset";
@import "../node_modules/bourbon/core/_bourbon";
////@import "vendor/normalize";
@import "variables";
@import "variables-bootstrap";
@import "owl.custom";
//@import "../node_modules/bootstrap/scss/bootstrap-reboot";
//@import "../node_modules/bootstrap/scss/bootstrap-grid";
//@import "../node_modules/bootstrap/scss/utilities/display";
//@import "../node_modules/bootstrap/scss/utilities/spacing";
//@import "../node_modules/bootstrap/scss/buttons";
@import "vendor/bootstrap/bootstrap-reboot";
@import "vendor/bootstrap/bootstrap-grid";
@import "vendor/bootstrap/utilities/display";
@import "vendor/bootstrap/utilities/spacing";
@import "vendor/bootstrap/forms";
@import "vendor/bootstrap/buttons";
@import "base_rules";
@import "layout";
@import "modules";
//// Syntax highlighting @import is at the bottom of this file