vanilla-framework 2.36.0 → 3.0.0-beta.1

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 (140) hide show
  1. package/README.md +1 -1
  2. package/_index.scss +1 -0
  3. package/package.json +14 -12
  4. package/scss/_base_blockquotes.scss +2 -2
  5. package/scss/_base_button.scss +9 -27
  6. package/scss/_base_code.scss +8 -9
  7. package/scss/_base_details.scss +2 -2
  8. package/scss/_base_forms-range.scss +1 -45
  9. package/scss/_base_forms.scss +17 -22
  10. package/scss/_base_grid-definitions.scss +2 -23
  11. package/scss/_base_hr.scss +1 -1
  12. package/scss/_base_icon-definitions.scss +0 -24
  13. package/scss/_base_lists.scss +5 -5
  14. package/scss/_base_media.scss +1 -6
  15. package/scss/_base_placeholders.scss +15 -18
  16. package/scss/_base_tables.scss +6 -6
  17. package/scss/_base_typography-definitions.scss +16 -24
  18. package/scss/_base_typography.scss +7 -17
  19. package/scss/_global_functions.scss +3 -11
  20. package/scss/_layouts_application-panels.scss +1 -1
  21. package/scss/_layouts_application.scss +1 -1
  22. package/scss/_layouts_fluid-breakout.scss +40 -150
  23. package/scss/_patterns_accordion.scss +16 -71
  24. package/scss/_patterns_article-pagination.scss +3 -6
  25. package/scss/_patterns_breadcrumbs.scss +1 -1
  26. package/scss/_patterns_buttons.scss +1 -35
  27. package/scss/_patterns_card.scss +8 -8
  28. package/scss/_patterns_chip.scss +3 -7
  29. package/scss/_patterns_code-snippet.scss +7 -7
  30. package/scss/_patterns_contextual-menu.scss +1 -1
  31. package/scss/_patterns_divider.scss +4 -4
  32. package/scss/_patterns_form-help-text.scss +2 -2
  33. package/scss/_patterns_form-password-toggle.scss +0 -6
  34. package/scss/_patterns_form-tick-elements.scss +217 -27
  35. package/scss/_patterns_form-validation.scss +2 -2
  36. package/scss/_patterns_forms.scss +7 -7
  37. package/scss/_patterns_grid.scss +6 -20
  38. package/scss/_patterns_heading-icon.scss +5 -5
  39. package/scss/_patterns_headings.scss +0 -26
  40. package/scss/_patterns_icons.scss +0 -58
  41. package/scss/_patterns_label.scss +1 -1
  42. package/scss/_patterns_links.scss +4 -33
  43. package/scss/_patterns_list-tree.scss +0 -1
  44. package/scss/_patterns_lists.scss +17 -32
  45. package/scss/_patterns_logo-section.scss +7 -5
  46. package/scss/_patterns_matrix.scss +15 -17
  47. package/scss/_patterns_media-object.scss +4 -4
  48. package/scss/_patterns_modal.scss +14 -9
  49. package/scss/_patterns_navigation.scss +317 -312
  50. package/scss/_patterns_notifications.scss +15 -57
  51. package/scss/_patterns_pagination.scss +6 -6
  52. package/scss/_patterns_pull-quotes.scss +4 -4
  53. package/scss/_patterns_search-and-filter.scss +6 -6
  54. package/scss/_patterns_search-box.scss +2 -3
  55. package/scss/_patterns_separator.scss +4 -4
  56. package/scss/_patterns_side-navigation.scss +12 -15
  57. package/scss/_patterns_strip.scss +1 -1
  58. package/scss/_patterns_table-expanding.scss +0 -13
  59. package/scss/_patterns_table-icons.scss +2 -2
  60. package/scss/_patterns_table-mobile-card.scss +3 -10
  61. package/scss/_patterns_table-of-contents.scss +1 -1
  62. package/scss/_patterns_tabs.scss +2 -2
  63. package/scss/_patterns_tooltips.scss +5 -5
  64. package/scss/_settings_breakpoints.scss +2 -3
  65. package/scss/_settings_grid.scss +1 -4
  66. package/scss/_settings_spacing.scss +38 -60
  67. package/scss/_settings_system.scss +1 -7
  68. package/scss/_utilities_baseline-grid.scss +1 -1
  69. package/scss/_utilities_embedded-media.scss +2 -2
  70. package/scss/_utilities_equal-height.scss +1 -1
  71. package/scss/_utilities_floats.scss +4 -4
  72. package/scss/_utilities_hide.scss +8 -8
  73. package/scss/_utilities_image-position.scss +1 -1
  74. package/scss/_utilities_show.scss +2 -6
  75. package/scss/_utilities_vertical-spacing.scss +6 -12
  76. package/scss/_vanilla.scss +0 -11
  77. package/scss/_base_forms-tick-elements.scss +0 -607
  78. package/scss/_base_typography-max-widths.scss +0 -36
  79. package/scss/_patterns_code-copyable.scss +0 -43
  80. package/scss/_patterns_code-numbered.scss +0 -13
  81. package/scss/_patterns_inline-images.scss +0 -37
  82. package/scss/_patterns_subnav.scss +0 -210
  83. package/scss/standalone/base.scss +0 -2
  84. package/scss/standalone/custom.scss +0 -7
  85. package/scss/standalone/dark.scss +0 -11
  86. package/scss/standalone/example.scss +0 -15
  87. package/scss/standalone/import.scss +0 -2
  88. package/scss/standalone/layouts_fluid-breakout-full.scss +0 -8
  89. package/scss/standalone/layouts_fluid-breakout.scss +0 -8
  90. package/scss/standalone/patterns_accordion.scss +0 -6
  91. package/scss/standalone/patterns_article-pagination.scss +0 -4
  92. package/scss/standalone/patterns_breadcrumbs.scss +0 -4
  93. package/scss/standalone/patterns_buttons.scss +0 -9
  94. package/scss/standalone/patterns_card.scss +0 -9
  95. package/scss/standalone/patterns_chip.scss +0 -6
  96. package/scss/standalone/patterns_code-copyable.scss +0 -4
  97. package/scss/standalone/patterns_code-numbered.scss +0 -4
  98. package/scss/standalone/patterns_code-snippet.scss +0 -6
  99. package/scss/standalone/patterns_contextual-menu.scss +0 -9
  100. package/scss/standalone/patterns_divider.scss +0 -7
  101. package/scss/standalone/patterns_form-password-toggle.scss +0 -19
  102. package/scss/standalone/patterns_form-tick-elements.scss +0 -13
  103. package/scss/standalone/patterns_forms.scss +0 -17
  104. package/scss/standalone/patterns_grid.scss +0 -4
  105. package/scss/standalone/patterns_heading-icon.scss +0 -4
  106. package/scss/standalone/patterns_headings.scss +0 -4
  107. package/scss/standalone/patterns_icons-additional.scss +0 -104
  108. package/scss/standalone/patterns_icons.scss +0 -7
  109. package/scss/standalone/patterns_image.scss +0 -4
  110. package/scss/standalone/patterns_inline-images.scss +0 -4
  111. package/scss/standalone/patterns_label.scss +0 -4
  112. package/scss/standalone/patterns_links.scss +0 -4
  113. package/scss/standalone/patterns_list-tree.scss +0 -4
  114. package/scss/standalone/patterns_lists.scss +0 -4
  115. package/scss/standalone/patterns_logo-section.scss +0 -4
  116. package/scss/standalone/patterns_matrix.scss +0 -4
  117. package/scss/standalone/patterns_media-object.scss +0 -4
  118. package/scss/standalone/patterns_modal.scss +0 -9
  119. package/scss/standalone/patterns_muted-heading.scss +0 -4
  120. package/scss/standalone/patterns_navigation.scss +0 -4
  121. package/scss/standalone/patterns_notifications.scss +0 -11
  122. package/scss/standalone/patterns_pagination.scss +0 -7
  123. package/scss/standalone/patterns_pull-quotes.scss +0 -4
  124. package/scss/standalone/patterns_search-and-filter.scss +0 -8
  125. package/scss/standalone/patterns_search-box.scss +0 -15
  126. package/scss/standalone/patterns_separator.scss +0 -4
  127. package/scss/standalone/patterns_side-navigation.scss +0 -11
  128. package/scss/standalone/patterns_skip-link.scss +0 -8
  129. package/scss/standalone/patterns_slider.scss +0 -4
  130. package/scss/standalone/patterns_strip.scss +0 -10
  131. package/scss/standalone/patterns_subnav.scss +0 -9
  132. package/scss/standalone/patterns_switch.scss +0 -4
  133. package/scss/standalone/patterns_tab-buttons.scss +0 -7
  134. package/scss/standalone/patterns_table-expanding.scss +0 -10
  135. package/scss/standalone/patterns_table-mobile-card.scss +0 -10
  136. package/scss/standalone/patterns_table-of-contents.scss +0 -7
  137. package/scss/standalone/patterns_table-overflow.scss +0 -10
  138. package/scss/standalone/patterns_table-sortable.scss +0 -10
  139. package/scss/standalone/patterns_tabs.scss +0 -4
  140. package/scss/standalone/patterns_tooltips.scss +0 -6
