uikit 3.23.7 → 3.23.8-dev.65e3f4fda
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.
- package/CHANGELOG.md +6 -0
- package/build/release.js +1 -1
- package/build/scss.js +49 -12
- package/build/util.js +2 -0
- package/dist/css/uikit-core-rtl.css +1 -1
- package/dist/css/uikit-core-rtl.min.css +1 -1
- package/dist/css/uikit-core.css +1 -1
- package/dist/css/uikit-core.min.css +1 -1
- package/dist/css/uikit-rtl.css +1 -1
- package/dist/css/uikit-rtl.min.css +1 -1
- package/dist/css/uikit.css +1 -1
- package/dist/css/uikit.min.css +1 -1
- package/dist/js/components/countdown.js +1 -1
- package/dist/js/components/countdown.min.js +1 -1
- package/dist/js/components/filter.js +1 -1
- package/dist/js/components/filter.min.js +1 -1
- package/dist/js/components/lightbox-panel.js +7 -2
- package/dist/js/components/lightbox-panel.min.js +1 -1
- package/dist/js/components/lightbox.js +7 -2
- package/dist/js/components/lightbox.min.js +1 -1
- package/dist/js/components/notification.js +1 -1
- package/dist/js/components/notification.min.js +1 -1
- package/dist/js/components/parallax.js +3 -2
- package/dist/js/components/parallax.min.js +1 -1
- package/dist/js/components/slider-parallax.js +3 -2
- package/dist/js/components/slider-parallax.min.js +1 -1
- package/dist/js/components/slider.js +3 -2
- package/dist/js/components/slider.min.js +1 -1
- package/dist/js/components/slideshow-parallax.js +3 -2
- package/dist/js/components/slideshow-parallax.min.js +1 -1
- package/dist/js/components/slideshow.js +3 -2
- package/dist/js/components/slideshow.min.js +1 -1
- package/dist/js/components/sortable.js +1 -1
- package/dist/js/components/sortable.min.js +1 -1
- package/dist/js/components/tooltip.js +1 -1
- package/dist/js/components/tooltip.min.js +1 -1
- package/dist/js/components/upload.js +1 -1
- package/dist/js/components/upload.min.js +1 -1
- package/dist/js/uikit-core.js +13 -7
- package/dist/js/uikit-core.min.js +1 -1
- package/dist/js/uikit-icons.js +1 -1
- package/dist/js/uikit-icons.min.js +1 -1
- package/dist/js/uikit.js +13 -7
- package/dist/js/uikit.min.js +1 -1
- package/package.json +1 -1
- package/src/js/core/drop.js +3 -2
- package/src/js/mixin/modal.js +7 -1
- package/src/js/mixin/svg.js +0 -2
- package/src/js/util/selector.js +1 -1
- package/src/scss/components/accordion.scss +8 -6
- package/src/scss/components/alert.scss +10 -8
- package/src/scss/components/align.scss +3 -1
- package/src/scss/components/animation.scss +3 -1
- package/src/scss/components/article.scss +7 -5
- package/src/scss/components/background.scss +3 -1
- package/src/scss/components/badge.scss +5 -3
- package/src/scss/components/base.scss +20 -17
- package/src/scss/components/breadcrumb.scss +9 -7
- package/src/scss/components/button.scss +25 -23
- package/src/scss/components/card.scss +26 -24
- package/src/scss/components/close.scss +5 -3
- package/src/scss/components/column.scss +3 -1
- package/src/scss/components/comment.scss +13 -11
- package/src/scss/components/container.scss +14 -11
- package/src/scss/components/countdown.scss +8 -6
- package/src/scss/components/cover.scss +3 -1
- package/src/scss/components/description-list.scss +6 -4
- package/src/scss/components/divider.scss +13 -10
- package/src/scss/components/dotnav.scss +8 -6
- package/src/scss/components/drop.scss +3 -1
- package/src/scss/components/dropbar.scss +8 -6
- package/src/scss/components/dropdown.scss +12 -10
- package/src/scss/components/dropnav.scss +3 -1
- package/src/scss/components/flex.scss +3 -1
- package/src/scss/components/form-range.scss +13 -10
- package/src/scss/components/form.scss +23 -21
- package/src/scss/components/grid.scss +5 -3
- package/src/scss/components/heading.scss +16 -13
- package/src/scss/components/height.scss +3 -1
- package/src/scss/components/icon.scss +9 -7
- package/src/scss/components/iconnav.scss +7 -5
- package/src/scss/components/inverse.scss +4 -2
- package/src/scss/components/label.scss +7 -5
- package/src/scss/components/leader.scss +4 -2
- package/src/scss/components/lightbox.scss +6 -4
- package/src/scss/components/link.scss +10 -8
- package/src/scss/components/list.scss +5 -3
- package/src/scss/components/margin.scss +3 -1
- package/src/scss/components/marker.scss +5 -3
- package/src/scss/components/mixin.scss +6 -4
- package/src/scss/components/modal.scss +18 -16
- package/src/scss/components/nav.scss +33 -31
- package/src/scss/components/navbar.scss +33 -30
- package/src/scss/components/notification.scss +10 -8
- package/src/scss/components/offcanvas.scss +6 -4
- package/src/scss/components/overlay.scss +7 -5
- package/src/scss/components/padding.scss +3 -1
- package/src/scss/components/pagination.scss +8 -6
- package/src/scss/components/placeholder.scss +4 -2
- package/src/scss/components/position.scss +9 -6
- package/src/scss/components/print.scss +3 -1
- package/src/scss/components/progress.scss +6 -4
- package/src/scss/components/search.scss +15 -13
- package/src/scss/components/section.scss +9 -7
- package/src/scss/components/slidenav.scss +10 -8
- package/src/scss/components/slider.scss +4 -2
- package/src/scss/components/slideshow.scss +4 -2
- package/src/scss/components/sortable.scss +7 -5
- package/src/scss/components/spinner.scss +6 -3
- package/src/scss/components/sticky.scss +3 -1
- package/src/scss/components/subnav.scss +13 -11
- package/src/scss/components/svg.scss +3 -1
- package/src/scss/components/switcher.scss +3 -1
- package/src/scss/components/tab.scss +14 -12
- package/src/scss/components/table.scss +17 -14
- package/src/scss/components/text.scss +8 -6
- package/src/scss/components/thumbnav.scss +7 -5
- package/src/scss/components/tile.scss +12 -10
- package/src/scss/components/tooltip.scss +4 -2
- package/src/scss/components/totop.scss +6 -4
- package/src/scss/components/transition.scss +3 -1
- package/src/scss/components/utility.scss +8 -6
- package/src/scss/components/visibility.scss +3 -1
- package/src/scss/components/width.scss +34 -31
- package/src/scss/mixins-theme.scss +169 -168
- package/src/scss/mixins.scss +175 -175
- package/src/scss/uikit-theme.scss +0 -1
- package/src/scss/variables-theme.scss +70 -66
- package/src/scss/variables.scss +74 -70
- package/src/scss/theme/_import.scss +0 -82
- package/src/scss/theme/accordion.scss +0 -55
- package/src/scss/theme/alert.scss +0 -45
- package/src/scss/theme/align.scss +0 -14
- package/src/scss/theme/animation.scss +0 -14
- package/src/scss/theme/article.scss +0 -49
- package/src/scss/theme/background.scss +0 -14
- package/src/scss/theme/badge.scss +0 -29
- package/src/scss/theme/base.scss +0 -104
- package/src/scss/theme/breadcrumb.scss +0 -45
- package/src/scss/theme/button.scss +0 -132
- package/src/scss/theme/card.scss +0 -111
- package/src/scss/theme/close.scss +0 -29
- package/src/scss/theme/column.scss +0 -14
- package/src/scss/theme/comment.scss +0 -67
- package/src/scss/theme/container.scss +0 -14
- package/src/scss/theme/countdown.scss +0 -53
- package/src/scss/theme/description-list.scss +0 -29
- package/src/scss/theme/divider.scss +0 -49
- package/src/scss/theme/dotnav.scss +0 -46
- package/src/scss/theme/drop.scss +0 -14
- package/src/scss/theme/dropbar.scss +0 -38
- package/src/scss/theme/dropdown.scss +0 -53
- package/src/scss/theme/form-range.scss +0 -51
- package/src/scss/theme/form.scss +0 -117
- package/src/scss/theme/grid.scss +0 -28
- package/src/scss/theme/heading.scss +0 -71
- package/src/scss/theme/height.scss +0 -14
- package/src/scss/theme/icon.scss +0 -50
- package/src/scss/theme/iconnav.scss +0 -39
- package/src/scss/theme/inverse.scss +0 -14
- package/src/scss/theme/label.scss +0 -41
- package/src/scss/theme/leader.scss +0 -26
- package/src/scss/theme/lightbox.scss +0 -32
- package/src/scss/theme/link.scss +0 -55
- package/src/scss/theme/list.scss +0 -34
- package/src/scss/theme/margin.scss +0 -14
- package/src/scss/theme/marker.scss +0 -29
- package/src/scss/theme/modal.scss +0 -77
- package/src/scss/theme/nav.scss +0 -131
- package/src/scss/theme/navbar.scss +0 -135
- package/src/scss/theme/notification.scss +0 -44
- package/src/scss/theme/offcanvas.scss +0 -32
- package/src/scss/theme/overlay.scss +0 -33
- package/src/scss/theme/padding.scss +0 -14
- package/src/scss/theme/pagination.scss +0 -41
- package/src/scss/theme/placeholder.scss +0 -26
- package/src/scss/theme/position.scss +0 -14
- package/src/scss/theme/progress.scss +0 -23
- package/src/scss/theme/search.scss +0 -101
- package/src/scss/theme/section.scss +0 -32
- package/src/scss/theme/slidenav.scss +0 -52
- package/src/scss/theme/slider.scss +0 -14
- package/src/scss/theme/sortable.scss +0 -38
- package/src/scss/theme/spinner.scss +0 -14
- package/src/scss/theme/sticky.scss +0 -14
- package/src/scss/theme/subnav.scss +0 -72
- package/src/scss/theme/tab.scss +0 -67
- package/src/scss/theme/table.scss +0 -65
- package/src/scss/theme/text.scss +0 -49
- package/src/scss/theme/thumbnav.scss +0 -40
- package/src/scss/theme/tile.scss +0 -52
- package/src/scss/theme/tooltip.scss +0 -20
- package/src/scss/theme/totop.scss +0 -32
- package/src/scss/theme/transition.scss +0 -14
- package/src/scss/theme/utility.scss +0 -49
- package/src/scss/theme/variables.scss +0 -36
- package/src/scss/theme/width.scss +0 -14
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Description list
|
|
2
4
|
// Description: Styles for description lists
|
|
3
5
|
//
|
|
@@ -24,7 +26,7 @@
|
|
|
24
26
|
|
|
25
27
|
.uk-description-list > dt {
|
|
26
28
|
color: $description-list-term-color;
|
|
27
|
-
@if(mixin-exists(hook-description-list-term)) {@include hook-description-list-term();}
|
|
29
|
+
@if(meta.mixin-exists(hook-description-list-term)) {@include hook-description-list-term();}
|
|
28
30
|
}
|
|
29
31
|
|
|
30
32
|
.uk-description-list > dt:nth-child(n+2) {
|
|
@@ -36,7 +38,7 @@
|
|
|
36
38
|
*/
|
|
37
39
|
|
|
38
40
|
.uk-description-list > dd {
|
|
39
|
-
@if(mixin-exists(hook-description-list-description)) {@include hook-description-list-description();}
|
|
41
|
+
@if(meta.mixin-exists(hook-description-list-description)) {@include hook-description-list-description();}
|
|
40
42
|
}
|
|
41
43
|
|
|
42
44
|
|
|
@@ -51,14 +53,14 @@
|
|
|
51
53
|
margin-top: $description-list-divider-term-margin-top;
|
|
52
54
|
padding-top: $description-list-divider-term-margin-top;
|
|
53
55
|
border-top: $description-list-divider-term-border-width solid $description-list-divider-term-border;
|
|
54
|
-
@if(mixin-exists(hook-description-list-divider-term)) {@include hook-description-list-divider-term();}
|
|
56
|
+
@if(meta.mixin-exists(hook-description-list-divider-term)) {@include hook-description-list-divider-term();}
|
|
55
57
|
}
|
|
56
58
|
|
|
57
59
|
|
|
58
60
|
// Hooks
|
|
59
61
|
// ========================================================================
|
|
60
62
|
|
|
61
|
-
@if(mixin-exists(hook-description-list-misc)) {@include hook-description-list-misc();}
|
|
63
|
+
@if(meta.mixin-exists(hook-description-list-misc)) {@include hook-description-list-misc();}
|
|
62
64
|
|
|
63
65
|
// @mixin hook-description-list-term(){}
|
|
64
66
|
// @mixin hook-description-list-description(){}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
@use "sass:string";
|
|
3
|
+
|
|
1
4
|
// Name: Divider
|
|
2
5
|
// Description: Styles for dividers
|
|
3
6
|
//
|
|
@@ -46,7 +49,7 @@
|
|
|
46
49
|
@include svg-fill($internal-divider-icon-image, "#000", $divider-icon-color);
|
|
47
50
|
background-repeat: no-repeat;
|
|
48
51
|
background-position: 50% 50%;
|
|
49
|
-
@if(mixin-exists(hook-divider-icon)) {@include hook-divider-icon();}
|
|
52
|
+
@if(meta.mixin-exists(hook-divider-icon)) {@include hook-divider-icon();}
|
|
50
53
|
}
|
|
51
54
|
|
|
52
55
|
.uk-divider-icon::before,
|
|
@@ -54,21 +57,21 @@
|
|
|
54
57
|
content: "";
|
|
55
58
|
position: absolute;
|
|
56
59
|
top: $divider-icon-line-top;
|
|
57
|
-
max-width: unquote('calc(50% - (#{$divider-icon-width} / 2))');
|
|
60
|
+
max-width: string.unquote('calc(50% - (#{$divider-icon-width} / 2))');
|
|
58
61
|
border-bottom: $divider-icon-line-border-width solid $divider-icon-line-border;
|
|
59
|
-
@if(mixin-exists(hook-divider-icon-line)) {@include hook-divider-icon-line();}
|
|
62
|
+
@if(meta.mixin-exists(hook-divider-icon-line)) {@include hook-divider-icon-line();}
|
|
60
63
|
}
|
|
61
64
|
|
|
62
65
|
.uk-divider-icon::before {
|
|
63
|
-
right: unquote('calc(50% + (#{$divider-icon-width} / 2))');
|
|
66
|
+
right: string.unquote('calc(50% + (#{$divider-icon-width} / 2))');
|
|
64
67
|
width: $divider-icon-line-width;
|
|
65
|
-
@if(mixin-exists(hook-divider-icon-line-left)) {@include hook-divider-icon-line-left();}
|
|
68
|
+
@if(meta.mixin-exists(hook-divider-icon-line-left)) {@include hook-divider-icon-line-left();}
|
|
66
69
|
}
|
|
67
70
|
|
|
68
71
|
.uk-divider-icon::after {
|
|
69
|
-
left: unquote('calc(50% + (#{$divider-icon-width} / 2))');
|
|
72
|
+
left: string.unquote('calc(50% + (#{$divider-icon-width} / 2))');
|
|
70
73
|
width: $divider-icon-line-width;
|
|
71
|
-
@if(mixin-exists(hook-divider-icon-line-right)) {@include hook-divider-icon-line-right();}
|
|
74
|
+
@if(meta.mixin-exists(hook-divider-icon-line-right)) {@include hook-divider-icon-line-right();}
|
|
72
75
|
}
|
|
73
76
|
|
|
74
77
|
|
|
@@ -91,7 +94,7 @@
|
|
|
91
94
|
max-width: 100%;
|
|
92
95
|
border-top: $divider-small-border-width solid $divider-small-border;
|
|
93
96
|
vertical-align: top;
|
|
94
|
-
@if(mixin-exists(hook-divider-small)) {@include hook-divider-small();}
|
|
97
|
+
@if(meta.mixin-exists(hook-divider-small)) {@include hook-divider-small();}
|
|
95
98
|
}
|
|
96
99
|
|
|
97
100
|
|
|
@@ -104,14 +107,14 @@
|
|
|
104
107
|
margin-left: auto;
|
|
105
108
|
margin-right: auto;
|
|
106
109
|
border-left: $divider-vertical-border-width solid $divider-vertical-border;
|
|
107
|
-
@if(mixin-exists(hook-divider-vertical)) {@include hook-divider-vertical();}
|
|
110
|
+
@if(meta.mixin-exists(hook-divider-vertical)) {@include hook-divider-vertical();}
|
|
108
111
|
}
|
|
109
112
|
|
|
110
113
|
|
|
111
114
|
// Hooks
|
|
112
115
|
// ========================================================================
|
|
113
116
|
|
|
114
|
-
@if(mixin-exists(hook-divider-misc)) {@include hook-divider-misc();}
|
|
117
|
+
@if(meta.mixin-exists(hook-divider-misc)) {@include hook-divider-misc();}
|
|
115
118
|
|
|
116
119
|
// @mixin hook-divider-icon(){}
|
|
117
120
|
// @mixin hook-divider-icon-line(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Dotnav
|
|
2
4
|
// Description: Component to create dot navigations
|
|
3
5
|
//
|
|
@@ -37,7 +39,7 @@
|
|
|
37
39
|
list-style: none;
|
|
38
40
|
/* 3 */
|
|
39
41
|
margin-left: (-$dotnav-margin-horizontal);
|
|
40
|
-
@if(mixin-exists(hook-dotnav)) {@include hook-dotnav();}
|
|
42
|
+
@if(meta.mixin-exists(hook-dotnav)) {@include hook-dotnav();}
|
|
41
43
|
}
|
|
42
44
|
|
|
43
45
|
/*
|
|
@@ -72,25 +74,25 @@
|
|
|
72
74
|
text-indent: 100%;
|
|
73
75
|
overflow: hidden;
|
|
74
76
|
white-space: nowrap;
|
|
75
|
-
@if(mixin-exists(hook-dotnav-item)) {@include hook-dotnav-item();}
|
|
77
|
+
@if(meta.mixin-exists(hook-dotnav-item)) {@include hook-dotnav-item();}
|
|
76
78
|
}
|
|
77
79
|
|
|
78
80
|
/* Hover */
|
|
79
81
|
.uk-dotnav > * > :hover {
|
|
80
82
|
background-color: $dotnav-item-hover-background;
|
|
81
|
-
@if(mixin-exists(hook-dotnav-item-hover)) {@include hook-dotnav-item-hover();}
|
|
83
|
+
@if(meta.mixin-exists(hook-dotnav-item-hover)) {@include hook-dotnav-item-hover();}
|
|
82
84
|
}
|
|
83
85
|
|
|
84
86
|
/* OnClick */
|
|
85
87
|
.uk-dotnav > * > :active {
|
|
86
88
|
background-color: $dotnav-item-onclick-background;
|
|
87
|
-
@if(mixin-exists(hook-dotnav-item-onclick)) {@include hook-dotnav-item-onclick();}
|
|
89
|
+
@if(meta.mixin-exists(hook-dotnav-item-onclick)) {@include hook-dotnav-item-onclick();}
|
|
88
90
|
}
|
|
89
91
|
|
|
90
92
|
/* Active */
|
|
91
93
|
.uk-dotnav > .uk-active > * {
|
|
92
94
|
background-color: $dotnav-item-active-background;
|
|
93
|
-
@if(mixin-exists(hook-dotnav-item-active)) {@include hook-dotnav-item-active();}
|
|
95
|
+
@if(meta.mixin-exists(hook-dotnav-item-active)) {@include hook-dotnav-item-active();}
|
|
94
96
|
}
|
|
95
97
|
|
|
96
98
|
|
|
@@ -120,7 +122,7 @@
|
|
|
120
122
|
// Hooks
|
|
121
123
|
// ========================================================================
|
|
122
124
|
|
|
123
|
-
@if(mixin-exists(hook-dotnav-misc)) {@include hook-dotnav-misc();}
|
|
125
|
+
@if(meta.mixin-exists(hook-dotnav-misc)) {@include hook-dotnav-misc();}
|
|
124
126
|
|
|
125
127
|
// @mixin hook-dotnav(){}
|
|
126
128
|
// @mixin hook-dotnav-item(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Drop
|
|
2
4
|
// Description: Component to position any element next to any other element.
|
|
3
5
|
//
|
|
@@ -68,6 +70,6 @@
|
|
|
68
70
|
// Hooks
|
|
69
71
|
// ========================================================================
|
|
70
72
|
|
|
71
|
-
@if(mixin-exists(hook-drop-misc)) {@include hook-drop-misc();}
|
|
73
|
+
@if(meta.mixin-exists(hook-drop-misc)) {@include hook-drop-misc();}
|
|
72
74
|
|
|
73
75
|
// @mixin hook-drop-misc(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Dropbar
|
|
2
4
|
// Description: Component to create a dropbar based on Drop component
|
|
3
5
|
//
|
|
@@ -39,7 +41,7 @@
|
|
|
39
41
|
padding: $dropbar-padding-top $dropbar-padding-horizontal $dropbar-padding-bottom $dropbar-padding-horizontal;
|
|
40
42
|
background: $dropbar-background;
|
|
41
43
|
color: $dropbar-color;
|
|
42
|
-
@if(mixin-exists(hook-dropbar)) {@include hook-dropbar();}
|
|
44
|
+
@if(meta.mixin-exists(hook-dropbar)) {@include hook-dropbar();}
|
|
43
45
|
}
|
|
44
46
|
|
|
45
47
|
/*
|
|
@@ -92,26 +94,26 @@
|
|
|
92
94
|
========================================================================== */
|
|
93
95
|
|
|
94
96
|
.uk-dropbar-top {
|
|
95
|
-
@if(mixin-exists(hook-dropbar-top)) {@include hook-dropbar-top();}
|
|
97
|
+
@if(meta.mixin-exists(hook-dropbar-top)) {@include hook-dropbar-top();}
|
|
96
98
|
}
|
|
97
99
|
|
|
98
100
|
.uk-dropbar-bottom {
|
|
99
|
-
@if(mixin-exists(hook-dropbar-bottom)) {@include hook-dropbar-bottom();}
|
|
101
|
+
@if(meta.mixin-exists(hook-dropbar-bottom)) {@include hook-dropbar-bottom();}
|
|
100
102
|
}
|
|
101
103
|
|
|
102
104
|
.uk-dropbar-left {
|
|
103
|
-
@if(mixin-exists(hook-dropbar-left)) {@include hook-dropbar-left();}
|
|
105
|
+
@if(meta.mixin-exists(hook-dropbar-left)) {@include hook-dropbar-left();}
|
|
104
106
|
}
|
|
105
107
|
|
|
106
108
|
.uk-dropbar-right {
|
|
107
|
-
@if(mixin-exists(hook-dropbar-right)) {@include hook-dropbar-right();}
|
|
109
|
+
@if(meta.mixin-exists(hook-dropbar-right)) {@include hook-dropbar-right();}
|
|
108
110
|
}
|
|
109
111
|
|
|
110
112
|
|
|
111
113
|
// Hooks
|
|
112
114
|
// ========================================================================
|
|
113
115
|
|
|
114
|
-
@if(mixin-exists(hook-dropbar-misc)) {@include hook-dropbar-misc();}
|
|
116
|
+
@if(meta.mixin-exists(hook-dropbar-misc)) {@include hook-dropbar-misc();}
|
|
115
117
|
|
|
116
118
|
// @mixin hook-dropbar(){}
|
|
117
119
|
// @mixin hook-dropbar-top(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Dropdown
|
|
2
4
|
// Description: Component to create a dropdown based on Drop component
|
|
3
5
|
//
|
|
@@ -44,7 +46,7 @@
|
|
|
44
46
|
padding: $dropdown-padding;
|
|
45
47
|
background: $dropdown-background;
|
|
46
48
|
color: $dropdown-color;
|
|
47
|
-
@if(mixin-exists(hook-dropdown)) {@include hook-dropdown();}
|
|
49
|
+
@if(meta.mixin-exists(hook-dropdown)) {@include hook-dropdown();}
|
|
48
50
|
}
|
|
49
51
|
|
|
50
52
|
/*
|
|
@@ -88,7 +90,7 @@
|
|
|
88
90
|
/* 3 */
|
|
89
91
|
padding: $dropdown-dropbar-padding-top 0 $dropdown-dropbar-padding-bottom 0;
|
|
90
92
|
--uk-position-viewport-offset: #{$dropdown-dropbar-viewport-margin};
|
|
91
|
-
@if(mixin-exists(hook-dropdown-dropbar)) {@include hook-dropdown-dropbar();}
|
|
93
|
+
@if(meta.mixin-exists(hook-dropdown-dropbar)) {@include hook-dropdown-dropbar();}
|
|
92
94
|
}
|
|
93
95
|
|
|
94
96
|
/* Phone landscape and bigger */
|
|
@@ -108,7 +110,7 @@
|
|
|
108
110
|
.uk-dropdown-dropbar-large {
|
|
109
111
|
padding-top: $dropdown-dropbar-large-padding-top;
|
|
110
112
|
padding-bottom: $dropdown-dropbar-large-padding-bottom;
|
|
111
|
-
@if(mixin-exists(hook-dropdown-dropbar-large)) {@include hook-dropdown-dropbar-large();}
|
|
113
|
+
@if(meta.mixin-exists(hook-dropdown-dropbar-large)) {@include hook-dropdown-dropbar-large();}
|
|
112
114
|
}
|
|
113
115
|
|
|
114
116
|
|
|
@@ -117,7 +119,7 @@
|
|
|
117
119
|
========================================================================== */
|
|
118
120
|
|
|
119
121
|
.uk-dropdown-nav {
|
|
120
|
-
@if(mixin-exists(hook-dropdown-nav)) {@include hook-dropdown-nav();}
|
|
122
|
+
@if(meta.mixin-exists(hook-dropdown-nav)) {@include hook-dropdown-nav();}
|
|
121
123
|
}
|
|
122
124
|
|
|
123
125
|
/*
|
|
@@ -126,14 +128,14 @@
|
|
|
126
128
|
|
|
127
129
|
.uk-dropdown-nav > li > a {
|
|
128
130
|
color: $dropdown-nav-item-color;
|
|
129
|
-
@if(mixin-exists(hook-dropdown-nav-item)) {@include hook-dropdown-nav-item();}
|
|
131
|
+
@if(meta.mixin-exists(hook-dropdown-nav-item)) {@include hook-dropdown-nav-item();}
|
|
130
132
|
}
|
|
131
133
|
|
|
132
134
|
/* Hover + Active */
|
|
133
135
|
.uk-dropdown-nav > li > a:hover,
|
|
134
136
|
.uk-dropdown-nav > li.uk-active > a {
|
|
135
137
|
color: $dropdown-nav-item-hover-color;
|
|
136
|
-
@if(mixin-exists(hook-dropdown-nav-item-hover)) {@include hook-dropdown-nav-item-hover();}
|
|
138
|
+
@if(meta.mixin-exists(hook-dropdown-nav-item-hover)) {@include hook-dropdown-nav-item-hover();}
|
|
137
139
|
}
|
|
138
140
|
|
|
139
141
|
/*
|
|
@@ -142,7 +144,7 @@
|
|
|
142
144
|
|
|
143
145
|
.uk-dropdown-nav .uk-nav-subtitle {
|
|
144
146
|
font-size: $dropdown-nav-subtitle-font-size;
|
|
145
|
-
@if(mixin-exists(hook-dropdown-nav-subtitle)) {@include hook-dropdown-nav-subtitle();}
|
|
147
|
+
@if(meta.mixin-exists(hook-dropdown-nav-subtitle)) {@include hook-dropdown-nav-subtitle();}
|
|
146
148
|
}
|
|
147
149
|
|
|
148
150
|
/*
|
|
@@ -151,7 +153,7 @@
|
|
|
151
153
|
|
|
152
154
|
.uk-dropdown-nav .uk-nav-header {
|
|
153
155
|
color: $dropdown-nav-header-color;
|
|
154
|
-
@if(mixin-exists(hook-dropdown-nav-header)) {@include hook-dropdown-nav-header();}
|
|
156
|
+
@if(meta.mixin-exists(hook-dropdown-nav-header)) {@include hook-dropdown-nav-header();}
|
|
155
157
|
}
|
|
156
158
|
|
|
157
159
|
/*
|
|
@@ -160,7 +162,7 @@
|
|
|
160
162
|
|
|
161
163
|
.uk-dropdown-nav .uk-nav-divider {
|
|
162
164
|
border-top: $dropdown-nav-divider-border-width solid $dropdown-nav-divider-border;
|
|
163
|
-
@if(mixin-exists(hook-dropdown-nav-divider)) {@include hook-dropdown-nav-divider();}
|
|
165
|
+
@if(meta.mixin-exists(hook-dropdown-nav-divider)) {@include hook-dropdown-nav-divider();}
|
|
164
166
|
}
|
|
165
167
|
|
|
166
168
|
/*
|
|
@@ -176,7 +178,7 @@
|
|
|
176
178
|
// Hooks
|
|
177
179
|
// ========================================================================
|
|
178
180
|
|
|
179
|
-
@if(mixin-exists(hook-dropdown-misc)) {@include hook-dropdown-misc();}
|
|
181
|
+
@if(meta.mixin-exists(hook-dropdown-misc)) {@include hook-dropdown-misc();}
|
|
180
182
|
|
|
181
183
|
// @mixin hook-dropdown(){}
|
|
182
184
|
// @mixin hook-dropdown-dropbar(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Dropnav
|
|
2
4
|
// Description: Component to create dropdown/dropbar menus based on Drop component
|
|
3
5
|
//
|
|
@@ -37,6 +39,6 @@
|
|
|
37
39
|
// Hooks
|
|
38
40
|
// ========================================================================
|
|
39
41
|
|
|
40
|
-
@if(mixin-exists(hook-dropnav-misc)) {@include hook-dropnav-misc();}
|
|
42
|
+
@if(meta.mixin-exists(hook-dropnav-misc)) {@include hook-dropnav-misc();}
|
|
41
43
|
|
|
42
44
|
// @mixin hook-dropnav-misc(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Flex
|
|
2
4
|
// Description: Utilities for layouts based on flexbox
|
|
3
5
|
//
|
|
@@ -303,6 +305,6 @@
|
|
|
303
305
|
// Hooks
|
|
304
306
|
// ========================================================================
|
|
305
307
|
|
|
306
|
-
@if(mixin-exists(hook-flex-misc)) {@include hook-flex-misc();}
|
|
308
|
+
@if(meta.mixin-exists(hook-flex-misc)) {@include hook-flex-misc();}
|
|
307
309
|
|
|
308
310
|
// @mixin hook-flex-misc(){}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
@use "sass:math";
|
|
3
|
+
|
|
1
4
|
// Name: Form Range
|
|
2
5
|
// Description: Styles for the range input type
|
|
3
6
|
//
|
|
@@ -41,7 +44,7 @@
|
|
|
41
44
|
width: 100%;
|
|
42
45
|
/* 7 */
|
|
43
46
|
background: transparent;
|
|
44
|
-
@if(mixin-exists(hook-form-range)) {@include hook-form-range();}
|
|
47
|
+
@if(meta.mixin-exists(hook-form-range)) {@include hook-form-range();}
|
|
45
48
|
}
|
|
46
49
|
|
|
47
50
|
/* Focus */
|
|
@@ -65,26 +68,26 @@
|
|
|
65
68
|
.uk-range::-webkit-slider-runnable-track {
|
|
66
69
|
height: $form-range-track-height;
|
|
67
70
|
background: $form-range-track-background;
|
|
68
|
-
@if(mixin-exists(hook-form-range-track)) {@include hook-form-range-track();}
|
|
71
|
+
@if(meta.mixin-exists(hook-form-range-track)) {@include hook-form-range-track();}
|
|
69
72
|
}
|
|
70
73
|
|
|
71
74
|
.uk-range:focus::-webkit-slider-runnable-track,
|
|
72
75
|
/* 1 */
|
|
73
76
|
.uk-range:active::-webkit-slider-runnable-track {
|
|
74
77
|
background: $form-range-track-focus-background;
|
|
75
|
-
@if(mixin-exists(hook-form-range-track-focus)) {@include hook-form-range-track-focus();}
|
|
78
|
+
@if(meta.mixin-exists(hook-form-range-track-focus)) {@include hook-form-range-track-focus();}
|
|
76
79
|
}
|
|
77
80
|
|
|
78
81
|
/* Firefox */
|
|
79
82
|
.uk-range::-moz-range-track {
|
|
80
83
|
height: $form-range-track-height;
|
|
81
84
|
background: $form-range-track-background;
|
|
82
|
-
@if(mixin-exists(hook-form-range-track)) {@include hook-form-range-track();}
|
|
85
|
+
@if(meta.mixin-exists(hook-form-range-track)) {@include hook-form-range-track();}
|
|
83
86
|
}
|
|
84
87
|
|
|
85
88
|
.uk-range:focus::-moz-range-track {
|
|
86
89
|
background: $form-range-track-focus-background;
|
|
87
|
-
@if(mixin-exists(hook-form-range-track-focus)) {@include hook-form-range-track-focus();}
|
|
90
|
+
@if(meta.mixin-exists(hook-form-range-track-focus)) {@include hook-form-range-track-focus();}
|
|
88
91
|
}
|
|
89
92
|
|
|
90
93
|
/*
|
|
@@ -97,13 +100,13 @@
|
|
|
97
100
|
.uk-range::-webkit-slider-thumb {
|
|
98
101
|
/* 1 */
|
|
99
102
|
-webkit-appearance: none;
|
|
100
|
-
margin-top: (floor(($form-range-thumb-height * 0.5)) * -1);
|
|
103
|
+
margin-top: (math.floor(($form-range-thumb-height * 0.5)) * -1);
|
|
101
104
|
/* 2 */
|
|
102
105
|
height: $form-range-thumb-height;
|
|
103
106
|
width: $form-range-thumb-width;
|
|
104
107
|
border-radius: $form-range-thumb-border-radius;
|
|
105
108
|
background: $form-range-thumb-background;
|
|
106
|
-
@if(mixin-exists(hook-form-range-thumb)) {@include hook-form-range-thumb();}
|
|
109
|
+
@if(meta.mixin-exists(hook-form-range-thumb)) {@include hook-form-range-thumb();}
|
|
107
110
|
}
|
|
108
111
|
|
|
109
112
|
/* Firefox */
|
|
@@ -113,17 +116,17 @@
|
|
|
113
116
|
/* 2 */
|
|
114
117
|
height: $form-range-thumb-height;
|
|
115
118
|
width: $form-range-thumb-width;
|
|
116
|
-
margin-top: (floor(($form-range-thumb-height * 0.5)) * -1);
|
|
119
|
+
margin-top: (math.floor(($form-range-thumb-height * 0.5)) * -1);
|
|
117
120
|
border-radius: $form-range-thumb-border-radius;
|
|
118
121
|
background: $form-range-thumb-background;
|
|
119
|
-
@if(mixin-exists(hook-form-range-thumb)) {@include hook-form-range-thumb();}
|
|
122
|
+
@if(meta.mixin-exists(hook-form-range-thumb)) {@include hook-form-range-thumb();}
|
|
120
123
|
}
|
|
121
124
|
|
|
122
125
|
|
|
123
126
|
// Hooks
|
|
124
127
|
// ========================================================================
|
|
125
128
|
|
|
126
|
-
@if(mixin-exists(hook-form-range-misc)) {@include hook-form-range-misc();}
|
|
129
|
+
@if(meta.mixin-exists(hook-form-range-misc)) {@include hook-form-range-misc();}
|
|
127
130
|
|
|
128
131
|
// @mixin hook-form-range(){}
|
|
129
132
|
// @mixin hook-form-range-track(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Form
|
|
2
4
|
// Description: Styles for forms
|
|
3
5
|
//
|
|
@@ -206,7 +208,7 @@
|
|
|
206
208
|
padding: 0 $form-padding-horizontal;
|
|
207
209
|
background: $form-background;
|
|
208
210
|
color: $form-color;
|
|
209
|
-
@if(mixin-exists(hook-form)) {@include hook-form();}
|
|
211
|
+
@if(meta.mixin-exists(hook-form)) {@include hook-form();}
|
|
210
212
|
}
|
|
211
213
|
|
|
212
214
|
/*
|
|
@@ -222,7 +224,7 @@
|
|
|
222
224
|
vertical-align: middle;
|
|
223
225
|
/* 1 */
|
|
224
226
|
display: inline-block;
|
|
225
|
-
@if(mixin-exists(hook-form-single-line)) {@include hook-form-single-line();}
|
|
227
|
+
@if(meta.mixin-exists(hook-form-single-line)) {@include hook-form-single-line();}
|
|
226
228
|
}
|
|
227
229
|
|
|
228
230
|
/* 2 */
|
|
@@ -239,7 +241,7 @@
|
|
|
239
241
|
padding-top: $form-padding-vertical;
|
|
240
242
|
padding-bottom: $form-padding-vertical;
|
|
241
243
|
vertical-align: top;
|
|
242
|
-
@if(mixin-exists(hook-form-multi-line)) {@include hook-form-multi-line();}
|
|
244
|
+
@if(meta.mixin-exists(hook-form-multi-line)) {@include hook-form-multi-line();}
|
|
243
245
|
}
|
|
244
246
|
|
|
245
247
|
.uk-select[multiple],
|
|
@@ -252,7 +254,7 @@
|
|
|
252
254
|
outline: none;
|
|
253
255
|
background-color: $form-focus-background;
|
|
254
256
|
color: $form-focus-color;
|
|
255
|
-
@if(mixin-exists(hook-form-focus)) {@include hook-form-focus();}
|
|
257
|
+
@if(meta.mixin-exists(hook-form-focus)) {@include hook-form-focus();}
|
|
256
258
|
}
|
|
257
259
|
|
|
258
260
|
/* Disabled */
|
|
@@ -261,7 +263,7 @@
|
|
|
261
263
|
.uk-textarea:disabled {
|
|
262
264
|
background-color: $form-disabled-background;
|
|
263
265
|
color: $form-disabled-color;
|
|
264
|
-
@if(mixin-exists(hook-form-disabled)) {@include hook-form-disabled();}
|
|
266
|
+
@if(meta.mixin-exists(hook-form-disabled)) {@include hook-form-disabled();}
|
|
265
267
|
}
|
|
266
268
|
|
|
267
269
|
/*
|
|
@@ -327,7 +329,7 @@ textarea.uk-form-large,
|
|
|
327
329
|
.uk-form-danger,
|
|
328
330
|
.uk-form-danger:focus {
|
|
329
331
|
color: $form-danger-color;
|
|
330
|
-
@if(mixin-exists(hook-form-danger)) {@include hook-form-danger();}
|
|
332
|
+
@if(meta.mixin-exists(hook-form-danger)) {@include hook-form-danger();}
|
|
331
333
|
}
|
|
332
334
|
|
|
333
335
|
/*
|
|
@@ -337,7 +339,7 @@ textarea.uk-form-large,
|
|
|
337
339
|
.uk-form-success,
|
|
338
340
|
.uk-form-success:focus {
|
|
339
341
|
color: $form-success-color;
|
|
340
|
-
@if(mixin-exists(hook-form-success)) {@include hook-form-success();}
|
|
342
|
+
@if(meta.mixin-exists(hook-form-success)) {@include hook-form-success();}
|
|
341
343
|
}
|
|
342
344
|
|
|
343
345
|
/*
|
|
@@ -346,11 +348,11 @@ textarea.uk-form-large,
|
|
|
346
348
|
|
|
347
349
|
.uk-form-blank {
|
|
348
350
|
background: none;
|
|
349
|
-
@if(mixin-exists(hook-form-blank)) {@include hook-form-blank();}
|
|
351
|
+
@if(meta.mixin-exists(hook-form-blank)) {@include hook-form-blank();}
|
|
350
352
|
}
|
|
351
353
|
|
|
352
354
|
.uk-form-blank:focus {
|
|
353
|
-
@if(mixin-exists(hook-form-blank-focus)) {@include hook-form-blank-focus();}
|
|
355
|
+
@if(meta.mixin-exists(hook-form-blank-focus)) {@include hook-form-blank-focus();}
|
|
354
356
|
}
|
|
355
357
|
|
|
356
358
|
|
|
@@ -454,7 +456,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
|
|
|
454
456
|
/* 6 */
|
|
455
457
|
background-repeat: no-repeat;
|
|
456
458
|
background-position: 50% 50%;
|
|
457
|
-
@if(mixin-exists(hook-form-radio)) {@include hook-form-radio();}
|
|
459
|
+
@if(meta.mixin-exists(hook-form-radio)) {@include hook-form-radio();}
|
|
458
460
|
}
|
|
459
461
|
|
|
460
462
|
.uk-radio { border-radius: 50%; }
|
|
@@ -464,7 +466,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
|
|
|
464
466
|
.uk-checkbox:focus {
|
|
465
467
|
background-color: $form-radio-focus-background;
|
|
466
468
|
outline: none;
|
|
467
|
-
@if(mixin-exists(hook-form-radio-focus)) {@include hook-form-radio-focus();}
|
|
469
|
+
@if(meta.mixin-exists(hook-form-radio-focus)) {@include hook-form-radio-focus();}
|
|
468
470
|
}
|
|
469
471
|
|
|
470
472
|
/*
|
|
@@ -475,7 +477,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
|
|
|
475
477
|
.uk-checkbox:checked,
|
|
476
478
|
.uk-checkbox:indeterminate {
|
|
477
479
|
background-color: $form-radio-checked-background;
|
|
478
|
-
@if(mixin-exists(hook-form-radio-checked)) {@include hook-form-radio-checked();}
|
|
480
|
+
@if(meta.mixin-exists(hook-form-radio-checked)) {@include hook-form-radio-checked();}
|
|
479
481
|
}
|
|
480
482
|
|
|
481
483
|
/* Focus */
|
|
@@ -483,7 +485,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
|
|
|
483
485
|
.uk-checkbox:checked:focus,
|
|
484
486
|
.uk-checkbox:indeterminate:focus {
|
|
485
487
|
background-color: $form-radio-checked-focus-background;
|
|
486
|
-
@if(mixin-exists(hook-form-radio-checked-focus)) {@include hook-form-radio-checked-focus();}
|
|
488
|
+
@if(meta.mixin-exists(hook-form-radio-checked-focus)) {@include hook-form-radio-checked-focus();}
|
|
487
489
|
}
|
|
488
490
|
|
|
489
491
|
/*
|
|
@@ -501,7 +503,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
|
|
|
501
503
|
.uk-radio:disabled,
|
|
502
504
|
.uk-checkbox:disabled {
|
|
503
505
|
background-color: $form-radio-disabled-background;
|
|
504
|
-
@if(mixin-exists(hook-form-radio-disabled)) {@include hook-form-radio-disabled();}
|
|
506
|
+
@if(meta.mixin-exists(hook-form-radio-disabled)) {@include hook-form-radio-disabled();}
|
|
505
507
|
}
|
|
506
508
|
|
|
507
509
|
.uk-radio:disabled:checked { @include svg-fill($internal-form-radio-image, "#000", $form-radio-disabled-icon-color); }
|
|
@@ -530,7 +532,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
|
|
|
530
532
|
/* 4 */
|
|
531
533
|
font-size: $form-legend-font-size;
|
|
532
534
|
line-height: $form-legend-line-height;
|
|
533
|
-
@if(mixin-exists(hook-form-legend)) {@include hook-form-legend();}
|
|
535
|
+
@if(meta.mixin-exists(hook-form-legend)) {@include hook-form-legend();}
|
|
534
536
|
}
|
|
535
537
|
|
|
536
538
|
|
|
@@ -593,7 +595,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
|
|
|
593
595
|
========================================================================== */
|
|
594
596
|
|
|
595
597
|
.uk-form-label {
|
|
596
|
-
@if(mixin-exists(hook-form-label)) {@include hook-form-label();}
|
|
598
|
+
@if(meta.mixin-exists(hook-form-label)) {@include hook-form-label();}
|
|
597
599
|
}
|
|
598
600
|
|
|
599
601
|
|
|
@@ -607,7 +609,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
|
|
|
607
609
|
.uk-form-stacked .uk-form-label {
|
|
608
610
|
display: block;
|
|
609
611
|
margin-bottom: $form-stacked-margin-bottom;
|
|
610
|
-
@if(mixin-exists(hook-form-stacked-label)) {@include hook-form-stacked-label();}
|
|
612
|
+
@if(meta.mixin-exists(hook-form-stacked-label)) {@include hook-form-stacked-label();}
|
|
611
613
|
}
|
|
612
614
|
|
|
613
615
|
/*
|
|
@@ -621,7 +623,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
|
|
|
621
623
|
.uk-form-horizontal .uk-form-label {
|
|
622
624
|
display: block;
|
|
623
625
|
margin-bottom: $form-stacked-margin-bottom;
|
|
624
|
-
@if(mixin-exists(hook-form-stacked-label)) {@include hook-form-stacked-label();}
|
|
626
|
+
@if(meta.mixin-exists(hook-form-stacked-label)) {@include hook-form-stacked-label();}
|
|
625
627
|
}
|
|
626
628
|
|
|
627
629
|
}
|
|
@@ -633,7 +635,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
|
|
|
633
635
|
width: $form-horizontal-label-width;
|
|
634
636
|
margin-top: $form-horizontal-label-margin-top;
|
|
635
637
|
float: left;
|
|
636
|
-
@if(mixin-exists(hook-form-horizontal-label)) {@include hook-form-horizontal-label();}
|
|
638
|
+
@if(meta.mixin-exists(hook-form-horizontal-label)) {@include hook-form-horizontal-label();}
|
|
637
639
|
}
|
|
638
640
|
|
|
639
641
|
.uk-form-horizontal .uk-form-controls { margin-left: $form-horizontal-controls-margin-left; }
|
|
@@ -668,7 +670,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
|
|
|
668
670
|
align-items: center;
|
|
669
671
|
/* 4 */
|
|
670
672
|
color: $form-icon-color;
|
|
671
|
-
@if(mixin-exists(hook-form-icon)) {@include hook-form-icon();}
|
|
673
|
+
@if(meta.mixin-exists(hook-form-icon)) {@include hook-form-icon();}
|
|
672
674
|
}
|
|
673
675
|
|
|
674
676
|
/*
|
|
@@ -704,7 +706,7 @@ select.uk-form-width-xsmall { width: ($form-width-xsmall + 25px); }
|
|
|
704
706
|
// Hooks
|
|
705
707
|
// ========================================================================
|
|
706
708
|
|
|
707
|
-
@if(mixin-exists(hook-form-misc)) {@include hook-form-misc();}
|
|
709
|
+
@if(meta.mixin-exists(hook-form-misc)) {@include hook-form-misc();}
|
|
708
710
|
|
|
709
711
|
// @mixin hook-form(){}
|
|
710
712
|
// @mixin hook-form-single-line(){}
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
@use "sass:meta";
|
|
2
|
+
|
|
1
3
|
// Name: Grid
|
|
2
4
|
// Description: Component to create responsive, fluid and nestable grids
|
|
3
5
|
//
|
|
@@ -193,7 +195,7 @@
|
|
|
193
195
|
top: 0;
|
|
194
196
|
bottom: 0;
|
|
195
197
|
border-left: $grid-divider-border-width solid $grid-divider-border;
|
|
196
|
-
@if(mixin-exists(hook-grid-divider-horizontal)) {@include hook-grid-divider-horizontal();}
|
|
198
|
+
@if(meta.mixin-exists(hook-grid-divider-horizontal)) {@include hook-grid-divider-horizontal();}
|
|
197
199
|
}
|
|
198
200
|
|
|
199
201
|
/* Vertical */
|
|
@@ -203,7 +205,7 @@
|
|
|
203
205
|
left: 0;
|
|
204
206
|
right: 0;
|
|
205
207
|
border-top: $grid-divider-border-width solid $grid-divider-border;
|
|
206
|
-
@if(mixin-exists(hook-grid-divider-vertical)) {@include hook-grid-divider-vertical();}
|
|
208
|
+
@if(meta.mixin-exists(hook-grid-divider-vertical)) {@include hook-grid-divider-vertical();}
|
|
207
209
|
}
|
|
208
210
|
|
|
209
211
|
/*
|
|
@@ -375,7 +377,7 @@
|
|
|
375
377
|
// Hooks
|
|
376
378
|
// ========================================================================
|
|
377
379
|
|
|
378
|
-
@if(mixin-exists(hook-grid-misc)) {@include hook-grid-misc();}
|
|
380
|
+
@if(meta.mixin-exists(hook-grid-misc)) {@include hook-grid-misc();}
|
|
379
381
|
|
|
380
382
|
// @mixin hook-grid-divider-horizontal(){}
|
|
381
383
|
// @mixin hook-grid-divider-vertical(){}
|