We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad1125 commit d04b7f0Copy full SHA for d04b7f0
polaris-migrator/src/migrations/v9-scss-replace-text-emphasis/tests/with-namespace.input.scss
@@ -1,18 +1,17 @@
1
@use 'global-styles/legacy-polaris-v8';
2
3
.normal {
4
- font-weight: var(--p-font-weight-regular);
5
- color: var(--p-text);
+ @include legacy-polaris-v8.text-emphasis-normal;
6
}
7
8
.strong {
9
- font-weight: var(--p-font-weight-semibold);
+ @include legacy-polaris-v8.text-emphasis-strong;
10
11
12
.subdued {
13
- color: var(--p-text-subdued);
+ @include legacy-polaris-v8.text-emphasis-subdued;
14
15
16
.subdued-with-args {
17
+ @include legacy-polaris-v8.text-emphasis-subdued(green);
18
0 commit comments