uikit 3.18.0 → 3.18.1-dev.7348eb6e3

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 (200) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/dist/css/uikit-core-rtl.css +500 -500
  3. package/dist/css/uikit-core-rtl.min.css +1 -1
  4. package/dist/css/uikit-core.css +500 -500
  5. package/dist/css/uikit-core.min.css +1 -1
  6. package/dist/css/uikit-rtl.css +523 -523
  7. package/dist/css/uikit-rtl.min.css +1 -1
  8. package/dist/css/uikit.css +523 -523
  9. package/dist/css/uikit.min.css +1 -1
  10. package/dist/js/components/countdown.js +2 -4
  11. package/dist/js/components/countdown.min.js +1 -1
  12. package/dist/js/components/filter.js +1 -1
  13. package/dist/js/components/filter.min.js +1 -1
  14. package/dist/js/components/lightbox-panel.js +31 -21
  15. package/dist/js/components/lightbox-panel.min.js +1 -1
  16. package/dist/js/components/lightbox.js +31 -21
  17. package/dist/js/components/lightbox.min.js +1 -1
  18. package/dist/js/components/notification.js +1 -1
  19. package/dist/js/components/notification.min.js +1 -1
  20. package/dist/js/components/parallax.js +1 -1
  21. package/dist/js/components/parallax.min.js +1 -1
  22. package/dist/js/components/slider-parallax.js +1 -1
  23. package/dist/js/components/slider-parallax.min.js +1 -1
  24. package/dist/js/components/slider.js +2 -4
  25. package/dist/js/components/slider.min.js +1 -1
  26. package/dist/js/components/slideshow-parallax.js +1 -1
  27. package/dist/js/components/slideshow-parallax.min.js +1 -1
  28. package/dist/js/components/slideshow.js +2 -4
  29. package/dist/js/components/slideshow.min.js +1 -1
  30. package/dist/js/components/sortable.js +2 -2
  31. package/dist/js/components/sortable.min.js +1 -1
  32. package/dist/js/components/tooltip.js +1 -1
  33. package/dist/js/components/tooltip.min.js +1 -1
  34. package/dist/js/components/upload.js +1 -1
  35. package/dist/js/components/upload.min.js +1 -1
  36. package/dist/js/uikit-core.js +43 -19
  37. package/dist/js/uikit-core.min.js +1 -1
  38. package/dist/js/uikit-icons.js +1 -2
  39. package/dist/js/uikit-icons.min.js +1 -1
  40. package/dist/js/uikit.js +47 -29
  41. package/dist/js/uikit.min.js +1 -1
  42. package/package.json +2 -2
  43. package/src/js/components/countdown.js +1 -3
  44. package/src/js/components/lightbox-panel.js +1 -3
  45. package/src/js/components/sortable.js +1 -2
  46. package/src/js/core/height-match.js +1 -1
  47. package/src/js/core/modal.js +13 -0
  48. package/src/js/core/video.js +5 -1
  49. package/src/js/mixin/slider-autoplay.js +1 -3
  50. package/src/js/util/scroll.js +36 -17
  51. package/src/js/util/viewport.js +1 -1
  52. package/src/less/components/align.less +2 -2
  53. package/src/less/components/animation.less +2 -2
  54. package/src/less/components/article.less +2 -2
  55. package/src/less/components/base.less +3 -3
  56. package/src/less/components/card.less +8 -8
  57. package/src/less/components/column.less +3 -3
  58. package/src/less/components/container.less +3 -3
  59. package/src/less/components/divider.less +2 -2
  60. package/src/less/components/dropnav.less +1 -1
  61. package/src/less/components/form.less +1 -1
  62. package/src/less/components/grid.less +3 -3
  63. package/src/less/components/height.less +1 -1
  64. package/src/less/components/icon.less +3 -3
  65. package/src/less/components/link.less +1 -1
  66. package/src/less/components/modal.less +3 -3
  67. package/src/less/components/navbar.less +4 -4
  68. package/src/less/components/position.less +7 -7
  69. package/src/less/components/sticky.less +1 -1
  70. package/src/less/components/svg.less +3 -3
  71. package/src/less/components/transition.less +9 -9
  72. package/src/less/components/utility.less +4 -4
  73. package/src/less/components/width.less +7 -7
  74. package/src/less/theme/alert.less +1 -1
  75. package/src/less/theme/align.less +1 -1
  76. package/src/less/theme/animation.less +1 -1
  77. package/src/less/theme/article.less +1 -1
  78. package/src/less/theme/background.less +1 -1
  79. package/src/less/theme/badge.less +1 -1
  80. package/src/less/theme/base.less +1 -1
  81. package/src/less/theme/breadcrumb.less +1 -1
  82. package/src/less/theme/button.less +1 -1
  83. package/src/less/theme/card.less +1 -1
  84. package/src/less/theme/close.less +1 -1
  85. package/src/less/theme/column.less +1 -1
  86. package/src/less/theme/comment.less +1 -1
  87. package/src/less/theme/container.less +1 -1
  88. package/src/less/theme/description-list.less +1 -1
  89. package/src/less/theme/divider.less +1 -1
  90. package/src/less/theme/dotnav.less +1 -1
  91. package/src/less/theme/drop.less +1 -1
  92. package/src/less/theme/dropbar.less +1 -1
  93. package/src/less/theme/dropdown.less +1 -1
  94. package/src/less/theme/form-range.less +1 -1
  95. package/src/less/theme/height.less +1 -1
  96. package/src/less/theme/icon.less +1 -1
  97. package/src/less/theme/iconnav.less +1 -1
  98. package/src/less/theme/inverse.less +1 -1
  99. package/src/less/theme/label.less +1 -1
  100. package/src/less/theme/leader.less +1 -1
  101. package/src/less/theme/lightbox.less +1 -1
  102. package/src/less/theme/margin.less +1 -1
  103. package/src/less/theme/modal.less +1 -1
  104. package/src/less/theme/nav.less +1 -1
  105. package/src/less/theme/navbar.less +3 -3
  106. package/src/less/theme/notification.less +1 -1
  107. package/src/less/theme/offcanvas.less +1 -1
  108. package/src/less/theme/overlay.less +1 -1
  109. package/src/less/theme/padding.less +1 -1
  110. package/src/less/theme/pagination.less +1 -1
  111. package/src/less/theme/position.less +1 -1
  112. package/src/less/theme/search.less +1 -1
  113. package/src/less/theme/spinner.less +1 -1
  114. package/src/less/theme/sticky.less +1 -1
  115. package/src/less/theme/tab.less +2 -2
  116. package/src/less/theme/table.less +1 -1
  117. package/src/less/theme/thumbnav.less +1 -1
  118. package/src/less/theme/tile.less +1 -1
  119. package/src/less/theme/tooltip.less +1 -1
  120. package/src/less/theme/totop.less +1 -1
  121. package/src/less/theme/transition.less +1 -1
  122. package/src/less/theme/utility.less +1 -1
  123. package/src/less/theme/variables.less +1 -1
  124. package/src/less/theme/width.less +1 -1
  125. package/src/less/uikit.less +1 -1
  126. package/src/scss/components/align.scss +2 -2
  127. package/src/scss/components/animation.scss +2 -2
  128. package/src/scss/components/base.scss +2 -2
  129. package/src/scss/components/card.scss +8 -8
  130. package/src/scss/components/column.scss +3 -3
  131. package/src/scss/components/container.scss +3 -3
  132. package/src/scss/components/divider.scss +2 -2
  133. package/src/scss/components/dropnav.scss +1 -1
  134. package/src/scss/components/form.scss +1 -1
  135. package/src/scss/components/grid.scss +3 -3
  136. package/src/scss/components/height.scss +1 -1
  137. package/src/scss/components/icon.scss +3 -3
  138. package/src/scss/components/modal.scss +3 -3
  139. package/src/scss/components/navbar.scss +4 -4
  140. package/src/scss/components/position.scss +7 -7
  141. package/src/scss/components/sticky.scss +1 -1
  142. package/src/scss/components/svg.scss +3 -3
  143. package/src/scss/components/transition.scss +9 -9
  144. package/src/scss/components/utility.scss +4 -4
  145. package/src/scss/components/width.scss +7 -7
  146. package/src/scss/mixins-theme.scss +7 -7
  147. package/src/scss/mixins.scss +4 -4
  148. package/src/scss/theme/alert.scss +1 -0
  149. package/src/scss/theme/align.scss +1 -1
  150. package/src/scss/theme/animation.scss +1 -1
  151. package/src/scss/theme/article.scss +1 -1
  152. package/src/scss/theme/background.scss +1 -1
  153. package/src/scss/theme/badge.scss +1 -1
  154. package/src/scss/theme/base.scss +1 -1
  155. package/src/scss/theme/breadcrumb.scss +1 -1
  156. package/src/scss/theme/button.scss +1 -1
  157. package/src/scss/theme/card.scss +1 -0
  158. package/src/scss/theme/close.scss +1 -1
  159. package/src/scss/theme/column.scss +1 -1
  160. package/src/scss/theme/comment.scss +1 -1
  161. package/src/scss/theme/container.scss +1 -1
  162. package/src/scss/theme/description-list.scss +1 -1
  163. package/src/scss/theme/divider.scss +1 -1
  164. package/src/scss/theme/dotnav.scss +1 -0
  165. package/src/scss/theme/drop.scss +1 -1
  166. package/src/scss/theme/dropbar.scss +1 -1
  167. package/src/scss/theme/dropdown.scss +1 -1
  168. package/src/scss/theme/form-range.scss +1 -1
  169. package/src/scss/theme/height.scss +1 -1
  170. package/src/scss/theme/icon.scss +1 -1
  171. package/src/scss/theme/iconnav.scss +1 -1
  172. package/src/scss/theme/inverse.scss +1 -1
  173. package/src/scss/theme/label.scss +1 -1
  174. package/src/scss/theme/leader.scss +1 -1
  175. package/src/scss/theme/lightbox.scss +1 -1
  176. package/src/scss/theme/margin.scss +1 -1
  177. package/src/scss/theme/modal.scss +1 -0
  178. package/src/scss/theme/nav.scss +1 -1
  179. package/src/scss/theme/navbar.scss +1 -1
  180. package/src/scss/theme/notification.scss +1 -1
  181. package/src/scss/theme/offcanvas.scss +1 -1
  182. package/src/scss/theme/overlay.scss +1 -1
  183. package/src/scss/theme/padding.scss +1 -1
  184. package/src/scss/theme/pagination.scss +1 -1
  185. package/src/scss/theme/position.scss +1 -1
  186. package/src/scss/theme/search.scss +1 -1
  187. package/src/scss/theme/spinner.scss +1 -1
  188. package/src/scss/theme/sticky.scss +1 -1
  189. package/src/scss/theme/tab.scss +1 -1
  190. package/src/scss/theme/table.scss +1 -0
  191. package/src/scss/theme/thumbnav.scss +1 -1
  192. package/src/scss/theme/tile.scss +1 -1
  193. package/src/scss/theme/tooltip.scss +1 -1
  194. package/src/scss/theme/totop.scss +1 -1
  195. package/src/scss/theme/transition.scss +1 -1
  196. package/src/scss/theme/utility.scss +1 -1
  197. package/src/scss/theme/variables.scss +1 -1
  198. package/src/scss/theme/width.scss +1 -1
  199. package/src/scss/uikit.scss +1 -1
  200. package/src/images/icons/pagekit.svg +0 -3
