@@ -16,7 +16,6 @@ $_light-watermark-image: 'data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3
16
16
/// @prop {Map} $link-background [igx-color: ('primary')] - The background color used for the link.
17
17
/// @prop {Color} $color [#fff] - The color used for the link text.
18
18
/// @requires {function} extend
19
- /// @requires {Map} $_material-shape-watermark
20
19
$_light-watermark : extend (
21
20
$_material-shape-watermark ,
22
21
(
@@ -40,7 +39,6 @@ $_light-watermark: extend(
40
39
/// @type {Map}
41
40
/// @requires {function} extend
42
41
/// @requires {Map} $_light-watermark
43
- /// @requires {Map} $_fluent-shape-watermark
44
42
$_fluent-watermark : extend (
45
43
$_light-watermark ,
46
44
$_fluent-shape-watermark ,
@@ -55,7 +53,6 @@ $_fluent-watermark: extend(
55
53
/// @type {Map}
56
54
/// @requires {function} extend
57
55
/// @requires {Map} $_light-watermark
58
- /// @requires {Map} $_bootstrap-shape-watermark
59
56
$_bootstrap-watermark : extend (
60
57
$_light-watermark ,
61
58
$_bootstrap-shape-watermark ,
@@ -71,7 +68,6 @@ $_bootstrap-watermark: extend(
71
68
/// @prop {Map} $border-color [igx-color: ('primary', 300)] - The border color for the link.
72
69
/// @requires {function} extend
73
70
/// @requires {Map} $_light-watermark
74
- /// @requires {Map} $_indigo-shape-watermark
75
71
$_indigo-watermark : extend (
76
72
$_light-watermark ,
77
73
$_indigo-shape-watermark ,
0 commit comments