materialize-sass 0.98.2 → 0.99.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/.gitignore +1 -0
  3. data/README.md +10 -1
  4. data/Rakefile +21 -3
  5. data/app/assets/fonts/roboto/Roboto-Bold.woff +0 -0
  6. data/app/assets/fonts/roboto/Roboto-Bold.woff2 +0 -0
  7. data/app/assets/fonts/roboto/Roboto-Light.woff +0 -0
  8. data/app/assets/fonts/roboto/Roboto-Light.woff2 +0 -0
  9. data/app/assets/fonts/roboto/Roboto-Medium.woff +0 -0
  10. data/app/assets/fonts/roboto/Roboto-Medium.woff2 +0 -0
  11. data/app/assets/fonts/roboto/Roboto-Regular.woff +0 -0
  12. data/app/assets/fonts/roboto/Roboto-Regular.woff2 +0 -0
  13. data/app/assets/fonts/roboto/Roboto-Thin.woff +0 -0
  14. data/app/assets/fonts/roboto/Roboto-Thin.woff2 +0 -0
  15. data/app/assets/javascripts/materialize-sprockets.js +2 -1
  16. data/app/assets/javascripts/materialize.js +9045 -5
  17. data/app/assets/javascripts/materialize/buttons.js +1 -1
  18. data/app/assets/javascripts/materialize/cards.js +13 -3
  19. data/app/assets/javascripts/materialize/carousel.js +33 -12
  20. data/app/assets/javascripts/materialize/character_counter.js +1 -1
  21. data/app/assets/javascripts/materialize/chips.js +8 -5
  22. data/app/assets/javascripts/materialize/collapsible.js +1 -1
  23. data/app/assets/javascripts/materialize/date_picker/picker.date.js +137 -136
  24. data/app/assets/javascripts/materialize/date_picker/picker.js +0 -1
  25. data/app/assets/javascripts/materialize/date_picker/picker.time.js +686 -0
  26. data/app/assets/javascripts/materialize/dropdown.js +17 -10
  27. data/app/assets/javascripts/materialize/extras/nouislider.js +1 -1
  28. data/app/assets/javascripts/materialize/extras/nouislider.min.js +1 -1
  29. data/app/assets/javascripts/materialize/forms.js +18 -12
  30. data/app/assets/javascripts/materialize/init.js +1 -0
  31. data/app/assets/javascripts/materialize/jquery.easing.1.4.js +166 -0
  32. data/app/assets/javascripts/materialize/materialbox.js +26 -17
  33. data/app/assets/javascripts/materialize/modal.js +2 -1
  34. data/app/assets/javascripts/materialize/scrollspy.js +11 -6
  35. data/app/assets/javascripts/materialize/sideNav.js +43 -13
  36. data/app/assets/javascripts/materialize/slider.js +3 -3
  37. data/app/assets/javascripts/materialize/tabs.js +10 -3
  38. data/app/assets/javascripts/materialize/tooltip.js +1 -1
  39. data/app/assets/javascripts/materialize/transitions.js +3 -3
  40. data/app/assets/javascripts/materialize/waves.js +1 -1
  41. data/app/assets/stylesheets/materialize.scss +0 -1
  42. data/app/assets/stylesheets/materialize/components/_buttons.scss +3 -8
  43. data/app/assets/stylesheets/materialize/components/_collapsible.scss +1 -0
  44. data/app/assets/stylesheets/materialize/components/_color.scss +1 -1
  45. data/app/assets/stylesheets/materialize/components/_global.scss +20 -20
  46. data/app/assets/stylesheets/materialize/components/_modal.scss +2 -2
  47. data/app/assets/stylesheets/materialize/components/_sideNav.scss +2 -0
  48. data/app/assets/stylesheets/materialize/components/_variables.scss +13 -4
  49. data/app/assets/stylesheets/materialize/components/date_picker/_default.date.scss +48 -27
  50. data/app/assets/stylesheets/materialize/components/date_picker/_default.scss +10 -0
  51. data/app/assets/stylesheets/materialize/components/date_picker/_default.time.scss +155 -13
  52. data/app/assets/stylesheets/materialize/components/forms/_input-fields.scss +12 -11
  53. data/app/assets/stylesheets/materialize/components/forms/_switches.scss +30 -17
  54. data/app/assets/stylesheets/materialize/extras/nouislider.css +1 -1
  55. data/lib/materialize-sass/version.rb +1 -1
  56. metadata +4 -14
  57. data/app/assets/fonts/roboto/Roboto-Bold.eot +0 -0
  58. data/app/assets/fonts/roboto/Roboto-Bold.ttf +0 -0
  59. data/app/assets/fonts/roboto/Roboto-Light.eot +0 -0
  60. data/app/assets/fonts/roboto/Roboto-Light.ttf +0 -0
  61. data/app/assets/fonts/roboto/Roboto-Medium.eot +0 -0
  62. data/app/assets/fonts/roboto/Roboto-Medium.ttf +0 -0
  63. data/app/assets/fonts/roboto/Roboto-Regular.eot +0 -0
  64. data/app/assets/fonts/roboto/Roboto-Regular.ttf +0 -0
  65. data/app/assets/fonts/roboto/Roboto-Thin.eot +0 -0
  66. data/app/assets/fonts/roboto/Roboto-Thin.ttf +0 -0
  67. data/app/assets/javascripts/materialize/jquery.easing.1.3.js +0 -205
  68. data/app/assets/stylesheets/materialize/components/_prefixer.scss +0 -384
