-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_core.scss
45 lines (31 loc) · 909 Bytes
/
_core.scss
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
// This is your framework's main stylesheet. Use it to import all default modules.
/**
* @tags: responsive grid || _resonsive-grid.scss || Skeleton 960 | Skeleton 1200 | Responsify
*/
@import "src/_responsive-grid";
/*****************/
/**
* @tags: core mixins library
*/
@import "src/_core-functions";
/*****************/
/**
* @tags: css3 easing animation library || https://github.com/jhardy/compass-ceaser-easing
*/
@import "src/_ceaser-easing";
/*****************/
/**
* @tags: css3 animation library || https://github.com/adamstac/animate.sass
*/
@import "src/animate/_shared";
@import "src/animate/_animations";
/*****************/
/**
* @tags: susy compass grid || http://susy.oddbird.net/
*/
@import "src/_susy";
/*****************/
/**
* @tags: Jacket - Conditional Styles with Sass. Dress you CSS appropriately. || https://github.com/Team-Sass/jacket
*/
@import "src/jacket/_jacket";