@@ -1,11 +1,7 @@
1
- // Density multiplier
2
- $multi: 2 !default;
3
-
4
- // Options
5
- $pad-lists: true !default; // Adds padding to list items
1
+ @use 'sass:math';
6
2
 
7
3
  // Typographic scale settings
8
- $ms-ratio: 16 / 14 !default;
4
+ $ms-ratio: math.div(16, 14) !default;
9
5
  $sp-unit-ratio: 0.5 !default;
10
6
 
11
7
  // Baseline grid settings
@@ -73,71 +69,53 @@ $browser-rounding-compensations: (
73
69
  h1: 0.001rem,
74
70
  ) !default;
75
71
 
76
- ////////////////////////////////////////////////////////
77
- // Variables connecting spacings that should be identical
78
-
79
- // 1. VERTICAL SPACING
80
- // 1.1 Vertical spacing inside components
81
- $spv-inner--x-small: $sp-unit * 0.5 !default; // buttons margins inside table,
82
- $spv-inner--x-small--scaleable: $spv-inner--x-small * $multi !default;
83
- $spv-inner--small: $sp-unit !default;
84
- $spv-inner--scaleable: $sp-unit * $multi !default; // can be deleted for 3.0
85
- $spv-inner--medium: $sp-unit * 1.5 !default; //vertical padding in: navigation, tabs
86
- $spv-inner--large: $sp-unit * 2;
87
-
88
- // 1.2 Vertical spacing between components
89
- $spv-outer--small: $sp-unit !default; //labels
90
- $spv-outer--small-scaleable: $sp-unit * $multi !default;
91
- $spv-outer--medium: $sp-unit * 2 !default;
92
- $spv-outer--scaleable: $sp-unit * (1 + $multi) !default;
93
-
94
- // 1.3 Vertical spacing between a group of components and its wrapper - strips, views, entire page
95
- $spv-outer--shallow-scaleable: $spv-outer--scaleable !default;
96
- $spv-outer--regular-scaleable: $sp-unit * 2 * (2 + $multi) !default;
97
- $spv-outer--deep-scaleable: $sp-unit * 2 * (4 + $multi) !default;
98
-
99
- // 2. HORIZONTAL SPACING
100
- // 2.1 Horizontal spacing inside components
101
- $sph-inner--x-small: $sp-unit * 0.5 !default; // Not currently used
102
- $sph-inner--small: $sp-unit !default; // input-elements
103
- $sph-inner: $sp-unit * 2 !default; // buttons, accordions, tabs, menu, card padding, stepped-list bullet offset
104
- $sph-inner--large: $sp-unit * 3 !default;
105
- // 2.2 Horizontal spacing outside components
106
- $sph-outer: $sph-inner !default;
107
- $sph-outer--large: $sp-unit * 3 !default; // checboxes, radios, list bullets
72
+ // Main spacing variables. spv stands spacing-vertical; sph stands for spacing-horizontal.
73
+
74
+ $spv--x-small: $sp-unit * 0.5 !default;
75
+ $spv--small: $sp-unit !default;
76
+ $spv--medium: $sp-unit * 1.5 !default;
77
+ $spv--large: $sp-unit * 2;
78
+ $spv--x-large: $sp-unit * 3 !default;
79
+ $spv--strip-regular: $sp-unit * 8 !default;
80
+ $spv--strip-deep: $sp-unit * 12 !default;
81
+
82
+ $sph--small: $sp-unit !default;
83
+ $sph--large: $sp-unit * 2 !default;
84
+ $sph--x-large: $sp-unit * 3 !default;
108
85
 
