luda 0.1.5 → 0.1.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (224) hide show
  1. checksums.yaml +4 -4
  2. data/MIT-LICENSE +20 -20
  3. data/README.md +5 -5
  4. data/assets/javascripts/luda-degradation.js +1 -1
  5. data/assets/javascripts/luda-degradation.js.map +1 -1
  6. data/assets/javascripts/luda-degradation.min.js +1 -1
  7. data/assets/javascripts/luda-degradation.min.js.map +1 -1
  8. data/assets/javascripts/luda-sprockets.js +11 -11
  9. data/assets/javascripts/luda.js +1 -1
  10. data/assets/javascripts/luda.js.map +1 -1
  11. data/assets/javascripts/luda.min.js +1 -1
  12. data/assets/javascripts/luda.min.js.map +1 -1
  13. data/assets/javascripts/luda/install.js +1 -1
  14. data/assets/stylesheets/luda/_core/_base.sass +429 -429
  15. data/assets/stylesheets/luda/_core/_functions.sass +239 -239
  16. data/assets/stylesheets/luda/_core/_variables.sass +709 -709
  17. data/assets/stylesheets/luda/_core/behaviours/_disabled.sass +11 -11
  18. data/assets/stylesheets/luda/_core/behaviours/_focus.sass +6 -6
  19. data/assets/stylesheets/luda/_core/behaviours/_readonly.sass +15 -15
  20. data/assets/stylesheets/luda/_core/behaviours/_toggle.sass +3 -3
  21. data/assets/stylesheets/luda/_core/collections/_alert.sass +23 -23
  22. data/assets/stylesheets/luda/_core/collections/_avatar.sass +116 -116
  23. data/assets/stylesheets/luda/_core/collections/_breadcrumb.sass +20 -20
  24. data/assets/stylesheets/luda/_core/collections/_button-group.sass +66 -66
  25. data/assets/stylesheets/luda/_core/collections/_button-icon.sass +45 -45
  26. data/assets/stylesheets/luda/_core/collections/_carousel.sass +131 -131
  27. data/assets/stylesheets/luda/_core/collections/_dropdown.sass +59 -59
  28. data/assets/stylesheets/luda/_core/collections/_form-button.sass +22 -22
  29. data/assets/stylesheets/luda/_core/collections/_form-dropdown.sass +20 -20
  30. data/assets/stylesheets/luda/_core/collections/_form-group.sass +47 -47
  31. data/assets/stylesheets/luda/_core/collections/_form-icon.sass +70 -70
  32. data/assets/stylesheets/luda/_core/collections/_media.sass +54 -54
  33. data/assets/stylesheets/luda/_core/collections/_modal.sass +11 -11
  34. data/assets/stylesheets/luda/_core/collections/_nav.sass +161 -161
  35. data/assets/stylesheets/luda/_core/collections/_tab.sass +17 -17
  36. data/assets/stylesheets/luda/_core/elements/_badge.sass +18 -18
  37. data/assets/stylesheets/luda/_core/elements/_baseline.sass +21 -21
  38. data/assets/stylesheets/luda/_core/elements/_button.sass +135 -135
  39. data/assets/stylesheets/luda/_core/elements/_container.sass +7 -7
  40. data/assets/stylesheets/luda/_core/elements/_grid.sass +54 -54
  41. data/assets/stylesheets/luda/_core/elements/_icon.sass +109 -109
  42. data/assets/stylesheets/luda/_core/elements/_overlay.sass +10 -10
  43. data/assets/stylesheets/luda/_core/elements/_progress.sass +30 -30
  44. data/assets/stylesheets/luda/_core/elements/_scrollbar.sass +20 -20
  45. data/assets/stylesheets/luda/_core/elements/_table.sass +101 -101
  46. data/assets/stylesheets/luda/_core/elements/_turbolinks-progress-bar.sass +4 -4
  47. data/assets/stylesheets/luda/_core/elements/form/_form-check-radio.sass +104 -104
  48. data/assets/stylesheets/luda/_core/elements/form/_form-element.sass +82 -82
  49. data/assets/stylesheets/luda/_core/elements/form/_form-helper.sass +65 -65
  50. data/assets/stylesheets/luda/_core/elements/form/_form-label.sass +19 -19
  51. data/assets/stylesheets/luda/_core/elements/form/_form-range.sass +91 -91
  52. data/assets/stylesheets/luda/_core/elements/form/_form-row.sass +213 -213
  53. data/assets/stylesheets/luda/_core/elements/typography/_code.sass +26 -26
  54. data/assets/stylesheets/luda/_core/elements/typography/_link.sass +14 -14
  55. data/assets/stylesheets/luda/_core/elements/typography/_list.sass +13 -13
  56. data/assets/stylesheets/luda/_core/elements/typography/_mark.sass +6 -6
  57. data/assets/stylesheets/luda/_core/elements/typography/_quote.sass +67 -67
  58. data/assets/stylesheets/luda/_core/elements/typography/_sub-sup.sass +15 -15
  59. data/assets/stylesheets/luda/_core/elements/typography/_typography.sass +51 -51
  60. data/assets/stylesheets/luda/_core/mixins/_browser.sass +14 -14
  61. data/assets/stylesheets/luda/_core/mixins/_button.sass +89 -89
  62. data/assets/stylesheets/luda/_core/mixins/_dropdown.sass +39 -39
  63. data/assets/stylesheets/luda/_core/mixins/_focus.sass +2 -2
  64. data/assets/stylesheets/luda/_core/mixins/_form.sass +26 -26
  65. data/assets/stylesheets/luda/_core/mixins/_install.sass +6 -6
  66. data/assets/stylesheets/luda/_core/mixins/_media-query.sass +65 -65
  67. data/assets/stylesheets/luda/_core/mixins/_overlay.sass +13 -13
  68. data/assets/stylesheets/luda/_core/mixins/_sass-lint-fix.sass +2 -2
  69. data/assets/stylesheets/luda/_core/mixins/_typography.sass +39 -39
  70. data/assets/stylesheets/luda/_core/utilities/_align.sass +18 -18
  71. data/assets/stylesheets/luda/_core/utilities/_background.sass +87 -87
  72. data/assets/stylesheets/luda/_core/utilities/_color.sass +35 -35
  73. data/assets/stylesheets/luda/_core/utilities/_display.sass +39 -39
  74. data/assets/stylesheets/luda/_core/utilities/_flex.sass +113 -113
  75. data/assets/stylesheets/luda/_core/utilities/_float.sass +20 -20
  76. data/assets/stylesheets/luda/_core/utilities/_opacity.sass +18 -18
  77. data/assets/stylesheets/luda/_core/utilities/_overflow.sass +17 -17
  78. data/assets/stylesheets/luda/_core/utilities/_position.sass +47 -47
  79. data/assets/stylesheets/luda/_core/utilities/_shape.sass +61 -61
  80. data/assets/stylesheets/luda/_core/utilities/_size.sass +66 -66
  81. data/assets/stylesheets/luda/_core/utilities/_space.sass +226 -226
  82. data/assets/stylesheets/luda/_core/utilities/_text.sass +84 -84
  83. data/assets/stylesheets/luda/_core/utilities/_visibility.sass +10 -10
  84. data/assets/stylesheets/luda/_core/utilities/_z-index.sass +18 -18
  85. data/assets/stylesheets/luda/_default.sass +51 -51
  86. data/assets/stylesheets/luda/default/_banner.sass +1 -1
  87. data/assets/stylesheets/luda/default/_base.sass +5 -5
  88. data/assets/stylesheets/luda/default/_mixins.sass +9 -9
  89. data/assets/stylesheets/luda/default/behaviours/_disabled.sass +4 -4
  90. data/assets/stylesheets/luda/default/behaviours/_focus.sass +4 -4
  91. data/assets/stylesheets/luda/default/behaviours/_readonly.sass +4 -4
  92. data/assets/stylesheets/luda/default/behaviours/_toggle.sass +4 -4
  93. data/assets/stylesheets/luda/default/collections/_alert.sass +5 -5
  94. data/assets/stylesheets/luda/default/collections/_avatar.sass +6 -6
  95. data/assets/stylesheets/luda/default/collections/_breadcrumb.sass +5 -5
  96. data/assets/stylesheets/luda/default/collections/_button-group.sass +6 -6
  97. data/assets/stylesheets/luda/default/collections/_button-icon.sass +7 -7
  98. data/assets/stylesheets/luda/default/collections/_carousel.sass +6 -6
  99. data/assets/stylesheets/luda/default/collections/_dropdown.sass +7 -7
  100. data/assets/stylesheets/luda/default/collections/_form-button.sass +8 -8
  101. data/assets/stylesheets/luda/default/collections/_form-dropdown.sass +7 -7
  102. data/assets/stylesheets/luda/default/collections/_form-group.sass +10 -10
  103. data/assets/stylesheets/luda/default/collections/_form-icon.sass +7 -7
  104. data/assets/stylesheets/luda/default/collections/_media.sass +6 -6
  105. data/assets/stylesheets/luda/default/collections/_modal.sass +6 -6
  106. data/assets/stylesheets/luda/default/collections/_nav.sass +9 -9
  107. data/assets/stylesheets/luda/default/collections/_tab.sass +8 -8
  108. data/assets/stylesheets/luda/default/elements/_badge.sass +5 -5
  109. data/assets/stylesheets/luda/default/elements/_baseline.sass +5 -5
  110. data/assets/stylesheets/luda/default/elements/_button.sass +6 -6
  111. data/assets/stylesheets/luda/default/elements/_container.sass +5 -5
  112. data/assets/stylesheets/luda/default/elements/_form.sass +12 -12
  113. data/assets/stylesheets/luda/default/elements/_grid.sass +5 -5
  114. data/assets/stylesheets/luda/default/elements/_icon.sass +5 -5
  115. data/assets/stylesheets/luda/default/elements/_overlay.sass +5 -5
  116. data/assets/stylesheets/luda/default/elements/_progress.sass +5 -5
  117. data/assets/stylesheets/luda/default/elements/_scrollbar.sass +5 -5
  118. data/assets/stylesheets/luda/default/elements/_table.sass +5 -5
  119. data/assets/stylesheets/luda/default/elements/_turbolinks-progress-bar.sass +5 -5
  120. data/assets/stylesheets/luda/default/elements/_typography.sass +11 -11
  121. data/assets/stylesheets/luda/default/elements/form/_form-check-radio.sass +4 -4
  122. data/assets/stylesheets/luda/default/elements/form/_form-element.sass +4 -4
  123. data/assets/stylesheets/luda/default/elements/form/_form-helper.sass +4 -4
  124. data/assets/stylesheets/luda/default/elements/form/_form-label.sass +4 -4
  125. data/assets/stylesheets/luda/default/elements/form/_form-range.sass +4 -4
  126. data/assets/stylesheets/luda/default/elements/form/_form-row.sass +4 -4
  127. data/assets/stylesheets/luda/default/elements/typography/_code.sass +4 -4
  128. data/assets/stylesheets/luda/default/elements/typography/_link.sass +4 -4
  129. data/assets/stylesheets/luda/default/elements/typography/_list.sass +3 -3
  130. data/assets/stylesheets/luda/default/elements/typography/_mark.sass +4 -4
  131. data/assets/stylesheets/luda/default/elements/typography/_quote.sass +4 -4
  132. data/assets/stylesheets/luda/default/elements/typography/_sub-sup.sass +4 -4
  133. data/assets/stylesheets/luda/default/elements/typography/_typography.sass +4 -4
  134. data/assets/stylesheets/luda/default/index.sass +55 -55
  135. data/assets/stylesheets/luda/default/utilities/_align.sass +4 -4
  136. data/assets/stylesheets/luda/default/utilities/_background.sass +4 -4
  137. data/assets/stylesheets/luda/default/utilities/_color.sass +4 -4
  138. data/assets/stylesheets/luda/default/utilities/_display.sass +4 -4
  139. data/assets/stylesheets/luda/default/utilities/_flex.sass +4 -4
  140. data/assets/stylesheets/luda/default/utilities/_float.sass +4 -4
  141. data/assets/stylesheets/luda/default/utilities/_opacity.sass +4 -4
  142. data/assets/stylesheets/luda/default/utilities/_overflow.sass +4 -4
  143. data/assets/stylesheets/luda/default/utilities/_position.sass +4 -4
  144. data/assets/stylesheets/luda/default/utilities/_shape.sass +4 -4
  145. data/assets/stylesheets/luda/default/utilities/_size.sass +4 -4
  146. data/assets/stylesheets/luda/default/utilities/_space.sass +4 -4
  147. data/assets/stylesheets/luda/default/utilities/_text.sass +4 -4
  148. data/assets/stylesheets/luda/default/utilities/_visibility.sass +4 -4
  149. data/assets/stylesheets/luda/default/utilities/_z-index.sass +4 -4
  150. data/lib/luda.rb +72 -72
  151. data/lib/luda/engine.rb +11 -11
  152. data/lib/luda/version.rb +1 -1
  153. metadata +3 -74
  154. data/assets/stylesheets/luda/core/_base.sass +0 -430
  155. data/assets/stylesheets/luda/core/_functions.sass +0 -240
  156. data/assets/stylesheets/luda/core/_variables.sass +0 -710
  157. data/assets/stylesheets/luda/core/behaviours/_disabled.sass +0 -12
  158. data/assets/stylesheets/luda/core/behaviours/_focus.sass +0 -7
  159. data/assets/stylesheets/luda/core/behaviours/_readonly.sass +0 -16
  160. data/assets/stylesheets/luda/core/behaviours/_toggle.sass +0 -4
  161. data/assets/stylesheets/luda/core/collections/_alert.sass +0 -24
  162. data/assets/stylesheets/luda/core/collections/_avatar.sass +0 -117
  163. data/assets/stylesheets/luda/core/collections/_breadcrumb.sass +0 -21
  164. data/assets/stylesheets/luda/core/collections/_button-group.sass +0 -67
  165. data/assets/stylesheets/luda/core/collections/_button-icon.sass +0 -46
  166. data/assets/stylesheets/luda/core/collections/_carousel.sass +0 -132
  167. data/assets/stylesheets/luda/core/collections/_dropdown.sass +0 -60
  168. data/assets/stylesheets/luda/core/collections/_form-button.sass +0 -23
  169. data/assets/stylesheets/luda/core/collections/_form-dropdown.sass +0 -21
  170. data/assets/stylesheets/luda/core/collections/_form-group.sass +0 -48
  171. data/assets/stylesheets/luda/core/collections/_form-icon.sass +0 -71
  172. data/assets/stylesheets/luda/core/collections/_media.sass +0 -55
  173. data/assets/stylesheets/luda/core/collections/_modal.sass +0 -12
  174. data/assets/stylesheets/luda/core/collections/_nav.sass +0 -162
  175. data/assets/stylesheets/luda/core/collections/_tab.sass +0 -18
  176. data/assets/stylesheets/luda/core/elements/_badge.sass +0 -19
  177. data/assets/stylesheets/luda/core/elements/_baseline.sass +0 -22
  178. data/assets/stylesheets/luda/core/elements/_button.sass +0 -136
  179. data/assets/stylesheets/luda/core/elements/_container.sass +0 -8
  180. data/assets/stylesheets/luda/core/elements/_grid.sass +0 -55
  181. data/assets/stylesheets/luda/core/elements/_icon.sass +0 -110
  182. data/assets/stylesheets/luda/core/elements/_overlay.sass +0 -11
  183. data/assets/stylesheets/luda/core/elements/_progress.sass +0 -31
  184. data/assets/stylesheets/luda/core/elements/_scrollbar.sass +0 -21
  185. data/assets/stylesheets/luda/core/elements/_table.sass +0 -102
  186. data/assets/stylesheets/luda/core/elements/_turbolinks-progress-bar.sass +0 -5
  187. data/assets/stylesheets/luda/core/elements/form/_form-check-radio.sass +0 -105
  188. data/assets/stylesheets/luda/core/elements/form/_form-element.sass +0 -83
  189. data/assets/stylesheets/luda/core/elements/form/_form-helper.sass +0 -66
  190. data/assets/stylesheets/luda/core/elements/form/_form-label.sass +0 -20
  191. data/assets/stylesheets/luda/core/elements/form/_form-range.sass +0 -92
  192. data/assets/stylesheets/luda/core/elements/form/_form-row.sass +0 -214
  193. data/assets/stylesheets/luda/core/elements/typography/_code.sass +0 -27
  194. data/assets/stylesheets/luda/core/elements/typography/_link.sass +0 -15
  195. data/assets/stylesheets/luda/core/elements/typography/_list.sass +0 -14
  196. data/assets/stylesheets/luda/core/elements/typography/_mark.sass +0 -7
  197. data/assets/stylesheets/luda/core/elements/typography/_quote.sass +0 -68
  198. data/assets/stylesheets/luda/core/elements/typography/_sub-sup.sass +0 -16
  199. data/assets/stylesheets/luda/core/elements/typography/_typography.sass +0 -52
  200. data/assets/stylesheets/luda/core/mixins/_browser.sass +0 -15
  201. data/assets/stylesheets/luda/core/mixins/_button.sass +0 -90
  202. data/assets/stylesheets/luda/core/mixins/_dropdown.sass +0 -40
  203. data/assets/stylesheets/luda/core/mixins/_focus.sass +0 -3
  204. data/assets/stylesheets/luda/core/mixins/_form.sass +0 -27
  205. data/assets/stylesheets/luda/core/mixins/_install.sass +0 -7
  206. data/assets/stylesheets/luda/core/mixins/_media-query.sass +0 -66
  207. data/assets/stylesheets/luda/core/mixins/_overlay.sass +0 -14
  208. data/assets/stylesheets/luda/core/mixins/_sass-lint-fix.sass +0 -3
  209. data/assets/stylesheets/luda/core/mixins/_typography.sass +0 -40
  210. data/assets/stylesheets/luda/core/utilities/_align.sass +0 -19
  211. data/assets/stylesheets/luda/core/utilities/_background.sass +0 -88
  212. data/assets/stylesheets/luda/core/utilities/_color.sass +0 -36
  213. data/assets/stylesheets/luda/core/utilities/_display.sass +0 -40
  214. data/assets/stylesheets/luda/core/utilities/_flex.sass +0 -114
  215. data/assets/stylesheets/luda/core/utilities/_float.sass +0 -21
  216. data/assets/stylesheets/luda/core/utilities/_opacity.sass +0 -19
  217. data/assets/stylesheets/luda/core/utilities/_overflow.sass +0 -18
  218. data/assets/stylesheets/luda/core/utilities/_position.sass +0 -48
  219. data/assets/stylesheets/luda/core/utilities/_shape.sass +0 -62
  220. data/assets/stylesheets/luda/core/utilities/_size.sass +0 -67
  221. data/assets/stylesheets/luda/core/utilities/_space.sass +0 -227
  222. data/assets/stylesheets/luda/core/utilities/_text.sass +0 -85
  223. data/assets/stylesheets/luda/core/utilities/_visibility.sass +0 -11
  224. data/assets/stylesheets/luda/core/utilities/_z-index.sass +0 -19
