Skip to content

Commit cdd6906

Browse files
committed
Fix lint issues
1 parent fa4c1d5 commit cdd6906

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

polaris-react/src/components/Banner/Banner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
// stylelint-disable-next-line -- generated by polaris-migrator DO NOT COPY
7676
display: flex;
7777

78-
// stylelint-disable selector-max-class, selector-max-combinators, selector-max-specificity -- generated by polaris-migrator DO NOT COPY
78+
// stylelint-disable selector-max-class, selector-max-specificity -- generated by polaris-migrator DO NOT COPY
7979
&.statusCritical .PrimaryAction.Button {
8080
border-color: var(--p-border-critical-subdued);
8181
background: var(--p-surface-critical-subdued);
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@import '../../styles/common';
22

33
.ChoiceChildren {
4+
// stylelint-disable-next-line -- generated by polaris-migrator DO NOT COPY
45
padding-left: calc(var(--p-space-2) + var(--p-choice-size));
56
}

0 commit comments

Comments
 (0)