Skip to content

Commit 50d90f3

Browse files
committed
US198282 fixed To Do syntax
1 parent 0de5436 commit 50d90f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

elements/pfe-accordion/src/pfe-accordion-header.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
////////// last child
3030

31-
// To Do: add lighter/lightest and darker/darkest colors.
31+
// @TODO: add lighter/lightest and darker/darkest colors.
3232

3333
// :host([color="darker"]:last-of-type),
3434
// :host([color="darkest"]:last-of-type) {
@@ -85,7 +85,7 @@
8585
}
8686
}
8787

88-
// To Do: add lighter/lightest and darker/darkest colors.
88+
// @TODO: add lighter/lightest and darker/darkest colors.
8989

9090
// :host([color="lighter"]),
9191
// :host([color="lightest"]) {

elements/pfe-accordion/src/pfe-accordion-panel.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
@include pfe-accordion-panel-expanded-last;
3131
}
3232

33-
// To Do: add lighter/lightest and darker/darkest colors.
33+
// @TODO: add lighter/lightest and darker/darkest colors.
3434

3535
// :host([color="lighter"][expanded]),
3636
// :host([color="lightest"][expanded]) {

elements/pfe-accordion/src/pfe-accordion.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
@include pfe-theme($theme: "light");
1717
}
1818

19-
// To Do: add lighter/lightest and darker/darkest colors.
19+
// @TODO: add lighter/lightest and darker/darkest colors.
2020

2121
// :host([color="darker"]) {
2222
// @include pfe-theme($theme: "darker");

0 commit comments

Comments
 (0)