data/lib/luda/engine.rb CHANGED
@@ -1,11 +1,11 @@
1
- module Luda
2
- module Rails
3
- class Engine < ::Rails::Engine
4
- initializer 'luda.assets' do |app|
5
- %w(stylesheets javascripts).each do |sub|
6
- app.config.assets.paths << root.join('assets', sub).to_s
7
- end
8
- end
9
- end
10
- end
11
- end
1
+ module Luda
2
+ module Rails
3
+ class Engine < ::Rails::Engine
4
+ initializer 'luda.assets' do |app|
5
+ %w(stylesheets javascripts).each do |sub|
6
+ app.config.assets.paths << root.join('assets', sub).to_s
7
+ end
8
+ end
9
+ end
10
+ end
11
+ end
data/lib/luda/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Luda
2
- VERSION = '0.1.5'
2
+ VERSION = '0.1.6'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: luda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - oatw
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-02-18 00:00:00.000000000 Z
11
+ date: 2019-02-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass
@@ -134,77 +134,6 @@ files:
134
134
  - assets/stylesheets/luda/_core/utilities/_visibility.sass
135
135
  - assets/stylesheets/luda/_core/utilities/_z-index.sass
136
136
  - assets/stylesheets/luda/_default.sass
137
- - assets/stylesheets/luda/core/_base.sass
138
- - assets/stylesheets/luda/core/_functions.sass
139
- - assets/stylesheets/luda/core/_variables.sass
140
- - assets/stylesheets/luda/core/behaviours/_disabled.sass
141
- - assets/stylesheets/luda/core/behaviours/_focus.sass
142
- - assets/stylesheets/luda/core/behaviours/_readonly.sass
143
- - assets/stylesheets/luda/core/behaviours/_toggle.sass
144
- - assets/stylesheets/luda/core/collections/_alert.sass
145
- - assets/stylesheets/luda/core/collections/_avatar.sass
146
- - assets/stylesheets/luda/core/collections/_breadcrumb.sass
147
- - assets/stylesheets/luda/core/collections/_button-group.sass
148
- - assets/stylesheets/luda/core/collections/_button-icon.sass
149
- - assets/stylesheets/luda/core/collections/_carousel.sass
150
- - assets/stylesheets/luda/core/collections/_dropdown.sass
151
- - assets/stylesheets/luda/core/collections/_form-button.sass
152
- - assets/stylesheets/luda/core/collections/_form-dropdown.sass
153
- - assets/stylesheets/luda/core/collections/_form-group.sass
154
- - assets/stylesheets/luda/core/collections/_form-icon.sass
155
- - assets/stylesheets/luda/core/collections/_media.sass
156
- - assets/stylesheets/luda/core/collections/_modal.sass
157
- - assets/stylesheets/luda/core/collections/_nav.sass
158
- - assets/stylesheets/luda/core/collections/_tab.sass
159
- - assets/stylesheets/luda/core/elements/_badge.sass
160
- - assets/stylesheets/luda/core/elements/_baseline.sass
161
- - assets/stylesheets/luda/core/elements/_button.sass
162
- - assets/stylesheets/luda/core/elements/_container.sass
163
- - assets/stylesheets/luda/core/elements/_grid.sass
164
- - assets/stylesheets/luda/core/elements/_icon.sass
165
- - assets/stylesheets/luda/core/elements/_overlay.sass
166
- - assets/stylesheets/luda/core/elements/_progress.sass
167
- - assets/stylesheets/luda/core/elements/_scrollbar.sass
168
- - assets/stylesheets/luda/core/elements/_table.sass
169
- - assets/stylesheets/luda/core/elements/_turbolinks-progress-bar.sass
170
- - assets/stylesheets/luda/core/elements/form/_form-check-radio.sass
171
- - assets/stylesheets/luda/core/elements/form/_form-element.sass
172
- - assets/stylesheets/luda/core/elements/form/_form-helper.sass
173
- - assets/stylesheets/luda/core/elements/form/_form-label.sass
174
- - assets/stylesheets/luda/core/elements/form/_form-range.sass
175
- - assets/stylesheets/luda/core/elements/form/_form-row.sass
176
- - assets/stylesheets/luda/core/elements/typography/_code.sass
177
- - assets/stylesheets/luda/core/elements/typography/_link.sass
178
- - assets/stylesheets/luda/core/elements/typography/_list.sass
179
- - assets/stylesheets/luda/core/elements/typography/_mark.sass
180
- - assets/stylesheets/luda/core/elements/typography/_quote.sass
181
- - assets/stylesheets/luda/core/elements/typography/_sub-sup.sass
182
- - assets/stylesheets/luda/core/elements/typography/_typography.sass
183
- - assets/stylesheets/luda/core/mixins/_browser.sass
184
- - assets/stylesheets/luda/core/mixins/_button.sass
185
- - assets/stylesheets/luda/core/mixins/_dropdown.sass
186
- - assets/stylesheets/luda/core/mixins/_focus.sass
187
- - assets/stylesheets/luda/core/mixins/_form.sass
188
- - assets/stylesheets/luda/core/mixins/_install.sass
189
- - assets/stylesheets/luda/core/mixins/_media-query.sass
190
- - assets/stylesheets/luda/core/mixins/_overlay.sass
191
- - assets/stylesheets/luda/core/mixins/_sass-lint-fix.sass
192
- - assets/stylesheets/luda/core/mixins/_typography.sass
193
- - assets/stylesheets/luda/core/utilities/_align.sass
194
- - assets/stylesheets/luda/core/utilities/_background.sass
195
- - assets/stylesheets/luda/core/utilities/_color.sass
196
- - assets/stylesheets/luda/core/utilities/_display.sass
197
- - assets/stylesheets/luda/core/utilities/_flex.sass
198
- - assets/stylesheets/luda/core/utilities/_float.sass
199
- - assets/stylesheets/luda/core/utilities/_opacity.sass
200
- - assets/stylesheets/luda/core/utilities/_overflow.sass
201
- - assets/stylesheets/luda/core/utilities/_position.sass
202
- - assets/stylesheets/luda/core/utilities/_shape.sass
203
- - assets/stylesheets/luda/core/utilities/_size.sass
204
- - assets/stylesheets/luda/core/utilities/_space.sass
205
- - assets/stylesheets/luda/core/utilities/_text.sass
206
- - assets/stylesheets/luda/core/utilities/_visibility.sass
207
- - assets/stylesheets/luda/core/utilities/_z-index.sass
208
137
  - assets/stylesheets/luda/default/_banner.sass
