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
@@ -1,36 +1,36 @@
1
- +install(shared-utility-color)
2
-
3
- .c-primary
4
- color: $color-primary !important
5
-
6
- .c-secondary
7
- color: $color-secondary !important
8
-
9
- .c-danger
10
- color: $color-danger !important
11
-
12
- .c-dark
13
- color: $color-dark !important
14
-
15
- .c-light
16
- color: $color-light !important
17
-
18
- .c-emphasis
19
- color: $color-emphasis !important
20
-
21
- .c-main
22
- color: $color-main !important
23
-
24
- .c-muted
25
- color: $color-muted !important
26
-
27
-
28
-
29
- .c-inverse-emphasis
30
- color: $color-inverse-emphasis !important
31
-
32
- .c-inverse-main
33
- color: $color-inverse-main !important
34
-
35
- .c-inverse-muted
1
+ +install(shared-utility-color)
2
+
3
+ .c-primary
4
+ color: $color-primary !important
5
+
6
+ .c-secondary
7
+ color: $color-secondary !important
8
+
9
+ .c-danger
10
+ color: $color-danger !important
11
+
12
+ .c-dark
13
+ color: $color-dark !important
14
+
15
+ .c-light
16
+ color: $color-light !important
17
+
18
+ .c-emphasis
19
+ color: $color-emphasis !important
20
+
21
+ .c-main
22
+ color: $color-main !important
23
+
24
+ .c-muted
25
+ color: $color-muted !important
26
+
27
+
28
+
29
+ .c-inverse-emphasis
30
+ color: $color-inverse-emphasis !important
31
+
32
+ .c-inverse-main
33
+ color: $color-inverse-main !important
34
+
35
+ .c-inverse-muted
36
36
  color: $color-inverse-muted !important
@@ -1,40 +1,40 @@
1
- +install(shared-utility-display)
2
-
3
- @each $breakpoint in map-keys($breakpoint-width-pxs)
4
-
5
- $class-fix: _responsive-class-fix($breakpoint)
6
-
7
- +media-width($breakpoint)
8
-
9
- .dis-inline#{$class-fix}
10
- display: inline !important
11
-
12
- .dis-inline-block#{$class-fix}
13
- display: inline-block !important
14
-
15
- .dis-block#{$class-fix}
16
- display: block !important
17
-
18
- .dis-table#{$class-fix}
19
- display: table !important
20
-
21
- .dis-table-cell#{$class-fix}
22
- display: table-cell !important
23
-
24
- .dis-table-row#{$class-fix}
25
- display: table-row !important
26
-
27
- .dis-flex#{$class-fix}
28
- display: flex !important
29
-
30
- .dis-inline-flex#{$class-fix}
31
- display: inline-flex !important
32
-
33
- .dis-none#{$class-fix}
34
- display: none !important
35
-
36
-
37
-
38
- +media-print
39
- .dis-none-on-print
1
+ +install(shared-utility-display)
2
+
3
+ @each $breakpoint in map-keys($breakpoint-width-pxs)
4
+
5
+ $class-fix: _responsive-class-fix($breakpoint)
6
+
7
+ +media-width($breakpoint)
8
+
9
+ .dis-inline#{$class-fix}
10
+ display: inline !important
11
+
12
+ .dis-inline-block#{$class-fix}
13
+ display: inline-block !important
14
+
15
+ .dis-block#{$class-fix}
16
+ display: block !important
17
+
18
+ .dis-table#{$class-fix}
19
+ display: table !important
20
+
21
+ .dis-table-cell#{$class-fix}
22
+ display: table-cell !important
23
+
24
+ .dis-table-row#{$class-fix}
25
+ display: table-row !important
26
+
27
+ .dis-flex#{$class-fix}
28
+ display: flex !important
29
+
30
+ .dis-inline-flex#{$class-fix}
31
+ display: inline-flex !important
32
+
33
+ .dis-none#{$class-fix}
34
+ display: none !important
35
+
36
+
37
+
38
+ +media-print
39
+ .dis-none-on-print
40
40
  display: none !important
