forked from bozboz/luigi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_luigi.scss
49 lines (43 loc) · 1017 Bytes
/
_luigi.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
46
47
48
49
/*
* Luigi - Sass Mixin library for Bozboz
* Includes helpers and mixins
*/
/*
* Helpers files
*/
// Base variables
@import "helpers/base-vars";
// For debugging website attributes
@import "helpers/debug";
// Normalize everything
@import "helpers/normalize";
// Base print styles
@import "helpers/print";
/*
* Mixin files
*/
// CSS3 - shadows, transform, gradients etc.
@import "mixins/css3";
// Grid - Luigi Grid system
@import "mixins/grid";
// Image - sprite and 2x mixins
@import "mixins/image";
// Layout - positions and columns
@import "mixins/layout";
// Modular - clearfix, secret-list etc
@import "mixins/modular";
// Pseudo - arrows, placeholder
@import "mixins/pseudo";
// Responsive
@import "mixins/responsive";
// Shapes
@import "mixins/shapes";
// Typography - rem, fonts
@import "mixins/typography";
/*
* Predefind Styles
*/
// Applies box sizing globally
@import "predefined/box-sizing";
// Sticky footer from http://mystrd.at/modern-clean-css-sticky-footer/
@import "predefined/sticky-footer";