Skip to content

Commit 7a4c652

Browse files
authored
Merge pull request #8684 from IgniteUI/simeonoff/fix-sassdoc-11.0.x
docs(sassdoc): fix build errors
2 parents 83f7761 + 34c6976 commit 7a4c652

File tree

5 files changed

+1
-5
lines changed

5 files changed

+1
-5
lines changed

projects/igniteui-angular/src/lib/core/styles/components/button-group/_button-group-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
/// @param {Color} $item-selected-border-color [null] - The border color for a selected item from the button group.
3030
/// @param {Color} $item-selected-hover-background [null] - The background color for a selected item in hover or focus state in the button group.
3131
/// @param {Color} $selected-shadow-color [null] - The color for a focused button item in hover or focus state in the button group.
32-
3332
///
3433
/// @param {border-radius} $border-radius [null] - The border radius used for button-group component.
3534
///

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_checkbox.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ $_light-checkbox: extend(
5656
/// @prop {Number} border-radius [2px] - The border radius used for checkbox. Can be a fraction between 0 and 1, pixels, or percent.
5757
/// @prop {Number} border-radius-ripple [2px] - The border radius used for checkbox ripple. Can be a fraction between 0 and 1, pixels, or percent.
5858
/// @property {Map} focus-outline-color [igx-color: ('grays', 800)] - The focus outlined color.
59-
6059
///
6160
/// @requires {function} extend
6261
/// @requires {Map} $_light-checkbox

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_chip.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,6 @@ $_bootstrap-chip: extend(
233233
/// @prop {Map} border-color [igx-color: ('grays', 400)] - The chip border color.
234234
/// @prop {Map} hover-border-color [igx-color: ('grays', 400)] - The chip hover border color.
235235
/// @prop {Map} focus-border-color [igx-color: ('grays', 400)] - The chip focus border color.
236-
237236
/// @requires {function} extend
238237
/// @requires {Map} $_light-chip
239238
/// @requires {Map} $_indigo-shape-chip

projects/igniteui-angular/src/lib/core/styles/themes/schemas/light/_switch.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ $_light-switch: extend(
9999
/// @property {Map} track-on-color [igx-color: ('secondary', 500)] - The color of the track when the switch is on.
100100
/// @property {Color} track-off-color [transparent] - The color of the track when the switch is off.
101101
/// @property {Map} focus-outline-color [igx-color: ('grays', 800)] - The focus outlined color.
102-
103102
///
104103
/// @property {Number} border-radius-track [10px] - The border radius used for switch track. Can be a fraction between 0 and 1, pixels, or percent.
105104
///

projects/igniteui-angular/src/lib/core/styles/themes/schemas/shape/_chip.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ $_bootstrap-shape-chip: (
2525
/// @type Map
2626
/// @prop {Number} border-radius [1] - The border radius used for chip. Can be a fraction between 0 and 1, pixels, or percent.
2727
/// @requires {Map} $_round-shape-button
28-
$_indigo-shape-chip: extend($_round-shape-chip)
28+
$_indigo-shape-chip: extend($_round-shape-chip);

0 commit comments

Comments
 (0)