@@ -1,114 +1,114 @@
1
- +install(shared-utility-flex)
2
-
3
- @each $breakpoint in map-keys($breakpoint-width-pxs)
4
-
5
- $class-fix: _responsive-class-fix($breakpoint)
6
-
7
- +media-width($breakpoint)
8
-
9
- .fw-wrap#{$class-fix}
10
- flex-wrap: wrap !important
11
-
12
- .fw-nowrap#{$class-fix}
13
- flex-wrap: nowrap !important
14
-
15
- .fw-wrap-reverse#{$class-fix}
16
- flex-wrap: wrap-reverse !important
17
-
18
- .fd-row#{$class-fix}
19
- flex-direction: row !important
20
-
21
- .fd-column#{$class-fix}
22
- flex-direction: column !important
23
-
24
- .fd-row-reverse#{$class-fix}
25
- flex-direction: row-reverse !important
26
-
27
- .fd-column-reverse#{$class-fix}
28
- flex-direction: column-reverse !important
29
-
30
- .jc-start#{$class-fix}
31
- justify-content: flex-start !important
32
-
33
- .jc-center#{$class-fix}
34
- justify-content: center !important
35
-
36
- .jc-end#{$class-fix}
37
- justify-content: flex-end !important
38
-
39
- .jc-between#{$class-fix}
40
- justify-content: space-between !important
41
-
42
- .jc-around#{$class-fix}
43
- justify-content: space-around !important
44
-
45
- .ac-start#{$class-fix}
46
- align-content: flex-start !important
47
-
48
- .ac-center#{$class-fix}
49
- align-content: center !important
50
-
51
- .ac-end#{$class-fix}
52
- align-content: flex-end !important
53
-
54
- .ac-between#{$class-fix}
55
- align-content: space-between !important
56
-
57
- .ac-around#{$class-fix}
58
- align-content: space-around !important
59
-
60
- .ai-start#{$class-fix}
61
- align-items: flex-start !important
62
-
63
- .ai-end#{$class-fix}
64
- align-items: flex-end !important
65
-
66
- .ai-center#{$class-fix}
67
- align-items: center !important
68
-
69
- .ai-baseline#{$class-fix}
70
- align-items: baseline !important
71
-
72
- .ai-stretch#{$class-fix}
73
- align-items: stretch !important
74
-
75
- .as-start#{$class-fix}
76
- align-self: flex-start !important
77
-
78
- .as-center#{$class-fix}
79
- align-self: center !important
80
-
81
- .as-baseline#{$class-fix}
82
- align-self: baseline !important
83
-
84
- .as-end#{$class-fix}
85
- align-self: flex-end !important
86
-
87
- .as-stretch#{$class-fix}
88
- align-self: stretch !important
89
-
90
- .fg-1#{$class-fix}
91
- flex-grow: 1 !important
92
-
93
- .fg-0#{$class-fix}
94
- flex-grow: 0 !important
95
-
96
- .fs-1#{$class-fix}
97
- flex-shrink: 1 !important
98
-
99
- .fs-0#{$class-fix}
100
- flex-shrink: 0 !important
101
-
102
- .flex-auto#{$class-fix}
103
- flex: 1 1 auto !important
104
-
105
- .od-0#{$class-fix}
106
- order: 0 !important
107
-
108
- @for $i from 1 through ceil($grid-columns / 2)
109
-
110
- .od-#{$i}#{$class-fix}
111
- order: $i !important
112
-
113
- .on-#{$i}#{$class-fix}
1
+ +install(shared-utility-flex)
2
+
3
+ @each $breakpoint in map-keys($breakpoint-width-pxs)
4
+
5
+ $class-fix: _responsive-class-fix($breakpoint)
6
+
7
+ +media-width($breakpoint)
8
+
9
+ .fw-wrap#{$class-fix}
10
+ flex-wrap: wrap !important
11
+
12
+ .fw-nowrap#{$class-fix}
13
+ flex-wrap: nowrap !important
14
+
15
+ .fw-wrap-reverse#{$class-fix}
16
+ flex-wrap: wrap-reverse !important
17
+
18
+ .fd-row#{$class-fix}
19
+ flex-direction: row !important
20
+
21
+ .fd-column#{$class-fix}
22
+ flex-direction: column !important
23
+
24
+ .fd-row-reverse#{$class-fix}
25
+ flex-direction: row-reverse !important
26
+
27
+ .fd-column-reverse#{$class-fix}
28
+ flex-direction: column-reverse !important
29
+
30
+ .jc-start#{$class-fix}
31
+ justify-content: flex-start !important
32
+
33
+ .jc-center#{$class-fix}
34
+ justify-content: center !important
35
+
36
+ .jc-end#{$class-fix}
37
+ justify-content: flex-end !important
38
+
39
+ .jc-between#{$class-fix}
40
+ justify-content: space-between !important
41
+
42
+ .jc-around#{$class-fix}
43
+ justify-content: space-around !important
44
+
45
+ .ac-start#{$class-fix}
46
+ align-content: flex-start !important
47
+
48
+ .ac-center#{$class-fix}
49
+ align-content: center !important
50
+
51
+ .ac-end#{$class-fix}
52
+ align-content: flex-end !important
53
+
54
+ .ac-between#{$class-fix}
55
+ align-content: space-between !important
56
+
57
+ .ac-around#{$class-fix}
58
+ align-content: space-around !important
59
+
60
+ .ai-start#{$class-fix}
61
+ align-items: flex-start !important
62
+
63
+ .ai-end#{$class-fix}
64
+ align-items: flex-end !important
65
+
66
+ .ai-center#{$class-fix}
67
+ align-items: center !important
68
+
69
+ .ai-baseline#{$class-fix}
70
+ align-items: baseline !important
71
+
72
+ .ai-stretch#{$class-fix}
73
+ align-items: stretch !important
74
+
75
+ .as-start#{$class-fix}
76
+ align-self: flex-start !important
77
+
78
+ .as-center#{$class-fix}
79
+ align-self: center !important
80
+
81
+ .as-baseline#{$class-fix}
82
+ align-self: baseline !important
83
+
84
+ .as-end#{$class-fix}
85
+ align-self: flex-end !important
86
+
87
+ .as-stretch#{$class-fix}
88
+ align-self: stretch !important
89
+
90
+ .fg-1#{$class-fix}
91
+ flex-grow: 1 !important
92
+
93
+ .fg-0#{$class-fix}
94
+ flex-grow: 0 !important
95
+
96
+ .fs-1#{$class-fix}
97
+ flex-shrink: 1 !important
98
+
99
+ .fs-0#{$class-fix}
100
+ flex-shrink: 0 !important
101
+
102
+ .flex-auto#{$class-fix}
103
+ flex: 1 1 auto !important
104
+
105
+ .od-0#{$class-fix}
106
+ order: 0 !important
107
+
108
+ @for $i from 1 through ceil($grid-columns / 2)
109
+
110
+ .od-#{$i}#{$class-fix}
111
+ order: $i !important
112
+
113
+ .on-#{$i}#{$class-fix}
114
114
  order: - $i !important
