bootswatch-sass 3.3.1.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (146) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +20 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +49 -0
  6. data/Rakefile +2 -0
  7. data/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
  8. data/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +229 -0
  9. data/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  10. data/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
  11. data/assets/javascripts/bootstrap.js +12 -0
  12. data/assets/javascripts/bootstrap/affix.js +162 -0
  13. data/assets/javascripts/bootstrap/alert.js +94 -0
  14. data/assets/javascripts/bootstrap/button.js +116 -0
  15. data/assets/javascripts/bootstrap/carousel.js +240 -0
  16. data/assets/javascripts/bootstrap/collapse.js +211 -0
  17. data/assets/javascripts/bootstrap/dropdown.js +161 -0
  18. data/assets/javascripts/bootstrap/modal.js +324 -0
  19. data/assets/javascripts/bootstrap/popover.js +119 -0
  20. data/assets/javascripts/bootstrap/scrollspy.js +175 -0
  21. data/assets/javascripts/bootstrap/tab.js +153 -0
  22. data/assets/javascripts/bootstrap/tooltip.js +478 -0
  23. data/assets/javascripts/bootstrap/transition.js +59 -0
  24. data/assets/stylesheets/_bootstrap-cerulean.scss +3 -0
  25. data/assets/stylesheets/_bootstrap-cosmo.scss +3 -0
  26. data/assets/stylesheets/_bootstrap-cyborg.scss +3 -0
  27. data/assets/stylesheets/_bootstrap-darkly.scss +3 -0
  28. data/assets/stylesheets/_bootstrap-flatly.scss +3 -0
  29. data/assets/stylesheets/_bootstrap-journal.scss +3 -0
  30. data/assets/stylesheets/_bootstrap-lumen.scss +3 -0
  31. data/assets/stylesheets/_bootstrap-paper.scss +3 -0
  32. data/assets/stylesheets/_bootstrap-readable.scss +3 -0
  33. data/assets/stylesheets/_bootstrap-sandstone.scss +3 -0
  34. data/assets/stylesheets/_bootstrap-simplex.scss +3 -0
  35. data/assets/stylesheets/_bootstrap-slate.scss +3 -0
  36. data/assets/stylesheets/_bootstrap-spacelab.scss +3 -0
  37. data/assets/stylesheets/_bootstrap-superhero.scss +3 -0
  38. data/assets/stylesheets/_bootstrap-united.scss +3 -0
  39. data/assets/stylesheets/_bootstrap-yeti.scss +3 -0
  40. data/assets/stylesheets/_bootstrap.scss +50 -0
  41. data/assets/stylesheets/bootstrap/_alerts.scss +68 -0
  42. data/assets/stylesheets/bootstrap/_badges.scss +63 -0
  43. data/assets/stylesheets/bootstrap/_breadcrumbs.scss +26 -0
  44. data/assets/stylesheets/bootstrap/_button-groups.scss +243 -0
  45. data/assets/stylesheets/bootstrap/_buttons.scss +160 -0
  46. data/assets/stylesheets/bootstrap/_carousel.scss +267 -0
  47. data/assets/stylesheets/bootstrap/_close.scss +35 -0
  48. data/assets/stylesheets/bootstrap/_code.scss +69 -0
  49. data/assets/stylesheets/bootstrap/_component-animations.scss +38 -0
  50. data/assets/stylesheets/bootstrap/_dropdowns.scss +213 -0
  51. data/assets/stylesheets/bootstrap/_forms.scss +548 -0
  52. data/assets/stylesheets/bootstrap/_glyphicons.scss +234 -0
  53. data/assets/stylesheets/bootstrap/_grid.scss +84 -0
  54. data/assets/stylesheets/bootstrap/_input-groups.scss +166 -0
  55. data/assets/stylesheets/bootstrap/_jumbotron.scss +49 -0
  56. data/assets/stylesheets/bootstrap/_labels.scss +66 -0
  57. data/assets/stylesheets/bootstrap/_list-group.scss +124 -0
  58. data/assets/stylesheets/bootstrap/_media.scss +47 -0
  59. data/assets/stylesheets/bootstrap/_mixins.scss +39 -0
  60. data/assets/stylesheets/bootstrap/_modals.scss +148 -0
  61. data/assets/stylesheets/bootstrap/_navbar.scss +662 -0
  62. data/assets/stylesheets/bootstrap/_navs.scss +244 -0
  63. data/assets/stylesheets/bootstrap/_normalize.scss +427 -0
  64. data/assets/stylesheets/bootstrap/_pager.scss +54 -0
  65. data/assets/stylesheets/bootstrap/_pagination.scss +88 -0
  66. data/assets/stylesheets/bootstrap/_panels.scss +261 -0
  67. data/assets/stylesheets/bootstrap/_popovers.scss +135 -0
  68. data/assets/stylesheets/bootstrap/_print.scss +107 -0
  69. data/assets/stylesheets/bootstrap/_progress-bars.scss +87 -0
  70. data/assets/stylesheets/bootstrap/_responsive-embed.scss +35 -0
  71. data/assets/stylesheets/bootstrap/_responsive-utilities.scss +174 -0
  72. data/assets/stylesheets/bootstrap/_scaffolding.scss +150 -0
  73. data/assets/stylesheets/bootstrap/_tables.scss +234 -0
  74. data/assets/stylesheets/bootstrap/_theme.scss +272 -0
  75. data/assets/stylesheets/bootstrap/_thumbnails.scss +38 -0
  76. data/assets/stylesheets/bootstrap/_tooltip.scss +103 -0
  77. data/assets/stylesheets/bootstrap/_type.scss +298 -0
  78. data/assets/stylesheets/bootstrap/_utilities.scss +56 -0
  79. data/assets/stylesheets/bootstrap/_variables.scss +864 -0
  80. data/assets/stylesheets/bootstrap/_wells.scss +29 -0
  81. data/assets/stylesheets/bootstrap/mixins/_alerts.scss +14 -0
  82. data/assets/stylesheets/bootstrap/mixins/_background-variant.scss +11 -0
  83. data/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
  84. data/assets/stylesheets/bootstrap/mixins/_buttons.scss +52 -0
  85. data/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
  86. data/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
  87. data/assets/stylesheets/bootstrap/mixins/_forms.scss +88 -0
  88. data/assets/stylesheets/bootstrap/mixins/_gradients.scss +58 -0
  89. data/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
  90. data/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
  91. data/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
  92. data/assets/stylesheets/bootstrap/mixins/_image.scss +33 -0
  93. data/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
  94. data/assets/stylesheets/bootstrap/mixins/_list-group.scss +31 -0
  95. data/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
  96. data/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  97. data/assets/stylesheets/bootstrap/mixins/_opacity.scss +8 -0
  98. data/assets/stylesheets/bootstrap/mixins/_pagination.scss +23 -0
  99. data/assets/stylesheets/bootstrap/mixins/_panels.scss +24 -0
  100. data/assets/stylesheets/bootstrap/mixins/_progress-bar.scss +10 -0
  101. data/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
  102. data/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
  103. data/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +21 -0
  104. data/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
  105. data/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
  106. data/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
  107. data/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +11 -0
  108. data/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
  109. data/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  110. data/assets/stylesheets/cerulean/_bootswatch.scss +124 -0
  111. data/assets/stylesheets/cerulean/_variables.scss +856 -0
  112. data/assets/stylesheets/cosmo/_bootswatch.scss +156 -0
  113. data/assets/stylesheets/cosmo/_variables.scss +856 -0
  114. data/assets/stylesheets/cyborg/_bootswatch.scss +140 -0
  115. data/assets/stylesheets/cyborg/_variables.scss +856 -0
  116. data/assets/stylesheets/darkly/_bootswatch.scss +256 -0
  117. data/assets/stylesheets/darkly/_variables.scss +856 -0
  118. data/assets/stylesheets/flatly/_bootswatch.scss +235 -0
  119. data/assets/stylesheets/flatly/_variables.scss +856 -0
  120. data/assets/stylesheets/journal/_bootswatch.scss +68 -0
  121. data/assets/stylesheets/journal/_variables.scss +856 -0
  122. data/assets/stylesheets/lumen/_bootswatch.scss +385 -0
  123. data/assets/stylesheets/lumen/_variables.scss +856 -0
  124. data/assets/stylesheets/paper/_bootswatch.scss +464 -0
  125. data/assets/stylesheets/paper/_variables.scss +856 -0
  126. data/assets/stylesheets/readable/_bootswatch.scss +125 -0
  127. data/assets/stylesheets/readable/_variables.scss +856 -0
  128. data/assets/stylesheets/sandstone/_bootswatch.scss +155 -0
  129. data/assets/stylesheets/sandstone/_variables.scss +856 -0
  130. data/assets/stylesheets/simplex/_bootswatch.scss +115 -0
  131. data/assets/stylesheets/simplex/_variables.scss +856 -0
  132. data/assets/stylesheets/slate/_bootswatch.scss +422 -0
  133. data/assets/stylesheets/slate/_variables.scss +856 -0
  134. data/assets/stylesheets/spacelab/_bootswatch.scss +171 -0
  135. data/assets/stylesheets/spacelab/_variables.scss +856 -0
  136. data/assets/stylesheets/superhero/_bootswatch.scss +232 -0
  137. data/assets/stylesheets/superhero/_variables.scss +856 -0
  138. data/assets/stylesheets/united/_bootswatch.scss +9 -0
  139. data/assets/stylesheets/united/_variables.scss +856 -0
  140. data/assets/stylesheets/yeti/_bootswatch.scss +308 -0
  141. data/assets/stylesheets/yeti/_variables.scss +856 -0
  142. data/bootswatch-sass.gemspec +29 -0
  143. data/lib/bootswatch-sass.rb +34 -0
  144. data/lib/bootswatch-sass/engine.rb +10 -0
  145. data/lib/bootswatch-sass/version.rb +3 -0
  146. metadata +286 -0
