materialize-sass 0.95.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +14 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +50 -0
  6. data/Rakefile +1 -0
  7. data/app/assets/fonts/material-design-icons/LICENSE.txt +428 -0
  8. data/app/assets/fonts/material-design-icons/Material-Design-Icons.eot +0 -0
  9. data/app/assets/fonts/material-design-icons/Material-Design-Icons.svg +751 -0
  10. data/app/assets/fonts/material-design-icons/Material-Design-Icons.ttf +0 -0
  11. data/app/assets/fonts/material-design-icons/Material-Design-Icons.woff +0 -0
  12. data/app/assets/fonts/roboto/Roboto-Bold.ttf +0 -0
  13. data/app/assets/fonts/roboto/Roboto-Light.ttf +0 -0
  14. data/app/assets/fonts/roboto/Roboto-Medium.ttf +0 -0
  15. data/app/assets/fonts/roboto/Roboto-Regular.ttf +0 -0
  16. data/app/assets/fonts/roboto/Roboto-Thin.ttf +0 -0
  17. data/app/assets/javascripts/materialize-sprokets.js +21 -0
  18. data/app/assets/javascripts/materialize.js +5327 -0
  19. data/app/assets/javascripts/materialize/cards.js +19 -0
  20. data/app/assets/javascripts/materialize/collapsible.js +87 -0
  21. data/app/assets/javascripts/materialize/date_picker/picker.date.js +1427 -0
  22. data/app/assets/javascripts/materialize/date_picker/picker.js +1123 -0
  23. data/app/assets/javascripts/materialize/dropdown.js +168 -0
  24. data/app/assets/javascripts/materialize/forms.js +245 -0
  25. data/app/assets/javascripts/materialize/hammer.min.js +1 -0
  26. data/app/assets/javascripts/materialize/init.js +152 -0
  27. data/app/assets/javascripts/materialize/jquery.easing.1.3.js +205 -0
  28. data/app/assets/javascripts/materialize/jquery.hammer.js +33 -0
  29. data/app/assets/javascripts/materialize/jquery.timeago.min.js +1 -0
  30. data/app/assets/javascripts/materialize/leanModal.js +96 -0
  31. data/app/assets/javascripts/materialize/materialbox.js +237 -0
  32. data/app/assets/javascripts/materialize/parallax.js +50 -0
  33. data/app/assets/javascripts/materialize/prism.js +8 -0
  34. data/app/assets/javascripts/materialize/pushpin.js +87 -0
  35. data/app/assets/javascripts/materialize/scrollspy.js +287 -0
  36. data/app/assets/javascripts/materialize/sideNav.js +278 -0
  37. data/app/assets/javascripts/materialize/slider.js +257 -0
  38. data/app/assets/javascripts/materialize/tabs.js +130 -0
  39. data/app/assets/javascripts/materialize/toasts.js +100 -0
  40. data/app/assets/javascripts/materialize/tooltip.js +167 -0
  41. data/app/assets/javascripts/materialize/velocity.min.js +4 -0
  42. data/app/assets/javascripts/materialize/waves.js +335 -0
  43. data/app/assets/stylesheets/components/_buttons.scss +111 -0
  44. data/app/assets/stylesheets/components/_cards.scss +121 -0
  45. data/app/assets/stylesheets/components/_collapsible.scss +78 -0
  46. data/app/assets/stylesheets/components/_color.scss +411 -0
  47. data/app/assets/stylesheets/components/_dropdown.scss +31 -0
  48. data/app/assets/stylesheets/components/_form.scss +641 -0
  49. data/app/assets/stylesheets/components/_global.scss +582 -0
  50. data/app/assets/stylesheets/components/_grid.scss +119 -0
  51. data/app/assets/stylesheets/components/_icons-material-design.scss +2247 -0
  52. data/app/assets/stylesheets/components/_materialbox.scss +42 -0
  53. data/app/assets/stylesheets/components/_mixins.scss +5 -0
  54. data/app/assets/stylesheets/components/_modal.scss +50 -0
  55. data/app/assets/stylesheets/components/_navbar.scss +129 -0
  56. data/app/assets/stylesheets/components/_normalize.scss +427 -0
  57. data/app/assets/stylesheets/components/_prefixer.scss +417 -0
  58. data/app/assets/stylesheets/components/_preloader.scss +320 -0
  59. data/app/assets/stylesheets/components/_roboto.scss +28 -0
  60. data/app/assets/stylesheets/components/_sideNav.scss +143 -0
  61. data/app/assets/stylesheets/components/_slider.scss +87 -0
  62. data/app/assets/stylesheets/components/_table_of_contents.scss +33 -0
  63. data/app/assets/stylesheets/components/_tabs.scss +43 -0
  64. data/app/assets/stylesheets/components/_toast.scss +64 -0
  65. data/app/assets/stylesheets/components/_tooltip.scss +34 -0
  66. data/app/assets/stylesheets/components/_typography.scss +55 -0
  67. data/app/assets/stylesheets/components/_variables.scss +128 -0
  68. data/app/assets/stylesheets/components/_waves.scss +167 -0
  69. data/app/assets/stylesheets/components/date_picker/_default.date.scss +431 -0
  70. data/app/assets/stylesheets/components/date_picker/_default.scss +201 -0
  71. data/app/assets/stylesheets/components/date_picker/_default.time.scss +125 -0
  72. data/app/assets/stylesheets/materialize.scss +38 -0
  73. data/lib/materialize-sass.rb +8 -0
  74. data/lib/materialize-sass/version.rb +6 -0
  75. data/materialize-sass.gemspec +23 -0
  76. metadata +146 -0
