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 ea6126b commit 17d1390Copy full SHA for 17d1390
polaris-tokens/src/token-groups/border.ts
@@ -12,7 +12,7 @@ export type BorderRadiusScale =
12
13
export type BorderWidthScale = '1' | '2' | '3' | '4' | '5';
14
15
-export type BorderExperimentalWidthScale = '0_75' | '1_5';
+type BorderExperimentalWidthScale = '0_75' | '1_5';
16
17
export type BorderTokenName =
18
| `border-radius-${BorderRadiusScale}`
0 commit comments