109
86
  // Space after text elements
110
87
  $sp-after: (
111
- h1: $spv-outer--small-scaleable,
112
- h2: $spv-outer--small-scaleable,
113
- h3: $spv-outer--small-scaleable,
114
- h4: $spv-outer--small-scaleable,
115
- p: $spv-outer--scaleable,
116
- p-dense: $spv-outer--scaleable - $sp-unit,
117
- h1-mobile: $spv-outer--small-scaleable,
118
- h2-mobile: $spv-outer--small-scaleable,
119
- h3-mobile: $spv-outer--small-scaleable,
120
- h4-mobile: $spv-outer--small-scaleable,
121
- small: $spv-outer--small-scaleable,
122
- small--dense: $spv-outer--small-scaleable,
123
- x-small: $spv-outer--small-scaleable,
88
+ h1: $spv--large,
89
+ h2: $spv--large,
90
+ h3: $spv--large,
91
+ h4: $spv--large,
92
+ p: $spv--x-large,
93
+ p-dense: $spv--large,
94
+ h1-mobile: $spv--large,
95
+ h2-mobile: $spv--large,
96
+ h3-mobile: $spv--large,
97
+ h4-mobile: $spv--large,
98
+ small: $spv--large,
99
+ small--dense: $spv--large,
100
+ x-small: $spv--large,
124
101
  default-text: $sp-unit,
125
102
  ) !default;