@@ -0,0 +1,29 @@
1
+ # coding: utf-8
2
+ lib = File.expand_path('../lib', __FILE__)
3
+ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
+ require 'bootswatch-sass/version'
5
+
6
+ Gem::Specification.new do |spec|
7
+ spec.name = 'bootswatch-sass'
8
+ spec.version = BootswatchSass::VERSION
9
+ spec.authors = ['Latchezar Tzvetkoff']
10
+ spec.email = ['latchezar@tzvetkoff.net']
11
+ spec.summary = %q{Bootswatch.com themes for Rails}
12
+ spec.homepage = 'https://github.com/tzvetkoff/bootswatch-sass'
13
+ spec.license = 'MIT'
14
+
15
+ spec.files = `git ls-files -z`.split("\x0")
16
+ spec.files -= ['bump.rb']
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_runtime_dependency 'sass', '~> 3.2'
22
+ spec.add_runtime_dependency 'rails', '>= 4.0.0'
23
+
24
+ spec.add_development_dependency 'bundler', '~> 1.7'
25
+ spec.add_development_dependency 'rake', '~> 10.0'
26
+ spec.add_development_dependency 'autoprefixer-rails'
27
+ spec.add_development_dependency 'less', '~> 2.6.0'
28
+ spec.add_development_dependency 'therubyracer'
29
+ end
@@ -0,0 +1,34 @@
1
+ require 'bootswatch-sass/version'
2
+
3
+ module BootswatchSass
4
+ class << self
5
+ def load!
6
+ ::Sass.load_paths << stylesheets_path
7
+ ::Sass::Script::Number.precision = [10, ::Sass::Script::Number.precision].max
8
+
9
+ require 'bootswatch-sass/engine' if defined?(::Rails)
10
+ end
11
+
12
+ def gem_path
13
+ @gem_path ||= File.expand_path('..', File.dirname(__FILE__))
14
+ end
15
+
16
+ def assets_path
17
+ @assets_path ||= File.join(gem_path, 'assets')
18
+ end
19
+
20
+ def fonts_path
21
+ File.join(assets_path, 'fonts')
22
+ end
23
+
24
+ def javascripts_path
25
+ File.join(assets_path, 'javascripts')
26
+ end
27
+
28
+ def stylesheets_path
29
+ File.join(assets_path, 'stylesheets')
30
+ end
31
+ end
32
+ end
33
+
34
+ BootswatchSass.load!
@@ -0,0 +1,10 @@
1
+ module BootswatchSass
2
+ class Engine < ::Rails::Engine
3
+ initializer 'bootswatch-sass.assets' do |app|
4
+ %w(fonts javascripts stylesheets).each do |sub|
5
+ app.config.assets.paths << root.join('assets', sub).to_s
6
+ end
7
+ app.config.assets.precompile << %r(bootstrap/glyphicons-halflings-regular\.(?:eot|svg|ttf|woff)$)
8
+ end
9
+ end
10
+ end
@@ -0,0 +1,3 @@
1
+ module BootswatchSass
2
+ VERSION = '3.3.1.3'
3
+ end
metadata ADDED
@@ -0,0 +1,286 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: bootswatch-sass
3
+ version: !ruby/object:Gem::Version
4
+ version: 3.3.1.3
5
+ platform: ruby
6
+ authors:
7
+ - Latchezar Tzvetkoff
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2014-12-18 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: sass
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.2'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.2'
27
+ - !ruby/object:Gem::Dependency
28
+ name: rails
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 4.0.0
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: 4.0.0
41
+ - !ruby/object:Gem::Dependency
42
+ name: bundler
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '1.7'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '1.7'
55
+ - !ruby/object:Gem::Dependency
56
+ name: rake
57
+ requirement: !ruby/object:Gem::Requirement
58
+ requirements:
59
+ - - "~>"
60
+ - !ruby/object:Gem::Version
61
+ version: '10.0'
62
+ type: :development
63
+ prerelease: false
64
+ version_requirements: !ruby/object:Gem::Requirement
65
+ requirements:
66
+ - - "~>"
67
+ - !ruby/object:Gem::Version
68
+ version: '10.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: autoprefixer-rails
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: less
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: 2.6.0
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: 2.6.0
97
+ - !ruby/object:Gem::Dependency
98
+ name: therubyracer
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - ">="
102
+ - !ruby/object:Gem::Version
103
+ version: '0'
104
+ type: :development
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - ">="
109
+ - !ruby/object:Gem::Version
110
+ version: '0'
111
+ description:
112
+ email:
113
+ - latchezar@tzvetkoff.net
114
+ executables: []
115
+ extensions: []
116
+ extra_rdoc_files: []
117
+ files:
118
+ - ".gitignore"
119
+ - Gemfile
120
+ - LICENSE.txt
121
+ - README.md
122
+ - Rakefile
123
+ - assets/fonts/bootstrap/glyphicons-halflings-regular.eot
124
+ - assets/fonts/bootstrap/glyphicons-halflings-regular.svg
125
+ - assets/fonts/bootstrap/glyphicons-halflings-regular.ttf
126
+ - assets/fonts/bootstrap/glyphicons-halflings-regular.woff
127
+ - assets/javascripts/bootstrap.js
128
+ - assets/javascripts/bootstrap/affix.js
129
+ - assets/javascripts/bootstrap/alert.js
130
+ - assets/javascripts/bootstrap/button.js
131
+ - assets/javascripts/bootstrap/carousel.js
132
+ - assets/javascripts/bootstrap/collapse.js
133
+ - assets/javascripts/bootstrap/dropdown.js
134
+ - assets/javascripts/bootstrap/modal.js
135
+ - assets/javascripts/bootstrap/popover.js
136
+ - assets/javascripts/bootstrap/scrollspy.js
137
+ - assets/javascripts/bootstrap/tab.js
138
+ - assets/javascripts/bootstrap/tooltip.js
139
+ - assets/javascripts/bootstrap/transition.js
140
+ - assets/stylesheets/_bootstrap-cerulean.scss
141
+ - assets/stylesheets/_bootstrap-cosmo.scss
142
+ - assets/stylesheets/_bootstrap-cyborg.scss
143
+ - assets/stylesheets/_bootstrap-darkly.scss
144
+ - assets/stylesheets/_bootstrap-flatly.scss
145
+ - assets/stylesheets/_bootstrap-journal.scss
146
+ - assets/stylesheets/_bootstrap-lumen.scss
147
+ - assets/stylesheets/_bootstrap-paper.scss
148
+ - assets/stylesheets/_bootstrap-readable.scss
149
+ - assets/stylesheets/_bootstrap-sandstone.scss
150
+ - assets/stylesheets/_bootstrap-simplex.scss
151
+ - assets/stylesheets/_bootstrap-slate.scss
152
+ - assets/stylesheets/_bootstrap-spacelab.scss
153
+ - assets/stylesheets/_bootstrap-superhero.scss
154
+ - assets/stylesheets/_bootstrap-united.scss
155
+ - assets/stylesheets/_bootstrap-yeti.scss
156
+ - assets/stylesheets/_bootstrap.scss
157
+ - assets/stylesheets/bootstrap/_alerts.scss
158
+ - assets/stylesheets/bootstrap/_badges.scss
159
+ - assets/stylesheets/bootstrap/_breadcrumbs.scss
160
+ - assets/stylesheets/bootstrap/_button-groups.scss
161
+ - assets/stylesheets/bootstrap/_buttons.scss
162
+ - assets/stylesheets/bootstrap/_carousel.scss
163
+ - assets/stylesheets/bootstrap/_close.scss
164
+ - assets/stylesheets/bootstrap/_code.scss
165
+ - assets/stylesheets/bootstrap/_component-animations.scss
166
+ - assets/stylesheets/bootstrap/_dropdowns.scss
167
+ - assets/stylesheets/bootstrap/_forms.scss
168
+ - assets/stylesheets/bootstrap/_glyphicons.scss
169
+ - assets/stylesheets/bootstrap/_grid.scss
170
+ - assets/stylesheets/bootstrap/_input-groups.scss
171
+ - assets/stylesheets/bootstrap/_jumbotron.scss
172
+ - assets/stylesheets/bootstrap/_labels.scss
173
+ - assets/stylesheets/bootstrap/_list-group.scss
174
+ - assets/stylesheets/bootstrap/_media.scss
175
+ - assets/stylesheets/bootstrap/_mixins.scss
176
+ - assets/stylesheets/bootstrap/_modals.scss
177
+ - assets/stylesheets/bootstrap/_navbar.scss
178
+ - assets/stylesheets/bootstrap/_navs.scss
179
+ - assets/stylesheets/bootstrap/_normalize.scss
180
+ - assets/stylesheets/bootstrap/_pager.scss
181
+ - assets/stylesheets/bootstrap/_pagination.scss
182
+ - assets/stylesheets/bootstrap/_panels.scss
183
+ - assets/stylesheets/bootstrap/_popovers.scss
184
+ - assets/stylesheets/bootstrap/_print.scss
185
+ - assets/stylesheets/bootstrap/_progress-bars.scss
186
+ - assets/stylesheets/bootstrap/_responsive-embed.scss
187
+ - assets/stylesheets/bootstrap/_responsive-utilities.scss
188
+ - assets/stylesheets/bootstrap/_scaffolding.scss
189
+ - assets/stylesheets/bootstrap/_tables.scss
190
+ - assets/stylesheets/bootstrap/_theme.scss
191
+ - assets/stylesheets/bootstrap/_thumbnails.scss
192
+ - assets/stylesheets/bootstrap/_tooltip.scss
193
+ - assets/stylesheets/bootstrap/_type.scss
194
+ - assets/stylesheets/bootstrap/_utilities.scss
195
+ - assets/stylesheets/bootstrap/_variables.scss
196
+ - assets/stylesheets/bootstrap/_wells.scss
197
+ - assets/stylesheets/bootstrap/mixins/_alerts.scss
198
+ - assets/stylesheets/bootstrap/mixins/_background-variant.scss
199
+ - assets/stylesheets/bootstrap/mixins/_border-radius.scss
200
+ - assets/stylesheets/bootstrap/mixins/_buttons.scss
201
+ - assets/stylesheets/bootstrap/mixins/_center-block.scss
202
+ - assets/stylesheets/bootstrap/mixins/_clearfix.scss
203
+ - assets/stylesheets/bootstrap/mixins/_forms.scss
204
+ - assets/stylesheets/bootstrap/mixins/_gradients.scss
205
+ - assets/stylesheets/bootstrap/mixins/_grid-framework.scss
206
+ - assets/stylesheets/bootstrap/mixins/_grid.scss
207
+ - assets/stylesheets/bootstrap/mixins/_hide-text.scss
208
+ - assets/stylesheets/bootstrap/mixins/_image.scss
209
+ - assets/stylesheets/bootstrap/mixins/_labels.scss
210
+ - assets/stylesheets/bootstrap/mixins/_list-group.scss
211
+ - assets/stylesheets/bootstrap/mixins/_nav-divider.scss
212
+ - assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss
213
+ - assets/stylesheets/bootstrap/mixins/_opacity.scss
214
+ - assets/stylesheets/bootstrap/mixins/_pagination.scss
215
+ - assets/stylesheets/bootstrap/mixins/_panels.scss
216
+ - assets/stylesheets/bootstrap/mixins/_progress-bar.scss
217
+ - assets/stylesheets/bootstrap/mixins/_reset-filter.scss
218
+ - assets/stylesheets/bootstrap/mixins/_resize.scss
219
+ - assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss
220
+ - assets/stylesheets/bootstrap/mixins/_size.scss
221
+ - assets/stylesheets/bootstrap/mixins/_tab-focus.scss
222
+ - assets/stylesheets/bootstrap/mixins/_table-row.scss
223
+ - assets/stylesheets/bootstrap/mixins/_text-emphasis.scss
224
+ - assets/stylesheets/bootstrap/mixins/_text-overflow.scss
225
+ - assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss
226
+ - assets/stylesheets/cerulean/_bootswatch.scss
227
+ - assets/stylesheets/cerulean/_variables.scss
228
+ - assets/stylesheets/cosmo/_bootswatch.scss
229
+ - assets/stylesheets/cosmo/_variables.scss
230
+ - assets/stylesheets/cyborg/_bootswatch.scss
231
+ - assets/stylesheets/cyborg/_variables.scss
232
+ - assets/stylesheets/darkly/_bootswatch.scss
233
+ - assets/stylesheets/darkly/_variables.scss
234
+ - assets/stylesheets/flatly/_bootswatch.scss
235
+ - assets/stylesheets/flatly/_variables.scss
236
+ - assets/stylesheets/journal/_bootswatch.scss
237
+ - assets/stylesheets/journal/_variables.scss
238
+ - assets/stylesheets/lumen/_bootswatch.scss
239
+ - assets/stylesheets/lumen/_variables.scss
240
+ - assets/stylesheets/paper/_bootswatch.scss
241
+ - assets/stylesheets/paper/_variables.scss
242
+ - assets/stylesheets/readable/_bootswatch.scss
243
+ - assets/stylesheets/readable/_variables.scss
244
+ - assets/stylesheets/sandstone/_bootswatch.scss
245
+ - assets/stylesheets/sandstone/_variables.scss
246
+ - assets/stylesheets/simplex/_bootswatch.scss
247
+ - assets/stylesheets/simplex/_variables.scss
248
+ - assets/stylesheets/slate/_bootswatch.scss
249
+ - assets/stylesheets/slate/_variables.scss
250
+ - assets/stylesheets/spacelab/_bootswatch.scss
251
+ - assets/stylesheets/spacelab/_variables.scss
252
+ - assets/stylesheets/superhero/_bootswatch.scss
253
+ - assets/stylesheets/superhero/_variables.scss
254
+ - assets/stylesheets/united/_bootswatch.scss
255
+ - assets/stylesheets/united/_variables.scss
256
+ - assets/stylesheets/yeti/_bootswatch.scss
257
+ - assets/stylesheets/yeti/_variables.scss
258
+ - bootswatch-sass.gemspec
259
+ - lib/bootswatch-sass.rb
260
+ - lib/bootswatch-sass/engine.rb
261
+ - lib/bootswatch-sass/version.rb
262
+ homepage: https://github.com/tzvetkoff/bootswatch-sass
263
+ licenses:
264
+ - MIT
265
+ metadata: {}
266
+ post_install_message:
267
+ rdoc_options: []
268
+ require_paths:
269
+ - lib
270
+ required_ruby_version: !ruby/object:Gem::Requirement
271
+ requirements:
272
+ - - ">="
273
+ - !ruby/object:Gem::Version
274
+ version: '0'
275
+ required_rubygems_version: !ruby/object:Gem::Requirement
276
+ requirements:
277
+ - - ">="
278
+ - !ruby/object:Gem::Version
279
+ version: '0'
280
+ requirements: []
281
+ rubyforge_project:
282
+ rubygems_version: 2.4.3
283
+ signing_key:
284
+ specification_version: 4
285
+ summary: Bootswatch.com themes for Rails
286
+ test_files: []