Skip to content

Commit 305e679

Browse files
committed
Replace import rules in the README
1 parent 89d93e8 commit 305e679

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,10 +121,10 @@ In the below imports, replace `:file` with one of the options below:
121121
- `src/warnings/checka11y-warnings` <small>(warnings **only**)</small>
122122
```scss
123123
/* Webpack */
124-
@import '~checka11y-css/:file';
124+
@use '~checka11y-css/:file' as *;
125125

126126
/* Non-webpack */
127-
@import 'path/to/node_modules/checka11y-css/:file';
127+
@use 'path/to/node_modules/checka11y-css/:file' as *;
128128
```
129129

130130
### Using Angular?

0 commit comments

Comments
 (0)