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 8eb0769 commit eb30870Copy full SHA for eb30870
.github/workflows/ci-a11y-vrt-experimental.yml
@@ -8,11 +8,13 @@ on:
8
paths:
9
- 'polaris-react/src/**'
10
- 'polaris-react/playground/**'
11
+ - 'polaris-react/.storybook/**'
12
- 'polaris-tokens/src/**'
13
pull_request:
14
15
16
17
18
19
20
jobs:
polaris-react/.storybook/preview-head.html
@@ -5,6 +5,7 @@
5
crossorigin="anonymous"
6
/>
7
<link
+ rel="preload"
href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
rel="stylesheet"
0 commit comments