@@ -1,205 +0,0 @@
1
- /*
2
- * jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
3
- *
4
- * Uses the built in easing capabilities added In jQuery 1.1
5
- * to offer multiple easing options
6
- *
7
- * TERMS OF USE - jQuery Easing
8
- *
9
- * Open source under the BSD License.
10
- *
11
- * Copyright © 2008 George McGinley Smith
12
- * All rights reserved.
13
- *
14
- * Redistribution and use in source and binary forms, with or without modification,
15
- * are permitted provided that the following conditions are met:
16
- *
17
- * Redistributions of source code must retain the above copyright notice, this list of
18
- * conditions and the following disclaimer.
19
- * Redistributions in binary form must reproduce the above copyright notice, this list
20
- * of conditions and the following disclaimer in the documentation and/or other materials
21
- * provided with the distribution.
22
- *
23
- * Neither the name of the author nor the names of contributors may be used to endorse
24
- * or promote products derived from this software without specific prior written permission.
25
- *
26
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
27
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
28
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
29
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
30
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
31
- * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
32
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
33
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
34
- * OF THE POSSIBILITY OF SUCH DAMAGE.
35
- *
36
- */
37
-
38
- // t: current time, b: begInnIng value, c: change In value, d: duration
39
- jQuery.easing['jswing'] = jQuery.easing['swing'];
40
-
41
- jQuery.extend( jQuery.easing,
42
- {
43
- def: 'easeOutQuad',
44
- swing: function (x, t, b, c, d) {
45
- //alert(jQuery.easing.default);
46
- return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
47
- },
48
- easeInQuad: function (x, t, b, c, d) {
49
- return c*(t/=d)*t + b;
50
- },
51
- easeOutQuad: function (x, t, b, c, d) {
52
- return -c *(t/=d)*(t-2) + b;
53
- },
54
- easeInOutQuad: function (x, t, b, c, d) {
55
- if ((t/=d/2) < 1) return c/2*t*t + b;
56
- return -c/2 * ((--t)*(t-2) - 1) + b;
57
- },
58
- easeInCubic: function (x, t, b, c, d) {
59
- return c*(t/=d)*t*t + b;
60
- },
61
- easeOutCubic: function (x, t, b, c, d) {
62
- return c*((t=t/d-1)*t*t + 1) + b;
63
- },
64
- easeInOutCubic: function (x, t, b, c, d) {
65
- if ((t/=d/2) < 1) return c/2*t*t*t + b;
66
- return c/2*((t-=2)*t*t + 2) + b;
67
- },
68
- easeInQuart: function (x, t, b, c, d) {
69
- return c*(t/=d)*t*t*t + b;
70
- },
71
- easeOutQuart: function (x, t, b, c, d) {
72
- return -c * ((t=t/d-1)*t*t*t - 1) + b;
73
- },
74
- easeInOutQuart: function (x, t, b, c, d) {
75
- if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
76
- return -c/2 * ((t-=2)*t*t*t - 2) + b;
77
- },
78
- easeInQuint: function (x, t, b, c, d) {
79
- return c*(t/=d)*t*t*t*t + b;
80
- },
81
- easeOutQuint: function (x, t, b, c, d) {
82
- return c*((t=t/d-1)*t*t*t*t + 1) + b;
83
- },
84
- easeInOutQuint: function (x, t, b, c, d) {
85
- if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
86
- return c/2*((t-=2)*t*t*t*t + 2) + b;
87
- },
88
- easeInSine: function (x, t, b, c, d) {
89
- return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
90
- },
91
- easeOutSine: function (x, t, b, c, d) {
92
- return c * Math.sin(t/d * (Math.PI/2)) + b;
93
- },
94
- easeInOutSine: function (x, t, b, c, d) {
95
- return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
96
- },
97
- easeInExpo: function (x, t, b, c, d) {
98
- return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
99
- },
100
- easeOutExpo: function (x, t, b, c, d) {
101
- return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
102
- },
103
- easeInOutExpo: function (x, t, b, c, d) {
104
- if (t==0) return b;
105
- if (t==d) return b+c;
106
- if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
107
- return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
108
- },
109
- easeInCirc: function (x, t, b, c, d) {
110
- return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
111
- },
112
- easeOutCirc: function (x, t, b, c, d) {
113
- return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
114
- },
115
- easeInOutCirc: function (x, t, b, c, d) {
116
- if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
117
- return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
118
- },
119
- easeInElastic: function (x, t, b, c, d) {
120
- var s=1.70158;var p=0;var a=c;
121
- if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
122
- if (a < Math.abs(c)) { a=c; var s=p/4; }
123
- else var s = p/(2*Math.PI) * Math.asin (c/a);
124
- return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
125
- },
126
- easeOutElastic: function (x, t, b, c, d) {
127
- var s=1.70158;var p=0;var a=c;
128
- if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
129
- if (a < Math.abs(c)) { a=c; var s=p/4; }
130
- else var s = p/(2*Math.PI) * Math.asin (c/a);
131
- return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
132
- },
133
- easeInOutElastic: function (x, t, b, c, d) {
134
- var s=1.70158;var p=0;var a=c;
135
- if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5);
136
- if (a < Math.abs(c)) { a=c; var s=p/4; }
137
- else var s = p/(2*Math.PI) * Math.asin (c/a);
138
- if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
139
- return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
140
- },
141
- easeInBack: function (x, t, b, c, d, s) {
142
- if (s == undefined) s = 1.70158;
143
- return c*(t/=d)*t*((s+1)*t - s) + b;
144
- },
145
- easeOutBack: function (x, t, b, c, d, s) {
146
- if (s == undefined) s = 1.70158;
147
- return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
148
- },
149
- easeInOutBack: function (x, t, b, c, d, s) {
150
- if (s == undefined) s = 1.70158;
151
- if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
152
- return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
153
- },
154
- easeInBounce: function (x, t, b, c, d) {
155
- return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
156
- },
157
- easeOutBounce: function (x, t, b, c, d) {
158
- if ((t/=d) < (1/2.75)) {
159
- return c*(7.5625*t*t) + b;
160
- } else if (t < (2/2.75)) {
161
- return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
162
- } else if (t < (2.5/2.75)) {
163
- return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
164
- } else {
165
- return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
166
- }
167
- },
168
- easeInOutBounce: function (x, t, b, c, d) {
169
- if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
170
- return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
171
- }
172
- });
173
-
174
- /*
175
- *
176
- * TERMS OF USE - EASING EQUATIONS
177
- *
178
- * Open source under the BSD License.
179
- *
180
- * Copyright © 2001 Robert Penner
181
- * All rights reserved.
182
- *
183
- * Redistribution and use in source and binary forms, with or without modification,
184
- * are permitted provided that the following conditions are met:
185
- *
186
- * Redistributions of source code must retain the above copyright notice, this list of
187
- * conditions and the following disclaimer.
188
- * Redistributions in binary form must reproduce the above copyright notice, this list
189
- * of conditions and the following disclaimer in the documentation and/or other materials
190
- * provided with the distribution.
191
- *
192
- * Neither the name of the author nor the names of contributors may be used to endorse
193
- * or promote products derived from this software without specific prior written permission.
194
- *
195
- * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
196
- * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
197
- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
198
- * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
199
- * EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
200
- * GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
201
- * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
202
- * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
203
- * OF THE POSSIBILITY OF SUCH DAMAGE.
204
- *
205
- */
@@ -1,384 +0,0 @@
1
- //---------------------------------------------------
2
- // Sass Prefixer
3
- // -------------------------------------------------
4
- // TABLE OF CONTENTS
5
- // (*) denotes a syntax-sugar helper
6
- // -------------------------------------------------
7
- //
8
- // animation($args)
9
- // animation-delay($delay)
10
- // animation-direction($direction)
11
- // animation-duration($duration)
12
- // animation-fill-mode($mode)
13
- // animation-iteration-count($count)
14
- // animation-name($name)
15
- // animation-play-state($state)
16
- // animation-timing-function($function)
17
- // background-size($args)
18
- // inner-shadow($args) *
19
- // box-sizing($args)
20
- // border-box() *
21
- // content-box() *
22
- // columns($args)
23
- // column-count($count)
24
- // column-gap($gap)
25
- // column-rule($args)
26
- // column-width($width)
27
- // flexbox()
28
- // flex($args)
29
- // order($args)
30
- // align($args)
31
- // justify-content($args)
32
- // gradient($default,$start,$stop) *
33
- // linear-gradient-top($default,$color1,$stop1,$color2,$stop2,[$color3,$stop3,$color4,$stop4])*
34
- // linear-gradient-left($default,$color1,$stop1,$color2,$stop2,[$color3,$stop3,$color4,$stop4])*
35
- // perspective($pixels)
36
- // transform($args)
37
- // transform-origin($args)
38
- // transform-style($style)
39
- // rotate($deg)
40
- // scale($factor)
41
- // translate($x,$y)
42
- // translate3d($x,$y,$z)
43
- // translateHardware($x,$y) *
44
- // text-shadow($args)
45
- // transition($args)
46
- // transition-delay($delay)
47
- // transition-duration($duration)
48
- // transition-property($property)
49
- // transition-timing-function($function)
50
-
51
-
52
- // Animation
53
-
54
- // @mixin animation($args) {
55
- // -webkit-animation: $args;
56
- // -moz-animation: $args;
57
- // -ms-animation: $args;
58
- // -o-animation: $args;
59
- // animation: $args;
60
- // }
61
- // @mixin animation-delay($delay) {
62
- // -webkit-animation-delay: $delay;
63
- // -moz-animation-delay: $delay;
64
- // -ms-animation-delay: $delay;
65
- // -o-animation-delay: $delay;
66
- // animation-delay: $delay;
67
- // }
68
- // @mixin animation-direction($direction) {
69
- // -webkit-animation-direction: $direction;
70
- // -moz-animation-direction: $direction;
71
- // -ms-animation-direction: $direction;
72
- // -o-animation-direction: $direction;
73
- // }
74
- // @mixin animation-duration($duration) {
75
- // -webkit-animation-duration: $duration;
76
- // -moz-animation-duration: $duration;
77
- // -ms-animation-duration: $duration;
78
- // -o-animation-duration: $duration;
79
- // }
80
- // @mixin animation-fill-mode($mode) {
81
- // -webkit-animation-fill-mode: $mode;
82
- // -moz-animation-fill-mode: $mode;
83
- // -ms-animation-fill-mode: $mode;
84
- // -o-animation-fill-mode: $mode;
85
- // animation-fill-mode: $mode;
86
- // }
87
- // @mixin animation-iteration-count($count) {
88
- // -webkit-animation-iteration-count: $count;
89
- // -moz-animation-iteration-count: $count;
90
- // -ms-animation-iteration-count: $count;
91
- // -o-animation-iteration-count: $count;
92
- // animation-iteration-count: $count;
93
- // }
94
- // @mixin animation-name($name) {
95
- // -webkit-animation-name: $name;
96
- // -moz-animation-name: $name;
97
- // -ms-animation-name: $name;
98
- // -o-animation-name: $name;
99
- // animation-name: $name;
100
- // }
101
- // @mixin animation-play-state($state) {
102
- // -webkit-animation-play-state: $state;
103
- // -moz-animation-play-state: $state;
104
- // -ms-animation-play-state: $state;
105
- // -o-animation-play-state: $state;
106
- // animation-play-state: $state;
107
- // }
108
- // @mixin animation-timing-function($function) {
109
- // -webkit-animation-timing-function: $function;
110
- // -moz-animation-timing-function: $function;
111
- // -ms-animation-timing-function: $function;
112
- // -o-animation-timing-function: $function;
113
- // animation-timing-function: $function;
114
- // }
115
-
116
- // Keyframes
117
- // @mixin keyframes($animation-name) {
118
- // @-webkit-keyframes #{$animation-name} {
119
- // @content;
120
- // }
121
- // @-moz-keyframes #{$animation-name} {
122
- // @content;
123
- // }
124
- // @keyframes #{$animation-name} {
125
- // @content;
126
- // }
127
- // }
128
-
129
- // Backface-visibility
130
-
131
- // @mixin backface-visibility($args) {
132
- // -webkit-backface-visibility: $args;
133
- // -moz-backface-visibility: $args;
134
- // -ms-backface-visibility: $args;
135
- // backface-visibility: $args;
136
- // }
137
-
138
-
139
- // Background Size
140
-
141
- // @mixin background-size($args) {
142
- // -webkit-background-size: $args;
143
- // background-size: $args;
144
- // }
145
-
146
- // Box Sizing
147
-
148
- // @mixin box-sizing($args) {
149
- // -webkit-box-sizing: $args;
150
- // -moz-box-sizing: $args;
151
- // box-sizing: $args;
152
- // }
153
- // @mixin border-box(){
154
- // @include box-sizing(border-box);
155
- // }
156
- // @mixin content-box(){
157
- // @include box-sizing(content-box);
158
- // }
159
-
160
-
161
- // Columns
162
-
163
- // @mixin columns($args) {
164
- // -webkit-columns: $args;
165
- // -moz-columns: $args;
166
- // columns: $args;
167
- // }
168
- // @mixin column-count($count) {
169
- // -webkit-column-count: $count;
170
- // -moz-column-count: $count;
171
- // column-count: $count;
172
- // }
173
- // @mixin column-gap($gap) {
174
- // -webkit-column-gap: $gap;
175
- // -moz-column-gap: $gap;
176
- // column-gap: $gap;
177
- // }
178
- // @mixin column-width($width) {
179
- // -webkit-column-width: $width;
180
- // -moz-column-width: $width;
181
- // column-width: $width;
182
- // }
183
- // @mixin column-rule($args) {
184
- // -webkit-column-rule: $args;
185
- // -moz-column-rule: $args;
186
- // column-rule: $args;
187
- // }
188
-
189
- // Filter
190
- // @mixin filter($args) {
191
- // -webkit-filter: $args;
192
- // -moz-filter: $args;
193
- // -o-filter: $args;
194
- // -ms-filter: $args;
195
- // }
196
-
197
- // Flexbox
198
- // @mixin flexbox() {
199
- // display: -webkit-box;
200
- // display: -moz-box;
201
- // display: -ms-flexbox;
202
- // display: -webkit-flex;
203
- // display: flex;
204
- // }
205
- // @mixin flex($values) {
206
- // -webkit-box-flex: $values;
207
- // -moz-box-flex: $values;
208
- // -webkit-flex: $values;
209
- // -ms-flex: $values;
210
- // flex: $values;
211
- // }
212
- // @mixin order($val) {
213
- // -webkit-box-ordinal-group: $val;
214
- // -moz-box-ordinal-group: $val;
215
- // -ms-flex-order: $val;
216
- // -webkit-order: $val;
217
- // order: $val;
218
- // }
219
- // @mixin align($align) {
220
- // -webkit-flex-align: $align;
221
- // -ms-flex-align: $align;
222
- // -webkit-align-items: $align;
223
- // align-items: $align;
224
- // }
225
- // @mixin justify-content($val) {
226
- // -webkit-justify-content: $val;
227
- // justify-content: $val;
228
- // }
229
- // Gradients
230
-
231
- // @mixin gradient($default: #F5F5F5, $start: #EEE, $stop: #FFF) {
232
- // @include linear-gradient-top($default,$start,0%,$stop,100%);
233
- // }
234
- // @mixin linear-gradient-top($default,$color1,$stop1,$color2,$stop2) {
235
- // background-color: $default;
236
- // background-image: -webkit-gradient(linear, left top, left bottom, color-stop($stop1, $color1), color-stop($stop2 $color2));
237
- // background-image: -webkit-linear-gradient(top, $color1 $stop1, $color2 $stop2);
238
- // background-image: -moz-linear-gradient(top, $color1 $stop1, $color2 $stop2);
239
- // background-image: -ms-linear-gradient(top, $color1 $stop1, $color2 $stop2);
240
- // background-image: -o-linear-gradient(top, $color1 $stop1, $color2 $stop2);
241
- // background-image: linear-gradient(top, $color1 $stop1, $color2 $stop2);
242
- // }
243
- // @mixin linear-gradient-top2($default,$color1,$stop1,$color2,$stop2,$color3,$stop3) {
244
- // background-color: $default;
245
- // background-image: -webkit-gradient(linear, left top, left bottom, color-stop($stop1, $color1), color-stop($stop2 $color2), color-stop($stop3 $color3));
246
- // background-image: -webkit-linear-gradient(top, $color1 $stop1, $color2 $stop2, $color3 $stop3);
247
- // background-image: -moz-linear-gradient(top, $color1 $stop1, $color2 $stop2, $color3 $stop3);
248
- // background-image: -ms-linear-gradient(top, $color1 $stop1, $color2 $stop2, $color3 $stop3);
249
- // background-image: -o-linear-gradient(top, $color1 $stop1, $color2 $stop2, $color3 $stop3);
250
- // background-image: linear-gradient(top, $color1 $stop1, $color2 $stop2, $color3 $stop3);
251
- // }
252
- // @mixin linear-gradient-top3($default,$color1,$stop1,$color2,$stop2,$color3,$stop3,$color4,$stop4) {
253
- // background-color: $default;
254
- // background-image: -webkit-gradient(linear, left top, left bottom, color-stop($stop1, $color1), color-stop($stop2 $color2), color-stop($stop3 $color3), color-stop($stop4 $color4));
255
- // background-image: -webkit-linear-gradient(top, $color1 $stop1, $color2 $stop2, $color3 $stop3, $color4 $stop4);
256
- // background-image: -moz-linear-gradient(top, $color1 $stop1, $color2 $stop2, $color3 $stop3, $color4 $stop4);
257
- // background-image: -ms-linear-gradient(top, $color1 $stop1, $color2 $stop2, $color3 $stop3, $color4 $stop4);
258
- // background-image: -o-linear-gradient(top, $color1 $stop1, $color2 $stop2, $color3 $stop3, $color4 $stop4);
259
- // background-image: linear-gradient(top, $color1 $stop1, $color2 $stop2, $color3 $stop3, $color4 $stop4);
260
- // }
261
- // @mixin linear-gradient-left($default,$color1,$stop1,$color2,$stop2) {
262
- // background-color: $default;
263
- // background-image: -webkit-gradient(linear, left top, left top, color-stop($stop1, $color1), color-stop($stop2 $color2));
264
- // background-image: -webkit-linear-gradient(left, $color1 $stop1, $color2 $stop2);
265
- // background-image: -moz-linear-gradient(left, $color1 $stop1, $color2 $stop2);
266
- // background-image: -ms-linear-gradient(left, $color1 $stop1, $color2 $stop2);
267
- // background-image: -o-linear-gradient(left, $color1 $stop1, $color2 $stop2);
268
- // background-image: linear-gradient(left, $color1 $stop1, $color2 $stop2);
269
- // }
270
- // @mixin linear-gradient-left2($default,$color1,$stop1,$color2,$stop2,$color3,$stop3) {
271
- // background-color: $default;
272
- // background-image: -webkit-gradient(linear, left top, left top, color-stop($stop1, $color1), color-stop($stop2 $color2), color-stop($stop3 $color3));
273
- // background-image: -webkit-linear-gradient(left, $color1 $stop1, $color2 $stop2, $color3 $stop3);
274
- // background-image: -moz-linear-gradient(left, $color1 $stop1, $color2 $stop2, $color3 $stop3);
275
- // background-image: -ms-linear-gradient(left, $color1 $stop1, $color2 $stop2, $color3 $stop3);
276
- // background-image: -o-linear-gradient(left, $color1 $stop1, $color2 $stop2, $color3 $stop3);
277
- // background-image: linear-gradient(left, $color1 $stop1, $color2 $stop2, $color3 $stop3);
278
- // }
279
- // @mixin linear-gradient-left3($default,$color1,$stop1,$color2,$stop2,$color3,$stop3,$color4,$stop4) {
280
- // background-color: $default;
281
- // background-image: -webkit-gradient(linear, left top, left top, color-stop($stop1, $color1), color-stop($stop2 $color2), color-stop($stop3 $color3), color-stop($stop4 $color4));
282
- // background-image: -webkit-linear-gradient(left, $color1 $stop1, $color2 $stop2, $color3 $stop3, $color4 $stop4);
283
- // background-image: -moz-linear-gradient(left, $color1 $stop1, $color2 $stop2, $color3 $stop3, $color4 $stop4);
284
- // background-image: -ms-linear-gradient(left, $color1 $stop1, $color2 $stop2, $color3 $stop3, $color4 $stop4);
285
- // background-image: -o-linear-gradient(left, $color1 $stop1, $color2 $stop2, $color3 $stop3, $color4 $stop4);
286
- // background-image: linear-gradient(left, $color1 $stop1, $color2 $stop2, $color3 $stop3, $color4 $stop4);
287
- // }
288
-
289
- // Perspective
290
- @mixin perspective($pixels) {
291
- perspective: $pixels;
292
- -webkit-perspective: $pixels;
293
- }
294
-
295
-
296
- // Text Shadow
297
-
298
- // @mixin text-shadow($args) {
299
- // text-shadow: $args;
300
- // }
301
-
302
-
303
- // Transforms
304
-
305
- // @mixin transform($args) {
306
- // -webkit-transform: $args;
307
- // -moz-transform: $args;
308
- // -ms-transform: $args;
309
- // -o-transform: $args;
310
- // transform: $args;
311
- // }
312
- // @mixin transform-origin($args) {
313
- // -webkit-transform-origin: $args;
314
- // -moz-transform-origin: $args;
315
- // -ms-transform-origin: $args;
316
- // -o-transform-origin: $args;
317
- // transform-origin: $args;
318
- // }
319
- // @mixin transform-style($style) {
320
- // -webkit-transform-style: $style;
321
- // -moz-transform-style: $style;
322
- // -ms-transform-style: $style;
323
- // -o-transform-style: $style;
324
- // transform-style: $style;
325
- // }
326
- // @mixin rotate($deg:45deg){
327
- // @include transform(rotate($deg));
328
- // }
329
- // @mixin scale($factor:.5){
330
- // @include transform(scale($factor));
331
- // }
332
- // @mixin translate($x,$y){
333
- // @include transform(translate($x,$y));
334
- // }
335
- // @mixin translate3d($x,$y,$z) {
336
- // @include transform(translate3d($x,$y,$z));
337
- // }
338
- // @mixin translateHardware($x,$y) {
339
- // @include translate($x,$y);
340
- // -webkit-transform: translate3d($x,$y,0);
341
- // -moz-transform: translate3d($x,$y,0);
342
- // -o-transform: translate3d($x,$y,0);
343
- // -ms-transform: translate3d($x,$y,0);
344
- // transform: translate3d($x,$y,0);
345
- // }
346
-
347
-
348
- // Transitions
349
-
350
- // @mixin transition($args:200ms) {
351
- // -webkit-transition: $args;
352
- // -moz-transition: $args;
353
- // -o-transition: $args;
354
- // -ms-transition: $args;
355
- // transition: $args;
356
- // }
357
- // @mixin transition-delay($delay:0) {
358
- // -webkit-transition-delay: $delay;
359
- // -moz-transition-delay: $delay;
360
- // -o-transition-delay: $delay;
361
- // -ms-transition-delay: $delay;
362
- // transition-delay: $delay;
363
- // }
364
- // @mixin transition-duration($duration:200ms) {
365
- // -webkit-transition-duration: $duration;
366
- // -moz-transition-duration: $duration;
367
- // -o-transition-duration: $duration;
368
- // -ms-transition-duration: $duration;
369
- // transition-duration: $duration;
370
- // }
371
- // @mixin transition-property($property:all) {
372
- // -webkit-transition-property: $property;
373
- // -moz-transition-property: $property;
374
- // -o-transition-property: $property;
375
- // -ms-transition-property: $property;
376
- // transition-property: $property;
377
- // }
378
- // @mixin transition-timing-function($function:ease) {
379
- // -webkit-transition-timing-function: $function;
380
- // -moz-transition-timing-function: $function;
381
- // -o-transition-timing-function: $function;
382
- // -ms-transition-timing-function: $function;
383
- // transition-timing-function: $function;
384
- // }