@@ -141,7 +141,7 @@
141
141
  */
142
142
 
143
143
  .uk-container-item-padding-remove-left,
144
- .uk-container-item-padding-remove-right { width: unquote('calc(100% + #{$container-padding-horizontal})') }
144
+ .uk-container-item-padding-remove-right { width: unquote('calc(100% + #{$container-padding-horizontal})'); }
145
145
 
146
146
  .uk-container-item-padding-remove-left { margin-left: (-$container-padding-horizontal); }
147
147
  .uk-container-item-padding-remove-right { margin-right: (-$container-padding-horizontal); }
@@ -150,7 +150,7 @@
150
150
  @media (min-width: $breakpoint-small) {
151
151
 
152
152
  .uk-container-item-padding-remove-left,
153
- .uk-container-item-padding-remove-right { width: unquote('calc(100% + #{$container-padding-horizontal-s})') }
153
+ .uk-container-item-padding-remove-right { width: unquote('calc(100% + #{$container-padding-horizontal-s})'); }
154
154
 
155
155
  .uk-container-item-padding-remove-left { margin-left: (-$container-padding-horizontal-s); }
156
156
  .uk-container-item-padding-remove-right { margin-right: (-$container-padding-horizontal-s); }
@@ -161,7 +161,7 @@
161
161
  @media (min-width: $breakpoint-medium) {
162
162
 
163
163
  .uk-container-item-padding-remove-left,
164
- .uk-container-item-padding-remove-right { width: unquote('calc(100% + #{$container-padding-horizontal-m})') }
164
+ .uk-container-item-padding-remove-right { width: unquote('calc(100% + #{$container-padding-horizontal-m})'); }
165
165
 
166
166
  .uk-container-item-padding-remove-left { margin-left: (-$container-padding-horizontal-m); }
167
167
  .uk-container-item-padding-remove-right { margin-right: (-$container-padding-horizontal-m); }
@@ -26,7 +26,7 @@
26
26
  * 2. Set margin if a `div` is used for semantical reason
27
27
  */
28
28
 
29
- [class*='uk-divider'] {
29
+ [class*="uk-divider"] {
30
30
  /* 1 */
31
31
  border: none;
32
32
  /* 2 */
@@ -34,7 +34,7 @@
34
34
  }
35
35
 
36
36
  /* Add margin if adjacent element */
37
- * + [class*='uk-divider'] { margin-top: $divider-margin-vertical; }
37
+ * + [class*="uk-divider"] { margin-top: $divider-margin-vertical; }
38
38
 
39
39
 
40
40
  /* Icon
@@ -39,4 +39,4 @@
39
39
 
40
40
  @if(mixin-exists(hook-dropnav-misc)) {@include hook-dropnav-misc();}
41
41
 
42
- // @mixin hook-dropnav-misc(){}
42
+ // @mixin hook-dropnav-misc(){}
@@ -323,7 +323,7 @@ textarea.uk-form-large,
323
323
  */
324
324
 
325
325
  .uk-form-success,
326
- .uk-form-success:focus {
326
+ .uk-form-success:focus {
327
327
  color: $form-success-color;
328
328
  @if(mixin-exists(hook-form-success)) {@include hook-form-success();}
329
329
  }
@@ -104,7 +104,7 @@
104
104
  .uk-grid-small,
105
105
  .uk-grid-column-small { margin-left: (-$grid-small-gutter-horizontal); }
106
106
  .uk-grid-small > *,
107
- .uk-grid-column-small > * { padding-left: $grid-small-gutter-horizontal; }
107
+ .uk-grid-column-small > * { padding-left: $grid-small-gutter-horizontal; }
108
108
 
109
109
  /* Vertical */
110
110
  .uk-grid + .uk-grid-small,
@@ -362,8 +362,8 @@
362
362
  flex-wrap: wrap;
363
363
  }
364
364
 
365
- .uk-grid-match > * > :not([class*='uk-width']),
366
- .uk-grid-item-match > :not([class*='uk-width']) {
365
+ .uk-grid-match > * > :not([class*="uk-width"]),
366
+ .uk-grid-item-match > :not([class*="uk-width"]) {
367
367
  /* 2 */
368
368
  box-sizing: border-box;
369
369
  width: 100%;
@@ -15,7 +15,7 @@
15
15
  Component: Height
16
16
  ========================================================================== */
17
17
 
18
- [class*='uk-height'] { box-sizing: border-box; }
18
+ [class*="uk-height"] { box-sizing: border-box; }
19
19
 
20
20
  /*
21
21
  * Only works if parent element has a height set
@@ -80,14 +80,14 @@ button.uk-icon:not(:disabled) { cursor: pointer; }
80
80
  * Set the fill and stroke color of all SVG elements to the current text color
81
81
  */
82
82
 
83
- .uk-icon:not(.uk-preserve) [fill*='#']:not(.uk-preserve) { fill: currentcolor; }
84
- .uk-icon:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) { stroke: currentcolor; }
83
+ .uk-icon:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) { fill: currentcolor; }
84
+ .uk-icon:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) { stroke: currentcolor; }
85
85
 
86
86
  /*
87
87
  * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
88
88
  */
89
89
 
90
- .uk-icon > * { transform: translate(0,0); }
90
+ .uk-icon > * { transform: translate(0, 0); }
91
91
 
92
92
 
93
93
  /* Image modifier
@@ -233,7 +233,7 @@
233
233
  * Adopts `uk-close`
234
234
  ========================================================================== */
235
235
 
236
- [class*='uk-modal-close-'] {
236
+ [class*="uk-modal-close-"] {
237
237
  position: absolute;
238
238
  z-index: $modal-z-index;
239
239
  top: $modal-close-position;
@@ -246,13 +246,13 @@
246
246
  * Remove margin from adjacent element
247
247
  */
248
248
 
249
- [class*='uk-modal-close-']:first-child + * { margin-top: 0; }
249
+ [class*="uk-modal-close-"]:first-child + * { margin-top: 0; }
250
250
 
251
251
  /*
252
252
  * Hover
253
253
  */
254
254
 
255
- [class*='uk-modal-close-']:hover {
255
+ [class*="uk-modal-close-"]:hover {
256
256
  @if(mixin-exists(hook-modal-close-hover)) {@include hook-modal-close-hover();}
257
257
  }
258
258
 
@@ -87,7 +87,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
87
87
 
88
88
  .uk-navbar-left,
89
89
  .uk-navbar-right,
90
- [class*='uk-navbar-center'] {
90
+ [class*="uk-navbar-center"] {
91
91
  display: flex;
92
92
  gap: $navbar-gap;
93
93
  /* 1 */
@@ -116,7 +116,7 @@ $navbar-nav-gap: 0px !default; // Must have a un
116
116
  position: absolute;
117
117
  top: 50%;
118
118
  left: 50%;
119
- transform: translate(-50%,-50%);
119
+ transform: translate(-50%, -50%);
120
120
  /* 2 */
121
121
  width: max-content;
122
122
  box-sizing: border-box;
@@ -131,10 +131,10 @@ $navbar-nav-gap: 0px !default; // Must have a un
131
131
  top: 0;
132
132
  }
133
133
 
134
- .uk-navbar-center-left { right: unquote('calc(100% + #{$navbar-gap})'); }
134
+ .uk-navbar-center-left { right: unquote('calc(100% + #{$navbar-gap})'); }
135
135
  .uk-navbar-center-right { left: unquote('calc(100% + #{$navbar-gap})'); }
136
136
 
137
- [class*='uk-navbar-center-'] {
137
+ [class*="uk-navbar-center-"] {
138
138
  width: max-content;
139
139
  box-sizing: border-box;
140
140
  }
@@ -45,11 +45,11 @@
45
45
  * 1. Prevent content overflow.
46
46
  */
47
47
 
48
- [class*='uk-position-top'],
49
- [class*='uk-position-bottom'],
50
- [class*='uk-position-left'],
51
- [class*='uk-position-right'],
52
- [class*='uk-position-center'] {
48
+ [class*="uk-position-top"],
49
+ [class*="uk-position-bottom"],
50
+ [class*="uk-position-left"],
51
+ [class*="uk-position-right"],
52
+ [class*="uk-position-center"] {
53
53
  position: absolute !important;
54
54
  /* 1 */
55
55
  max-width: unquote('calc(100% - (var(--uk-position-margin-offset) * 2))');
@@ -126,8 +126,8 @@
126
126
  }
127
127
 
128
128
  /* Vertical */
129
- [class*='uk-position-center-left'],
130
- [class*='uk-position-center-right'] {
129
+ [class*="uk-position-center-left"],
130
+ [class*="uk-position-center-right"] {
131
131
  top: unquote('calc(50% - var(--uk-position-margin-offset))');
132
132
  --uk-position-translate-y: -50%;
133
133
  transform: translate(0, var(--uk-position-translate-y));
@@ -51,7 +51,7 @@
51
51
  * Faster animations
52
52
  */
53
53
 
54
- .uk-sticky[class*='uk-animation-'] { animation-duration: $sticky-animation-duration; }
54
+ .uk-sticky[class*="uk-animation-"] { animation-duration: $sticky-animation-duration; }
55
55
 
56
56
  .uk-sticky.uk-animation-reverse { animation-duration: $sticky-reverse-animation-duration; }
57
57
 
@@ -18,14 +18,14 @@
18
18
  /* 1 */
19
19
  .uk-svg,
20
20
  /* 2 */
21
- .uk-svg:not(.uk-preserve) [fill*='#']:not(.uk-preserve) { fill: currentcolor; }
22
- .uk-svg:not(.uk-preserve) [stroke*='#']:not(.uk-preserve) { stroke: currentcolor; }
21
+ .uk-svg:not(.uk-preserve) [fill*="#"]:not(.uk-preserve) { fill: currentcolor; }
22
+ .uk-svg:not(.uk-preserve) [stroke*="#"]:not(.uk-preserve) { stroke: currentcolor; }
23
23
 
24
24
  /*
25
25
  * Fix Firefox blurry SVG rendering: https://bugzilla.mozilla.org/show_bug.cgi?id=1046835
26
26
  */
27
27
 
28
- .uk-svg { transform: translate(0,0); }
28
+ .uk-svg { transform: translate(0, 0); }
29
29
 
30
30
 
31
31
  // Hooks
@@ -45,15 +45,15 @@
45
45
  */
46
46
 
47
47
  :where(.uk-transition-fade),
48
- :where([class*='uk-transition-scale']),
49
- :where([class*='uk-transition-slide']) {
48
+ :where([class*="uk-transition-scale"]),
49
+ :where([class*="uk-transition-slide"]) {
50
50
  --uk-position-translate-x: 0;
51
51
  --uk-position-translate-y: 0;
52
52
  }
53
53
 
54
54
  .uk-transition-fade,
55
- [class*='uk-transition-scale'],
56
- [class*='uk-transition-slide'] {
55
+ [class*="uk-transition-scale"],
56
+ [class*="uk-transition-slide"] {
57
57
  --uk-translate-x: 0;
58
58
  --uk-translate-y: 0;
59
59
  --uk-scale-x: 1;
@@ -81,7 +81,7 @@
81
81
  */
82
82
 
83
83
  /* 1 */
84
- [class*='uk-transition-scale'] { -webkit-backface-visibility: hidden; }
84
+ [class*="uk-transition-scale"] { -webkit-backface-visibility: hidden; }
85
85
 
86
86
  .uk-transition-scale-up {
87
87
  --uk-scale-x: 1;
@@ -131,10 +131,10 @@
131
131
  .uk-transition-slide-right-medium { --uk-translate-x: #{$transition-slide-medium-translate}; }
132
132
 
133
133
  /* Show */
134
- .uk-transition-toggle:hover [class*='uk-transition-slide'],
135
- .uk-transition-toggle:focus [class*='uk-transition-slide'],
136
- .uk-transition-toggle [class*='uk-transition-slide']:focus-within,
137
- .uk-transition-active.uk-active [class*='uk-transition-slide'] {
134
+ .uk-transition-toggle:hover [class*="uk-transition-slide"],
135
+ .uk-transition-toggle:focus [class*="uk-transition-slide"],
136
+ .uk-transition-toggle [class*="uk-transition-slide"]:focus-within,
137
+ .uk-transition-active.uk-active [class*="uk-transition-slide"] {
138
138
  --uk-translate-x: 0;
139
139
  --uk-translate-y: 0;
140
140
  opacity: 1;
@@ -108,7 +108,7 @@
108
108
  .uk-float-right { float: right; }
109
109
 
110
110
  /* 1 */
111
- [class*='uk-float-'] { max-width: 100%; }
111
+ [class*="uk-float-"] { max-width: 100%; }
112
112
 
113
113
 
114
114
  /* Overfow
@@ -161,7 +161,7 @@
161
161
  * 6. Clip child elements
162
162
  */
163
163
 
164
- [class*='uk-inline'] {
164
+ [class*="uk-inline"] {
165
165
  /* 1 */
166
166
  display: inline-block;
167
167
  /* 2 */
@@ -272,7 +272,7 @@
272
272
  * Fix `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
273
273
  */
274
274
 
275
- .uk-inline-clip[class*='uk-border-'] { -webkit-transform: translateZ(0); }
275
+ .uk-inline-clip[class*="uk-border-"] { -webkit-transform: translateZ(0); }
276
276
 
277
277
 
278
278
  /* Box-shadow
@@ -287,7 +287,7 @@
287
287
  * Hover
288
288
  */
289
289
 
290
- [class*='uk-box-shadow-hover'] { transition: box-shadow $box-shadow-duration ease-in-out; }
290
+ [class*="uk-box-shadow-hover"] { transition: box-shadow $box-shadow-duration ease-in-out; }
291
291
 
292
292
  .uk-box-shadow-hover-small:hover { box-shadow: $global-small-box-shadow; }
293
293
  .uk-box-shadow-hover-medium:hover { box-shadow: $global-medium-box-shadow; }
@@ -20,7 +20,7 @@
20
20
  /* Equal child widths
21
21
  ========================================================================== */
22
22
 
23
- [class*='uk-child-width'] > * {
23
+ [class*="uk-child-width"] > * {
24
24
  box-sizing: border-box;
25
25
  width: 100%;
26
26
  }
@@ -40,7 +40,7 @@
40
40
  * if they have zero width and padding and the predecessor is 100% wide.
41
41
  */
42
42
 
43
- .uk-child-width-expand > :not([class*='uk-width']) {
43
+ .uk-child-width-expand > :not([class*="uk-width"]) {
44
44
  flex: 1;
45
45
  /* 1 */
46
46
  min-width: 1px;
@@ -57,7 +57,7 @@
57
57
  .uk-child-width-1-6\@s > * { width: unquote('calc(100% * 1 / 6.001)'); }
58
58
 
59
59
  .uk-child-width-auto\@s > * { width: auto; }
60
- .uk-child-width-expand\@s > :not([class*='uk-width']) {
60
+ .uk-child-width-expand\@s > :not([class*="uk-width"]) {
61
61
  flex: 1;
62
62
  min-width: 1px;
63
63
  }
@@ -75,7 +75,7 @@
75
75
  .uk-child-width-1-6\@m > * { width: unquote('calc(100% * 1 / 6.001)'); }
76
76
 
77
77
  .uk-child-width-auto\@m > * { width: auto; }
78
- .uk-child-width-expand\@m > :not([class*='uk-width']) {
78
+ .uk-child-width-expand\@m > :not([class*="uk-width"]) {
79
79
  flex: 1;
80
80
  min-width: 1px;
81
81
  }
@@ -93,7 +93,7 @@
93
93
  .uk-child-width-1-6\@l > * { width: unquote('calc(100% * 1 / 6.001)'); }
94
94
 
95
95
  .uk-child-width-auto\@l > * { width: auto; }
96
- .uk-child-width-expand\@l > :not([class*='uk-width']) {
96
+ .uk-child-width-expand\@l > :not([class*="uk-width"]) {
97
97
  flex: 1;
98
98
  min-width: 1px;
99
99
  }
@@ -111,7 +111,7 @@
111
111
  .uk-child-width-1-6\@xl > * { width: unquote('calc(100% * 1 / 6.001)'); }
112
112
 
113
113
  .uk-child-width-auto\@xl > * { width: auto; }
114
- .uk-child-width-expand\@xl > :not([class*='uk-width']) {
114
+ .uk-child-width-expand\@xl > :not([class*="uk-width"]) {
115
115
  flex: 1;
116
116
  min-width: 1px;
117
117
  }
@@ -126,7 +126,7 @@
126
126
  * 1. `max-width` is needed for the pixel-based classes
127
127
  */
128
128
 
129
- [class*='uk-width'] {
129
+ [class*="uk-width"] {
130
130
  box-sizing: border-box;
131
131
  width: 100%;
132
132
  /* 1 */
@@ -88,11 +88,11 @@
88
88
  @mixin hook-inverse-article-meta(){}
89
89
  @mixin hook-inverse-component-article(){
90
90
 
91
- .uk-article-title {
91
+ .uk-article-title {
92
92
  @if(mixin-exists(hook-inverse-article-title)) {@include hook-inverse-article-title();}
93
93
  }
94
94
 
95
- .uk-article-meta {
95
+ .uk-article-meta {
96
96
  color: $inverse-article-meta-color;
97
97
  @if(mixin-exists(hook-inverse-article-meta)) {@include hook-inverse-article-meta();}
98
98
  }
@@ -176,7 +176,7 @@
176
176
  //
177
177
 
178
178
  a,
179
- .uk-link {
179
+ .uk-link {
180
180
  color: $inverse-base-link-color;
181
181
  @if(mixin-exists(hook-inverse-base-link)) {@include hook-inverse-base-link();}
182
182
  }
@@ -1189,7 +1189,7 @@
1189
1189
 
1190
1190
  a.uk-link-muted:hover,
1191
1191
  .uk-link-muted a:hover,
1192
- .uk-link-toggle:hover .uk-link-muted {
1192
+ .uk-link-toggle:hover .uk-link-muted {
1193
1193
  color: $inverse-link-muted-hover-color;
1194
1194
  @if(mixin-exists(hook-inverse-link-muted-hover)) {@include hook-inverse-link-muted-hover();}
1195
1195
  }
@@ -1532,9 +1532,9 @@
1532
1532
 
1533
1533
  .uk-navbar-left,
1534
1534
  .uk-navbar-right,
1535
- [class*='uk-navbar-center'] { gap: $navbar-gap-m; }
1535
+ [class*="uk-navbar-center"] { gap: $navbar-gap-m; }
1536
1536
 
1537
- .uk-navbar-center-left { right: unquote('calc(100% + #{$navbar-gap-m})'); }
1537
+ .uk-navbar-center-left { right: unquote('calc(100% + #{$navbar-gap-m})'); }
1538
1538
  .uk-navbar-center-right { left: unquote('calc(100% + #{$navbar-gap-m})'); }
1539
1539
 
1540
1540
  }
@@ -1958,7 +1958,7 @@
1958
1958
  }
1959
1959
  @mixin hook-tab-misc(){
1960
1960
 
1961
- .uk-tab .uk-dropdown { margin-left: ($tab-margin-horizontal + $tab-item-padding-horizontal) }
1961
+ .uk-tab .uk-dropdown { margin-left: ($tab-margin-horizontal + $tab-item-padding-horizontal); }
1962
1962
 
1963
1963
  }
1964
1964
  @mixin hook-inverse-tab(){
@@ -43,11 +43,11 @@
43
43
  @mixin hook-inverse-article-meta(){}
44
44
  @mixin hook-inverse-component-article(){
45
45
 
46
- .uk-article-title {
46
+ .uk-article-title {
47
47
  @if(mixin-exists(hook-inverse-article-title)) {@include hook-inverse-article-title();}
48
48
  }
49
49
 
50
- .uk-article-meta {
50
+ .uk-article-meta {
51
51
  color: $inverse-article-meta-color;
52
52
  @if(mixin-exists(hook-inverse-article-meta)) {@include hook-inverse-article-meta();}
53
53
  }
@@ -113,7 +113,7 @@
113
113
  //
114
114
 
115
115
  a,
116
- .uk-link {
116
+ .uk-link {
117
117
  color: $inverse-base-link-color;
118
118
  @if(mixin-exists(hook-inverse-base-link)) {@include hook-inverse-base-link();}
119
119
  }
@@ -939,7 +939,7 @@
939
939
 
940
940
  a.uk-link-muted:hover,
941
941
  .uk-link-muted a:hover,
942
- .uk-link-toggle:hover .uk-link-muted {
942
+ .uk-link-toggle:hover .uk-link-muted {
943
943
  color: $inverse-link-muted-hover-color;
944
944
  @if(mixin-exists(hook-inverse-link-muted-hover)) {@include hook-inverse-link-muted-hover();}
945
945
  }
@@ -42,3 +42,4 @@
42
42
  // Miscellaneous
43
43
  // ========================================================================
44
44
 
45
+
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- // @mixin hook-align-misc(){}
14
+ // @mixin hook-align-misc(){}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- // @mixin hook-animation-misc(){}
14
+ // @mixin hook-animation-misc(){}
@@ -46,4 +46,4 @@
46
46
  // Inverse
47
47
  // ========================================================================
48
48
 
49
- // @mixin hook-inverse-article-meta(){}
49
+ // @mixin hook-inverse-article-meta(){}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- // @mixin hook-background-misc(){}
14
+ // @mixin hook-background-misc(){}
@@ -26,4 +26,4 @@
26
26
  // ========================================================================
27
27
 
28
28
  // @mixin hook-inverse-badge(){}
29
- // @mixin hook-inverse-badge-hover(){}
29
+ // @mixin hook-inverse-badge-hover(){}
@@ -101,4 +101,4 @@
101
101
 
102
102
 
103
103
 
104
- // @mixin hook-inverse-base-hr(){}
104
+ // @mixin hook-inverse-base-hr(){}
@@ -42,4 +42,4 @@
42
42
  // @mixin hook-inverse-breadcrumb-item-disabled(){}
43
43
  // @mixin hook-inverse-breadcrumb-item-active(){}
44
44
 
45
- // @mixin hook-inverse-breadcrumb-divider(){}
45
+ // @mixin hook-inverse-breadcrumb-divider(){}
@@ -129,4 +129,4 @@
129
129
  // @mixin hook-inverse-button-text-hover(){}
130
130
  // @mixin hook-inverse-button-text-disabled(){}
131
131
 
132
- // @mixin hook-inverse-button-link(){}
132
+ // @mixin hook-inverse-button-link(){}
@@ -108,3 +108,4 @@
108
108
  // Miscellaneous
109
109
  // ========================================================================
110
110
 
111
+
@@ -26,4 +26,4 @@
26
26
  // ========================================================================
27
27
 
28
28
  // @mixin hook-inverse-close(){}
29
- // @mixin hook-inverse-close-hover(){}
29
+ // @mixin hook-inverse-close-hover(){}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- // @mixin hook-column-misc(){}
14
+ // @mixin hook-column-misc(){}
@@ -64,4 +64,4 @@
64
64
  // Miscellaneous
65
65
  // ========================================================================
66
66
 
67
- // @mixin hook-comment-misc(){}
67
+ // @mixin hook-comment-misc(){}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- // @mixin hook-container-misc(){}
14
+ // @mixin hook-container-misc(){}
@@ -26,4 +26,4 @@
26
26
  // Miscellaneous
27
27
  // ========================================================================
28
28
 
29
- // @mixin hook-description-list-misc(){}
29
+ // @mixin hook-description-list-misc(){}
@@ -46,4 +46,4 @@
46
46
 
47
47
  // @mixin hook-inverse-divider-small(){}
48
48
 
49
- // @mixin hook-inverse-divider-vertical(){}
49
+ // @mixin hook-inverse-divider-vertical(){}
@@ -43,3 +43,4 @@
43
43
 
44
44
 
45
45
 
46
+
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- // @mixin hook-drop-misc(){}
14
+ // @mixin hook-drop-misc(){}
@@ -35,4 +35,4 @@
35
35
  // Miscellaneous
36
36
  // ========================================================================
37
37
 
38
- // @mixin hook-dropbar-misc(){}
38
+ // @mixin hook-dropbar-misc(){}
@@ -50,4 +50,4 @@
50
50
  // Miscellaneous
51
51
  // ========================================================================
52
52
 
53
- // @mixin hook-dropdown-misc(){}
53
+ // @mixin hook-dropdown-misc(){}
@@ -38,4 +38,4 @@
38
38
  // Miscellaneous
39
39
  // ========================================================================
40
40
 
41
- // @mixin hook-form-range-misc(){}
41
+ // @mixin hook-form-range-misc(){}
@@ -11,4 +11,4 @@
11
11
  // Miscellaneous
12
12
  // ========================================================================
13
13
 
14
- // @mixin hook-height-misc(){}
14
+ // @mixin hook-height-misc(){}
@@ -47,4 +47,4 @@
47
47
 
48
48
  // @mixin hook-inverse-icon-button(){}
49
49
  // @mixin hook-inverse-icon-button-hover(){}
50
- // @mixin hook-inverse-icon-button-active(){}
50
+ // @mixin hook-inverse-icon-button-active(){}
@@ -36,4 +36,4 @@
36
36
 
37
37
  // @mixin hook-inverse-iconnav-item(){}
38
38
  // @mixin hook-inverse-iconnav-item-hover(){}
39
- // @mixin hook-inverse-iconnav-item-active(){}
39
+ // @mixin hook-inverse-iconnav-item-active(){}
@@ -11,4 +11,4 @@
11
11
  // Component
12
12
  // ========================================================================
13
13
 
14
- // @mixin hook-inverse(){}
14
+ // @mixin hook-inverse(){}
@@ -38,4 +38,4 @@
38
38
  // Inverse
39
39
  // ========================================================================
40
40
 
41
- // @mixin hook-inverse-label(){}
41
+ // @mixin hook-inverse-label(){}
@@ -23,4 +23,4 @@
23
23
  // Inverse
24
24
  // ========================================================================
25
25
 
26
- // @mixin hook-inverse-leader(){}
26
+ // @mixin hook-inverse-leader(){}