126
103
 
127
104
  // commonly occuring calculations available as variables
128
105
  $spv-nudge: map-get($nudges, nudge--p) !default; // top: nudge; bottom: unit - nudge; result: height = exact multiple of base unit
129
106
  $spv-nudge-compensation: $sp-unit - $spv-nudge !default;
130
- $input-margin-bottom: $sp-unit * (2 + $multi) - $spv-nudge * 2;
107
+ $input-margin-bottom: $sp-unit * 4 - $spv-nudge * 2;
131
108
  $input-vertical-padding: calc(#{$spv-nudge} - 1px);
132
109
 
133
- $max-width--default: 40em !default;
110
+ // tick element variables
111
+ $form-tick-box-size: 1rem;
112
+ $form-tick-height: 0.375rem;
113
+ $form-tick-offset-top: 0.1875rem;
114
+ $form-tick-box-nudge: 0.15rem; // to nudge the tick box a bit below baseline (to correctly align with default text size)
115
+ $form-radio-inner-circle-diameter: 0.375rem;
116
+ $form-radio-circle-offset: 0.5 * ($form-tick-box-size - $form-radio-inner-circle-diameter);
134
117
 
135
- $max-widths: (
136
- long: $max-width--default,
137
- default: $max-width--default,
138
- heading--long: $max-width--default,
139
- heading--short: $max-width--default,
140
- ) !default;
118
+ $max-width--default: 40em !default;
141
119
 
142
120
  $icon-sizes: (
143
121
  accordion: $sp-unit * 1.5,
@@ -151,7 +129,7 @@ $icon-sizes: (
151
129
 
152
130
  $default-icon-size: map-get($icon-sizes, default);
153
131
 
154
- $table-cell-vertical-padding: $spv-inner--x-small--scaleable;
132
+ $table-cell-vertical-padding: $spv--small;
155
133
 
156
134
  // generic units
157
135
  $sp-xx-small: $sp-unit * 0.25 !default;
@@ -1,7 +1 @@
1
- // Global system settings
2
- @if function-exists(vanilla-version) {
3
- $app-version: vanilla-version();
4
- } @else {
5
- // update the fallback with major releases
6
- $app-version: '2.0.0' !default;
7
- }
1
+ $app-version: '2.0.0' !default;
@@ -36,7 +36,7 @@
36
36
  // stylelint-enable selector-max-type
37
37
 
38
38
  .u-baseline-grid__toggle {
39
- bottom: $spv-outer--scaleable;
39
+ bottom: $spv--x-large;
40
40
  position: fixed;
41
41
  right: $sp-unit * 3;
42
42
  z-index: 201;
@@ -4,8 +4,8 @@
4
4
  @mixin vf-u-embedded-media {
5
5
  .u-embedded-media {
6
6
  height: 0;
7
- margin-bottom: $spv-outer--scaleable;
8
- margin-top: $spv-inner--small;
7
+ margin-bottom: $spv--x-large;
8
+ margin-top: $spv--small;
9
9
  max-width: 100%;
10
10
  overflow: hidden;
11
11
  padding-bottom: 56.25%;
@@ -4,7 +4,7 @@
4
4
  @mixin vf-u-equal-height {
5
5
  // Default equal-height pattern styles
6
6
  .u-equal-height {
7
- @media (min-width: $breakpoint-medium) {
7
+ @media (min-width: $threshold-6-12-col) {
8
8
  display: flex;
9
9
 
10
10
  &.row {
@@ -6,13 +6,13 @@
6
6
  float: right !important;
7
7
 
8
8
  &--small {
9
- @media (max-width: $breakpoint-small) {
9
+ @media (max-width: $breakpoint-small - 1) {
10
10
  float: right !important;
11
11
  }
12
12
  }
13
13
 
14
14
  &--medium {
15
- @media (min-width: $breakpoint-medium) and (max-width: $breakpoint-large) {
15
+ @media (min-width: $breakpoint-small) and (max-width: $breakpoint-large - 1) {
16
16
  float: right !important;
17
17
  }
18
18
  }
@@ -28,13 +28,13 @@
28
28
  float: left !important;
29
29
 
30
30
  &--small {
31
- @media (max-width: $breakpoint-small) {
31
+ @media (max-width: $breakpoint-small - 1) {
32
32
  float: left !important;
33
33
  }
34
34
  }
35
35
 
36
36
  &--medium {
37
- @media (min-width: $breakpoint-medium) and (max-width: $breakpoint-large) {
37
+ @media (min-width: $breakpoint-small) and (max-width: $breakpoint-large - 1) {
38
38
  float: left !important;
39
39
  }
40
40
  }
@@ -21,13 +21,13 @@
21
21
  display: none !important;
22
22
 
23
23
  &--small {
24
- @media (max-width: $breakpoint-medium - 1) {
24
+ @media (max-width: $breakpoint-small - 1) {
25
25
  display: none !important;
26
26
  }
27
27
  }
28
28
 
29
29
  &--medium {
30
- @media (min-width: $breakpoint-medium) and (max-width: $breakpoint-large - 1) {
30
+ @media (min-width: $breakpoint-small) and (max-width: $breakpoint-large - 1) {
31
31
  display: none !important;
32
32
  }
33
33
  }
@@ -45,19 +45,19 @@
45
45
  @include vf-hide-table-column;
46
46
 
47
47
  &--small {
48
- @media (max-width: $breakpoint-medium - 1) {
48
+ @media (max-width: $breakpoint-small - 1) {
49
49
  @include vf-hide-table-column;
50
50
  }
51
51
  }
52
52
 
53
53
  &--medium {
54
- @media (min-width: $breakpoint-medium) and (max-width: $breakpoint-large - 1) {
54
+ @media (min-width: $breakpoint-small) and (max-width: $breakpoint-large - 1) {
55
55
  @include vf-hide-table-column;
56
56
  }
57
57
  }
58
58
 
59
59
  &--large {
60
- @media (min-width: $breakpoint-large) {
60
+ @media (min-width: $breakpoint-small) {
61
61
  @include vf-hide-table-column;
62
62
  }
63
63
  }
@@ -65,17 +65,17 @@
65
65
  // stylelint-enable selector-max-type
66
66
 
67
67
  // expanding table uses flex layout, so use standard u-hide for it
68
- .p-table-expanding .u-hide {
68
+ .p-table--expanding .u-hide {
69
69
  display: none !important;
70
70
 
71
71
  &--small {
72
- @media (max-width: $breakpoint-medium - 1) {
72
+ @media (max-width: $breakpoint-small - 1) {
73
73
  display: none !important;
74
74
  }
75
75
  }
76
76
 
77
77
  &--medium {
78
- @media (min-width: $breakpoint-medium) and (max-width: $breakpoint-large - 1) {
78
+ @media (min-width: $breakpoint-small) and (max-width: $breakpoint-large - 1) {
79
79
  display: none !important;
80
80
  }
81
81
  }
@@ -1,7 +1,7 @@
1
1
  // Create utility class for positioning images at top or bottom of the section
2
2
  @mixin vf-u-image-position {
3
3
  .u-image-position {
4
- @media (min-width: $breakpoint-medium) {
4
+ @media (min-width: $threshold-6-12-col) {
5
5
  overflow: hidden;
6
6
  position: relative;
7
7
 
@@ -3,21 +3,17 @@
3
3
  // Show elements with explicit breakpoints
4
4
  @mixin vf-u-show {
5
5
  .u-show {
6
- // We keep inherit for IE that doesn't support `initial`.
7
- // It's not ideal (makes things inline/block based on their parent, not their own initial value),
8
- // but at least makes stuff visible again.
9
- display: inherit !important;
10
6
  display: initial !important;
11
7
 
12
8
  &--small {
13
- @media (max-width: $breakpoint-medium) {
9
+ @media (max-width: $breakpoint-small - 1) {
14
10
  display: inherit !important;
15
11
  display: initial !important;
16
12
  }
17
13
  }
18
14
 
19
15
  &--medium {
20
- @media (min-width: $breakpoint-medium) and (max-width: $breakpoint-large) {
16
+ @media (min-width: $breakpoint-small) and (max-width: $breakpoint-large - 1) {
21
17
  display: inherit !important;
22
18
  display: initial !important;
23
19
  }
@@ -1,7 +1,4 @@
1
1
  @mixin vf-u-vertical-spacing($start: -3, $end: 3) {
2
- // adds baseline units between the element it is applied to and relatively positioned elements after it.
3
- // useful when you want to vertically align elements after an h3 in one column and elements after a search field in another.
4
- // See example in maas-layout.html
5
2
  %u-vertical-spacer {
6
3
  content: '';
7
4
  display: block;
@@ -9,17 +6,14 @@
9
6
  position: relative;
10
7
  }
11
8
 
12
- $slug: u-sv !default;
13
-
14
9
  @for $i from $start through $end {
15
- .u-sv#{$i} {
16
- &::after {
17
- @extend %u-vertical-spacer;
18
- // Due to margin collapse, if elements beneath this have a margin top, the margin of this and the next item will be summed up.
19
- // For predictable results, use single margin direction (https://csswizardry.com/2012/06/single-direction-margin-declarations/)
20
- // From vanilla 1.7 forward, margin direction is bottom.
10
+ @if $i != 0 {
11
+ .u-sv#{$i} {
12
+ &::after {
13
+ @extend %u-vertical-spacer;
21
14
 
22
- margin-top: calc(#{$sp-unit * $i} - 1px); // subtracting the element height, which is set to 1px above.
15
+ margin-top: calc(#{$sp-unit * $i} - 1px); // subtracting the element height, which is set to 1px above.
16
+ }
23
17
  }
24
18
  }
25
19
  }
@@ -8,8 +8,6 @@
8
8
  @import 'patterns_buttons';
9
9
  @import 'patterns_card';
10
10
  @import 'patterns_chip';
11
- @import 'patterns_code-copyable';
12
- @import 'patterns_code-numbered';
13
11
  @import 'patterns_code-snippet';
14
12
  @import 'patterns_contextual-menu';
15
13
  @import 'patterns_divider';
@@ -23,7 +21,6 @@
23
21
  @import 'patterns_headings';
24
22
  @import 'patterns_icons';
25
23
  @import 'patterns_image';
26
- @import 'patterns_inline-images';
27
24
  @import 'patterns_label';
28
25
  @import 'patterns_links';
29
26
  @import 'patterns_list-tree';
@@ -34,7 +31,6 @@
34
31
  @import 'patterns_modal';
35
32
  @import 'patterns_muted-heading';
36
33
  @import 'patterns_navigation';
37
- @import 'patterns_subnav';
38
34
  @import 'patterns_notifications';
39
35
  @import 'patterns_pagination';
40
36
  @import 'patterns_pull-quotes';
@@ -92,8 +88,6 @@
92
88
  @include vf-p-buttons;
93
89
  @include vf-p-card;
94
90
  @include vf-p-chip;
95
- @include vf-p-code-copyable;
96
- @include vf-p-code-numbered;
97
91
  @include vf-p-code-snippet;
98
92
  @include vf-p-contextual-menu;
99
93
  @include vf-p-divider;
@@ -101,9 +95,6 @@
101
95
  @include vf-p-form-validation;
102
96
  @include vf-p-form-tick-elements;
103
97
  @include vf-p-forms;
104
- @include deprecate('3.0.0', 'vf-p-grid-modifications mixin will be removed') {
105
- @include vf-p-grid-modifications;
106
- }
107
98
  @include vf-p-grid;
108
99
  @include vf-p-heading-icon;
109
100
  @include vf-p-headings;
@@ -111,7 +102,6 @@
111
102
  @include vf-p-form-password-toggle;
112
103
  @include vf-p-icons;
113
104
  @include vf-p-image;
114
- @include vf-p-inline-images;
115
105
  @include vf-p-label;
116
106
  @include vf-p-links;
117
107
  @include vf-p-list-tree;
@@ -122,7 +112,6 @@
122
112
  @include vf-p-modal;
123
113
  @include vf-p-muted-heading;
124
114
  @include vf-p-navigation;
125
- @include vf-p-subnav;
126
115
  @include vf-p-notification;
127
116
  @include vf-p-pagination;
128
117
  @include vf-p-pull-quotes;