@@ -0,0 +1,201 @@
1
+ /* ==========================================================================
2
+ $BASE-PICKER
3
+ ========================================================================== */
4
+ /**
5
+ * Note: the root picker element should *NOT* be styled more than what's here.
6
+ */
7
+ .picker {
8
+ font-size: 16px;
9
+ text-align: left;
10
+ line-height: 1.2;
11
+ color: #000000;
12
+ position: absolute;
13
+ z-index: 10000;
14
+ -webkit-user-select: none;
15
+ -moz-user-select: none;
16
+ -ms-user-select: none;
17
+ user-select: none;
18
+ }
19
+ /**
20
+ * The picker input element.
21
+ */
22
+ .picker__input {
23
+ cursor: default;
24
+ }
25
+ /**
26
+ * When the picker is opened, the input element is "activated".
27
+ */
28
+ .picker__input.picker__input--active {
29
+ border-color: #0089ec;
30
+ }
31
+ /**
32
+ * The holder is the only "scrollable" top-level container element.
33
+ */
34
+ .picker__holder {
35
+ width: 100%;
36
+ overflow-y: auto;
37
+ -webkit-overflow-scrolling: touch;
38
+ }
39
+
40
+ /*!
41
+ * Default mobile-first, responsive styling for pickadate.js
42
+ * Demo: http://amsul.github.io/pickadate.js
43
+ */
44
+ /**
45
+ * Note: the root picker element should *NOT* be styled more than what's here.
46
+ */
47
+ /**
48
+ * Make the holder and frame fullscreen.
49
+ */
50
+ .picker__holder,
51
+ .picker__frame {
52
+ bottom: 0;
53
+ left: 0;
54
+ right: 0;
55
+ top: 100%;
56
+ }
57
+ /**
58
+ * The holder should overlay the entire screen.
59
+ */
60
+ .picker__holder {
61
+ position: fixed;
62
+ -webkit-transition: background 0.15s ease-out, top 0s 0.15s;
63
+ -moz-transition: background 0.15s ease-out, top 0s 0.15s;
64
+ transition: background 0.15s ease-out, top 0s 0.15s;
65
+ -webkit-backface-visibility: hidden;
66
+ }
67
+ /**
68
+ * The frame that bounds the box contents of the picker.
69
+ */
70
+ .picker__frame {
71
+ position: absolute;
72
+ margin: 0 auto;
73
+ min-width: 256px;
74
+
75
+ // picker width
76
+ max-width: 300px;
77
+ max-height: 350px;
78
+
79
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
80
+ filter: alpha(opacity=0);
81
+ -moz-opacity: 0;
82
+ opacity: 0;
83
+ -webkit-transition: all 0.15s ease-out;
84
+ -moz-transition: all 0.15s ease-out;
85
+ transition: all 0.15s ease-out;
86
+ }
87
+ @media (min-height: 28.875em) {
88
+ .picker__frame {
89
+ overflow: visible;
90
+ top: auto;
91
+ bottom: -100%;
92
+ max-height: 80%;
93
+ }
94
+ }
95
+ @media (min-height: 40.125em) {
96
+ .picker__frame {
97
+ margin-bottom: 7.5%;
98
+ }
99
+ }
100
+ /**
101
+ * The wrapper sets the stage to vertically align the box contents.
102
+ */
103
+ .picker__wrap {
104
+ display: table;
105
+ width: 100%;
106
+ height: 100%;
107
+ }
108
+ @media (min-height: 28.875em) {
109
+ .picker__wrap {
110
+ display: block;
111
+ }
112
+ }
113
+ /**
114
+ * The box contains all the picker contents.
115
+ */
116
+ .picker__box {
117
+ background: #ffffff;
118
+ display: table-cell;
119
+ vertical-align: middle;
120
+ }
121
+ //@media (min-height: 26.5em) {
122
+ // .picker__box {
123
+ //// font-size: 1.25em;
124
+ // }
125
+ //}
126
+ @media (min-height: 28.875em) {
127
+ .picker__box {
128
+ display: block;
129
+
130
+ // picker header font-size
131
+ // font-size: 1rem;
132
+
133
+ border: 1px solid #777777;
134
+ border-top-color: #898989;
135
+ border-bottom-width: 0;
136
+ -webkit-border-radius: 5px 5px 0 0;
137
+ -moz-border-radius: 5px 5px 0 0;
138
+ border-radius: 5px 5px 0 0;
139
+ -webkit-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
140
+ -moz-box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
141
+ box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
142
+ }
143
+ }
144
+ //@media (min-height: 40.125em) {
145
+ // .picker__box {
146
+ // font-size: 1.1rem;
147
+ // border-bottom-width: 1px;
148
+ // -webkit-border-radius: 5px;
149
+ // -moz-border-radius: 5px;
150
+ // border-radius: 5px;
151
+ // }
152
+ //}
153
+ /**
154
+ * When the picker opens...
155
+ */
156
+ .picker--opened .picker__holder {
157
+ top: 0;
158
+ background: transparent;
159
+ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
160
+ zoom: 1;
161
+ background: rgba(0, 0, 0, 0.32);
162
+ -webkit-transition: background 0.15s ease-out;
163
+ -moz-transition: background 0.15s ease-out;
164
+ transition: background 0.15s ease-out;
165
+ }
166
+ .picker--opened .picker__frame {
167
+ top: 0;
168
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
169
+ filter: alpha(opacity=100);
170
+ -moz-opacity: 1;
171
+ opacity: 1;
172
+ }
173
+ @media (min-height: 35.875em) {
174
+ .picker--opened .picker__frame {
175
+ top: 10%;
176
+ bottom: 20%auto;
177
+ }
178
+ }
179
+ /**
180
+ * For `large` screens, transform into an inline picker.
181
+ */
182
+
183
+ /* ==========================================================================
184
+ CUSTOM MATERIALIZE STYLES
185
+ ========================================================================== */
186
+
187
+ .picker__input.picker__input--active {
188
+ border-color: color("blue", "lighten-5");
189
+ }
190
+
191
+ .picker__frame {
192
+ margin: 0 auto;
193
+ max-width: 325px;
194
+ }
195
+
196
+ @media (min-height: 38.875em) {
197
+ .picker--opened .picker__frame {
198
+ top: 10%;
199
+ bottom: auto;
200
+ }
201
+ }
@@ -0,0 +1,125 @@
1
+ /* ==========================================================================
2
+ $BASE-TIME-PICKER
3
+ ========================================================================== */
4
+ /**
5
+ * The list of times.
6
+ */
7
+ .picker__list {
8
+ list-style: none;
9
+ padding: 0.75em 0 4.2em;
10
+ margin: 0;
11
+ }
12
+ /**
13
+ * The times on the clock.
14
+ */
15
+ .picker__list-item {
16
+ border-bottom: 1px solid #dddddd;
17
+ border-top: 1px solid #dddddd;
18
+ margin-bottom: -1px;
19
+ position: relative;
20
+ background: #ffffff;
21
+ padding: .75em 1.25em;
22
+ }
23
+ @media (min-height: 46.75em) {
24
+ .picker__list-item {
25
+ padding: .5em 1em;
26
+ }
27
+ }
28
+ /* Hovered time */
29
+ .picker__list-item:hover {
30
+ cursor: pointer;
31
+ color: #000000;
32
+ background: #b1dcfb;
33
+ border-color: #0089ec;
34
+ z-index: 10;
35
+ }
36
+ /* Highlighted and hovered/focused time */
37
+ .picker__list-item--highlighted {
38
+ border-color: #0089ec;
39
+ z-index: 10;
40
+ }
41
+ .picker__list-item--highlighted:hover,
42
+ .picker--focused .picker__list-item--highlighted {
43
+ cursor: pointer;
44
+ color: #000000;
45
+ background: #b1dcfb;
46
+ }
47
+ /* Selected and hovered/focused time */
48
+ .picker__list-item--selected,
49
+ .picker__list-item--selected:hover,
50
+ .picker--focused .picker__list-item--selected {
51
+ background: #0089ec;
52
+ color: #ffffff;
53
+ z-index: 10;
54
+ }
55
+ /* Disabled time */
56
+ .picker__list-item--disabled,
57
+ .picker__list-item--disabled:hover,
58
+ .picker--focused .picker__list-item--disabled {
59
+ background: #f5f5f5;
60
+ border-color: #f5f5f5;
61
+ color: #dddddd;
62
+ cursor: default;
63
+ border-color: #dddddd;
64
+ z-index: auto;
65
+ }
66
+ /**
67
+ * The clear button
68
+ */
69
+ .picker--time .picker__button--clear {
70
+ display: block;
71
+ width: 80%;
72
+ margin: 1em auto 0;
73
+ padding: 1em 1.25em;
74
+ background: none;
75
+ border: 0;
76
+ font-weight: 500;
77
+ font-size: .67em;
78
+ text-align: center;
79
+ text-transform: uppercase;
80
+ color: #666;
81
+ }
82
+ .picker--time .picker__button--clear:hover,
83
+ .picker--time .picker__button--clear:focus {
84
+ color: #000000;
85
+ background: #b1dcfb;
86
+ background: #ee2200;
87
+ border-color: #ee2200;
88
+ cursor: pointer;
89
+ color: #ffffff;
90
+ outline: none;
91
+ }
92
+ .picker--time .picker__button--clear:before {
93
+ top: -0.25em;
94
+ color: #666;
95
+ font-size: 1.25em;
96
+ font-weight: bold;
97
+ }
98
+ .picker--time .picker__button--clear:hover:before,
99
+ .picker--time .picker__button--clear:focus:before {
100
+ color: #ffffff;
101
+ }
102
+
103
+ /* ==========================================================================
104
+ $DEFAULT-TIME-PICKER
105
+ ========================================================================== */
106
+ /**
107
+ * The frame the bounds the time picker.
108
+ */
109
+ .picker--time .picker__frame {
110
+ min-width: 256px;
111
+ max-width: 320px;
112
+ }
113
+ /**
114
+ * The picker box.
115
+ */
116
+ .picker--time .picker__box {
117
+ font-size: 1em;
118
+ background: #f2f2f2;
119
+ padding: 0;
120
+ }
121
+ @media (min-height: 40.125em) {
122
+ .picker--time .picker__box {
123
+ margin-bottom: 5em;
124
+ }
125
+ }
@@ -0,0 +1,38 @@
1
+ @charset "UTF-8";
2
+
3
+ // Mixins
4
+ @import "components/prefixer";
5
+ @import "components/mixins";
6
+ @import "components/color";
7
+
8
+ // Variables;
9
+ @import "components/variables";
10
+
11
+ // Reset
12
+ @import "components/normalize";
13
+
14
+ // components
15
+ @import "components/global";
16
+ @import "components/icons-material-design";
17
+ @import "components/grid";
18
+ @import "components/navbar";
19
+ @import "components/roboto";
20
+ @import "components/typography";
21
+ @import "components/cards";
22
+ @import "components/toast";
23
+ @import "components/tabs";
24
+ @import "components/tooltip";
25
+ @import "components/buttons";
26
+ @import "components/dropdown";
27
+ @import "components/waves";
28
+ @import "components/modal";
29
+ @import "components/collapsible";
30
+ @import "components/materialbox";
31
+ @import "components/form";
32
+ @import "components/table_of_contents";
33
+ @import "components/sideNav";
34
+ @import "components/preloader";
35
+ @import "components/slider";
36
+ @import "components/date_picker/default.scss";
37
+ @import "components/date_picker/default.date.scss";
38
+ @import "components/date_picker/default.time.scss";
@@ -0,0 +1,8 @@
1
+ require "materialize-sass/version"
2
+
3
+ module Materialize
4
+ module Sass
5
+ class Engine < ::Rails::Engine
6
+ end
7
+ end
8
+ end
@@ -0,0 +1,6 @@
1
+ module Materialize
2
+ module Sass
3
+ VERSION = "0.95.1"
4
+ end
5
+ end
6
+
@@ -0,0 +1,23 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'materialize-sass/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = "materialize-sass"
8
+ spec.version = Materialize::Sass::VERSION
9
+ spec.authors = ["mkhairi"]
10
+ spec.email = ["khairi@labs.my"]
11
+ spec.summary = %q{Materialzecss sass for rails.}
12
+ spec.description = %q{Use materialzecss in your rails asset pipeline.}
13
+ spec.homepage = "https://github.com/mkhairi/materialize-sass"
14
+ spec.license = "MIT"
15
+
16
+ spec.files = `git ls-files -z`.split("\x0")
17
+ spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
18
+ spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
19
+ spec.require_paths = ["lib"]
20
+
21
+ spec.add_development_dependency "bundler", "~> 1.7"
22
+ spec.add_development_dependency "rake", "~> 10.0"
23
+ end
metadata ADDED
@@ -0,0 +1,146 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: materialize-sass
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.95.1
5
+ platform: ruby
6
+ authors:
7
+ - mkhairi
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2015-01-28 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: bundler
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '1.7'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '1.7'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rake
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '10.0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '10.0'
41
+ description: Use materialzecss in your rails asset pipeline.
42
+ email:
43
+ - khairi@labs.my
44
+ executables: []
45
+ extensions: []
46
+ extra_rdoc_files: []
47
+ files:
48
+ - ".gitignore"
49
+ - Gemfile
50
+ - LICENSE.txt
51
+ - README.md
52
+ - Rakefile
53
+ - app/assets/fonts/material-design-icons/LICENSE.txt
54
+ - app/assets/fonts/material-design-icons/Material-Design-Icons.eot
55
+ - app/assets/fonts/material-design-icons/Material-Design-Icons.svg
56
+ - app/assets/fonts/material-design-icons/Material-Design-Icons.ttf
57
+ - app/assets/fonts/material-design-icons/Material-Design-Icons.woff
58
+ - app/assets/fonts/roboto/Roboto-Bold.ttf
59
+ - app/assets/fonts/roboto/Roboto-Light.ttf
60
+ - app/assets/fonts/roboto/Roboto-Medium.ttf
61
+ - app/assets/fonts/roboto/Roboto-Regular.ttf
62
+ - app/assets/fonts/roboto/Roboto-Thin.ttf
63
+ - app/assets/javascripts/materialize-sprokets.js
64
+ - app/assets/javascripts/materialize.js
65
+ - app/assets/javascripts/materialize/cards.js
66
+ - app/assets/javascripts/materialize/collapsible.js
67
+ - app/assets/javascripts/materialize/date_picker/picker.date.js
68
+ - app/assets/javascripts/materialize/date_picker/picker.js
69
+ - app/assets/javascripts/materialize/dropdown.js
70
+ - app/assets/javascripts/materialize/forms.js
71
+ - app/assets/javascripts/materialize/hammer.min.js
72
+ - app/assets/javascripts/materialize/init.js
73
+ - app/assets/javascripts/materialize/jquery.easing.1.3.js
74
+ - app/assets/javascripts/materialize/jquery.hammer.js
75
+ - app/assets/javascripts/materialize/jquery.timeago.min.js
76
+ - app/assets/javascripts/materialize/leanModal.js
77
+ - app/assets/javascripts/materialize/materialbox.js
78
+ - app/assets/javascripts/materialize/parallax.js
79
+ - app/assets/javascripts/materialize/prism.js
80
+ - app/assets/javascripts/materialize/pushpin.js
81
+ - app/assets/javascripts/materialize/scrollspy.js
82
+ - app/assets/javascripts/materialize/sideNav.js
83
+ - app/assets/javascripts/materialize/slider.js
84
+ - app/assets/javascripts/materialize/tabs.js
85
+ - app/assets/javascripts/materialize/toasts.js
86
+ - app/assets/javascripts/materialize/tooltip.js
87
+ - app/assets/javascripts/materialize/velocity.min.js
88
+ - app/assets/javascripts/materialize/waves.js
89
+ - app/assets/stylesheets/components/_buttons.scss
90
+ - app/assets/stylesheets/components/_cards.scss
91
+ - app/assets/stylesheets/components/_collapsible.scss
92
+ - app/assets/stylesheets/components/_color.scss
93
+ - app/assets/stylesheets/components/_dropdown.scss
94
+ - app/assets/stylesheets/components/_form.scss
95
+ - app/assets/stylesheets/components/_global.scss
96
+ - app/assets/stylesheets/components/_grid.scss
97
+ - app/assets/stylesheets/components/_icons-material-design.scss
98
+ - app/assets/stylesheets/components/_materialbox.scss
99
+ - app/assets/stylesheets/components/_mixins.scss
100
+ - app/assets/stylesheets/components/_modal.scss
101
+ - app/assets/stylesheets/components/_navbar.scss
102
+ - app/assets/stylesheets/components/_normalize.scss
103
+ - app/assets/stylesheets/components/_prefixer.scss
104
+ - app/assets/stylesheets/components/_preloader.scss
105
+ - app/assets/stylesheets/components/_roboto.scss
106
+ - app/assets/stylesheets/components/_sideNav.scss
107
+ - app/assets/stylesheets/components/_slider.scss
108
+ - app/assets/stylesheets/components/_table_of_contents.scss
109
+ - app/assets/stylesheets/components/_tabs.scss
110
+ - app/assets/stylesheets/components/_toast.scss
111
+ - app/assets/stylesheets/components/_tooltip.scss
112
+ - app/assets/stylesheets/components/_typography.scss
113
+ - app/assets/stylesheets/components/_variables.scss
114
+ - app/assets/stylesheets/components/_waves.scss
115
+ - app/assets/stylesheets/components/date_picker/_default.date.scss
116
+ - app/assets/stylesheets/components/date_picker/_default.scss
117
+ - app/assets/stylesheets/components/date_picker/_default.time.scss
118
+ - app/assets/stylesheets/materialize.scss
119
+ - lib/materialize-sass.rb
120
+ - lib/materialize-sass/version.rb
121
+ - materialize-sass.gemspec
122
+ homepage: https://github.com/mkhairi/materialize-sass
123
+ licenses:
124
+ - MIT
125
+ metadata: {}
126
+ post_install_message:
127
+ rdoc_options: []
128
+ require_paths:
129
+ - lib
130
+ required_ruby_version: !ruby/object:Gem::Requirement
131
+ requirements:
132
+ - - ">="
133
+ - !ruby/object:Gem::Version
134
+ version: '0'
135
+ required_rubygems_version: !ruby/object:Gem::Requirement
136
+ requirements:
137
+ - - ">="
138
+ - !ruby/object:Gem::Version
139
+ version: '0'
140
+ requirements: []
141
+ rubyforge_project:
142
+ rubygems_version: 2.4.4
143
+ signing_key:
144
+ specification_version: 4
145
+ summary: Materialzecss sass for rails.
146
+ test_files: []