209
138
  - assets/stylesheets/luda/default/_base.sass
210
139
  - assets/stylesheets/luda/default/_functions.sass
@@ -295,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
295
224
  version: '0'
296
225
  requirements: []
297
226
  rubyforge_project:
298
- rubygems_version: 2.7.6
227
+ rubygems_version: 2.7.7
299
228
  signing_key:
300
229
  specification_version: 4
301
230
  summary: A lightweight and responsive UI framework for modern web development.
@@ -1,430 +0,0 @@
1
- +install(shared-base)
2
- // sass-lint:disable max-file-line-count
3
-
4
- // Based on sanitize.css v6.0.0 CC0 License
5
- // github.com/csstools/sanitize.css
6
-
7
-
8
-
9
- // Document
10
- // ==========================================================================
11
-
12
- // 1. Remove repeating backgrounds in all browsers (opinionated).
13
- // 2. Add border box sizing in all browsers (opinionated).
14
- *,
15
- ::before,
16
- ::after
17
- box-sizing: border-box // 2
18
- background-repeat: no-repeat // 1
19
-
20
- // 1. Add text decoration inheritance in all browsers (opinionated).
21
- // 2. Add vertical alignment inheritance in all browsers (opinionated).
22
- ::before,
23
- ::after
24
- vertical-align: inherit // 2
25
- text-decoration: inherit // 1
26
-
27
- // change firefox tap highlight default gray background color
28
- a:active,
29
- label:active
30
- background-color: $base-tap-highlight-color
31
-
32
- // 1. Add the default cursor in all browsers (opinionated).
33
- // 2. Breaks words to prevent prevent overflow in all browsers (opinionated).
34
- // 3. Prevent adjustments of font size after orientation changes
35
- // in IE on Windows Phone and in iOS.
36
- html
37
- font-size: _baseline-height-px(1)
38
- word-break: $base-word-break // 2
39
- cursor: $base-cursor // 1
40
- font-family: $typography-main
41
- text-rendering: $base-text-rendering
42
- text-underline-position: $base-text-underline-position
43
- background: $base-html-background
44
- -ms-text-size-adjust: 100% // 3
45
- -webkit-text-size-adjust: 100% // 3
46
- -webkit-font-smoothing: $base-webkit-font-smoothing
47
- -moz-osx-font-smoothing: $base-moz-font-smoothing
48
- -webkit-tap-highlight-color: $base-tap-highlight-color
49
- -webkit-touch-callout: $base-webkit-touch-callout
50
-
51
- // fix ios safari not fire mouse event on some elements
52
- +browser-ios-safari
53
- html
54
- cursor: pointer
55
-
56
- +browser-firefox
57
- html
58
- color: transparent
59
-
60
- body
61
- color: if($typography-main-color, null, initial)
62
-
63
-
64
-
65
- body
66
- min-height: $base-body-min-height
67
- margin: 0 // 1
68
- font-size: px-to-rem($typography-main-size-px)
69
- line-height: $typography-main-line-height-ratio // 2
70
- color: $typography-main-color
71
- background: $base-body-background
72
-
73
- // Correct the font size and margin on `h1` elements
74
- // within `section` and `article` contexts in Chrome, Firefox, and Safari.
75
- h1
76
- margin: 0
77
- font-size: typo-size(1)
78
-
79
- h2,
80
- h3,
81
- h4,
82
- h5,
83
- h6,
84
- p,
85
- blockquote,
86
- figure
87
- margin: 0
88
-
89
-
90
-
91
- // Grouping content
92
- // ==========================================================================
93
-
94
- // 1. Add the correct box sizing in Firefox.
95
- // 2. Show the overflow in Edge and IE.
96
- hr
97
- box-sizing: content-box // 1
98
- flex-shrink: 0
99
- width: 100%
100
- height: 0 // 1
101
- margin: 0
102
- border: none
103
- overflow: visible // 2
104
-
105
- // Add the correct display in IE.
106
- main
107
- display: block
108
-
109
- ul,
110
- ol,
111
- dl,
112
- dd
113
- margin: 0
114
-
115
- ul,
116
- ol
117
- padding: 0
118
-
119
- // Remove the list style on navigation lists in all browsers (opinionated).
120
- nav ol,
121
- nav ul
122
- list-style: none
123
-
124
- // 1. Correct the inheritance and scaling of font size in all browsers.
125
- // 2. Correct the odd `em` font sizing in all browsers.
126
- pre
127
- margin: 0
128
- font-size: 1em // 2
129
- word-break: if($base-word-break, normal, null)
130
- overflow: auto
131
- -webkit-overflow-scrolling: touch
132
- font-family: monospace, monospace // 1
133
-
134
-
135
-
136
- // Text-level semantics
137
- // ==========================================================================
138
-
139
- // 1. Remove the gray background on active links in IE 10.
140
- a
141
- cursor: pointer
142
- background-color: transparent // 1
143
-
144
- // 1. Add the correct text decoration in Edge, IE, Opera, and Safari.
145
- abbr[title]
146
- cursor: help
147
- text-decoration: underline dotted // 1
148
-
149
- // Add the correct font weight in Chrome, Edge, and Safari.
150
- b,
151
- strong
152
- font-weight: 700
153
-
154
- // 1. Correct the inheritance and scaling of font size in all browsers.
155
- // 2. Correct the odd `em` font sizing in all browsers.
156
- code,
157
- kbd,
158
- samp
159
- font-size: 1em // 2
160
- font-family: monospace, monospace // 1
161
-
162
- // Add the correct font size in all browsers.
163
- small
164
- font-size: 100% / $typography-size-scale-ratio
165
-
166
- // Remove the text shadow on text selections in Firefox 61- (opinionated).
167
- // 1. Restore the coloring undone by defining the text shadow
168
- // in all browsers (opinionated).
169
- ::-moz-selection
170
- color: $base-selection-color // 1
171
- text-shadow: none
172
- background-color: $base-selection-background-color // 1
173
-
174
- ::selection
175
- color: $base-selection-color // 1
176
- text-shadow: none
177
- background-color: $base-selection-background-color // 1
178
-
179
-
180
-
181
- // Embedded content
182
- // ==========================================================================
183
-
184
- // Change the alignment on media elements in all browers (opinionated).
185
- audio,
186
- canvas,
187
- iframe,
188
- img,
189
- svg,
190
- video
191
- vertical-align: top
192
-
193
- // Add the correct display in IE 9-.
194
- audio,
195
- video
196
- display: inline-block
197
-
198
- // Add the correct display in iOS 4-7.
199
- audio:not([controls])
200
- display: none
201
- height: 0
202
-
203
- // Remove the border on images inside links in IE 10-.
204
- img
205
- border-style: none
206
-
207
- iframe
208
- border: none
209
-
210
- // Change the fill color to match the text color in all browsers (opinionated).
211
- svg
212
- fill: currentColor
213
-
214
- // Hide the overflow in IE.
215
- svg:not(:root)
216
- overflow: hidden
217
-
218
-
219
-
220
- // Tabular data
221
- // ==========================================================================
222
-
223
- // Collapse border spacing in all browsers (opinionated).
224
- table
225
- border-collapse: collapse
226
-
227
- th,
228
- td
229
- padding: 0
230
-
231
-
232
-
233
- // Forms
234
- // ==========================================================================
235
-
236
- // Remove the margin in Firefox and Safari.
237
- button,
238
- input,
239
- optgroup,
240
- select,
241
- textarea
242
- margin: 0
243
-
244
- // Inherit styling in all browsers (opinionated).
245
- button,
246
- input,
247
- select,
248
- textarea
249
- font-size: inherit
250
- line-height: inherit
251
- color: inherit
252
- font-family: inherit
253
- border-radius: 0
254
-
255
- // prevent word break in safari
256
- button,
257
- input,
258
- select,
259
- textarea,
260
- optgroup,
261
- option
262
- word-break: if($base-word-break, normal, null)
263
-
264
- // 1. Show the overflow in IE.
265
- // 2. Remove the inheritance of text transform in Edge, Firefox, and IE.
266
- button
267
- overflow: visible // 1
268
- text-transform: none // 2
269
-
270
- // Correct the inability to style clickable types in iOS and Safari.
271
- button,
272
- [type=button],
273
- [type=reset],
274
- [type=submit]
275
- -webkit-appearance: button
276
-
277
- // Restore the focus styles unset by the previous rule in Firefox.
278
- button:-moz-focusring,
279
- [type=button]:-moz-focusring,
280
- [type=reset]:-moz-focusring,
281
- [type=submit]:-moz-focusring
282
- outline: 1px dotted ButtonText
283
-
284
- // Remove the inner border and padding in Firefox.
285
- ::-moz-focus-inner
286
- padding: 0
287
- border-style: none
288
-
289
- // 1. Correct the padding in Firefox.
290
- fieldset
291
- padding: 0 // 1
292
- margin: 0
293
- border: none
294
-
295
- // Show the overflow in Edge and IE.
296
- input
297
- overflow: visible
298
-
299
- // 1. Correct the text wrapping in Edge and IE.
300
- // 2. Correct the color inheritance from `fieldset` elements in IE.
301
- // 3. Remove the padding so developers are not caught out
302
- // when they zero out `fieldset` elements in all browsers.
303
- legend
304
- box-sizing: border-box // 1
305
- display: table // 1
306
- max-width: 100% // 1
307
- padding: 0 // 3
308
- white-space: normal // 1
309
- color: inherit // 2
310
-
311
- // 1. Add the correct display in Edge and IE.
312
- // 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
313
- progress
314
- display: inline-block // 1
315
- vertical-align: top // 2
316
-
317
- // Remove the inheritance of text transform in Firefox.
318
- select
319
- text-transform: none
320
-
321
- // 1. Remove the default vertical scrollbar in IE.
322
- // 2. Change the resize direction on textareas in all browsers (opinionated).
323
- textarea
324
- overflow: auto // 1
325
- -webkit-overflow-scrolling: touch
326
- resize: vertical // 2
327
-
328
- // 1. Add the correct box sizing in IE 10-.
329
- // 2. Remove the padding in IE 10-.
330
- [type=checkbox],
331
- [type=radio]
332
- box-sizing: border-box // 1
333
- padding: 0 // 2
334
-
335
- // Correct the cursor style of increment and decrement buttons in Chrome.
336
- ::-webkit-inner-spin-button,
337
- ::-webkit-outer-spin-button
338
- height: auto
339
-
340
- // 1. Correct the odd appearance in Chrome and Safari.
341
- // 2. Correct the outline style in Safari.
342
- [type=search]
343
- -webkit-appearance: textfield // 1
344
- outline-offset: -2px // 2
345
-
346
- // Remove the inner padding in Chrome and Safari on macOS.
347
- ::-webkit-search-decoration
348
- -webkit-appearance: none
349
-
350
- // 1. Correct the inability to style clickable types in iOS and Safari.
351
- // 2. Change font properties to `inherit` in Safari.
352
- ::-webkit-file-upload-button
353
- -webkit-appearance: button // 1
354
- font: inherit // 2
355
-
356
-
357
-
358
- // Interactive
359
- // ==========================================================================
360
-
361
- // Add the correct display in Edge and IE.
362
- details
363
- display: block
364
-
365
- // Add the correct display in all browsers.
366
- summary
367
- display: list-item
368
-
369
-
370
-
371
- // Scripting
372
- // ==========================================================================
373
-
374
- // Add the correct display in IE 9-.
375
- canvas
376
- display: inline-block
377
-
378
- // Add the correct display in IE.
379
- template
380
- display: none
381
-
382
-
383
-
384
- // User interaction
385
- // ==========================================================================
386
-
387
- // 1. Remove the tapping delay on clickable elements
388
- // in all browsers (opinionated).
389
- // 2. Remove the tapping delay in IE 10.
390
- a,
391
- area,
392
- button,
393
- input,
394
- label,
395
- select,
396
- summary,
397
- textarea,
398
- [tabindex]
399
- -ms-touch-action: manipulation // 1
400
- touch-action: manipulation // 2
401
-
402
- // Add the correct display in IE 10-.
403
- [hidden]
404
- display: none
405
-
406
-
407
-
408
- // Accessibility
409
- // ==========================================================================
410
-
411
- // Change the cursor on busy elements in all browsers (opinionated).
412
- [aria-busy=true]
413
- cursor: progress
414
-
415
- // Change the cursor on control elements in all browsers (opinionated).
416
- [aria-controls]
417
- cursor: pointer
418
-
419
- // Change the cursor on disabled, not-editable, or otherwise inoperable elements
420
- // in all browsers (opinionated).
421
- [aria-disabled],
422
- [disabled]
423
- cursor: not-allowed
424
-
425
- // Change the display on visually hidden accessible elements
426
- // in all browsers (opinionated).
427
- [aria-hidden=false][hidden]:not(:focus)
428
- display: inherit
429
- position: absolute
430
- clip: rect(0, 0, 0, 0)