@@ -1,21 +1,21 @@
1
- +install(shared-utility-float)
2
-
3
- .clear::after
4
- display: block
5
- clear: both
6
- content: ""
7
-
8
- @each $breakpoint in map-keys($breakpoint-width-pxs)
9
-
10
- $class-fix: _responsive-class-fix($breakpoint)
11
-
12
- +media-width($breakpoint)
13
-
14
- .f-left#{$class-fix}
15
- float: left !important
16
-
17
- .f-right#{$class-fix}
18
- float: right !important
19
-
20
- .f-none#{$class-fix}
1
+ +install(shared-utility-float)
2
+
3
+ .clear::after
4
+ display: block
5
+ clear: both
6
+ content: ""
7
+
8
+ @each $breakpoint in map-keys($breakpoint-width-pxs)
9
+
10
+ $class-fix: _responsive-class-fix($breakpoint)
11
+
12
+ +media-width($breakpoint)
13
+
14
+ .f-left#{$class-fix}
15
+ float: left !important
16
+
17
+ .f-right#{$class-fix}
18
+ float: right !important
19
+
20
+ .f-none#{$class-fix}
21
21
  float: none !important
@@ -1,19 +1,19 @@
1
- +install(shared-utility-opacity)
2
-
3
- .o-emphasis
4
- opacity: $opacity-emphasis !important
5
-
6
- .o-main
7
- opacity: $opacity-main !important
8
-
9
- .o-muted
10
- opacity: $opacity-muted !important
11
-
12
- .o-more-muted
13
- opacity: $opacity-more-muted !important
14
-
15
- .o-most-muted
16
- opacity: $opacity-most-muted !important
17
-
18
- .o-transparent
1
+ +install(shared-utility-opacity)
2
+
3
+ .o-emphasis
4
+ opacity: $opacity-emphasis !important
5
+
6
+ .o-main
7
+ opacity: $opacity-main !important
8
+
9
+ .o-muted
10
+ opacity: $opacity-muted !important
11
+
12
+ .o-more-muted
13
+ opacity: $opacity-more-muted !important
14
+
15
+ .o-most-muted
16
+ opacity: $opacity-most-muted !important
17
+
18
+ .o-transparent
19
19
  opacity: 0 !important