Skip to content

Commit 69a006d

Browse files
committed
Escape @use syntax in docs to avoid clash with docs @tag
1 parent b379212 commit 69a006d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/docs/classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Blueprint v6 uses the **`bp6-`** prefix for all CSS classes. For example, Button
8181
When writing custom styles that target Blueprint components, you should reference the namespace using the `$ns` Sass variable rather than hardcoding the prefix:
8282

8383
```scss
84-
@use "@blueprintjs/core/lib/scss/variables.scss" as bp;
84+
\@use "@blueprintjs/core/lib/scss/variables.scss" as bp;
8585

8686
.my-class .#{bp.$ns}-button {
8787
// Custom styles for Blueprint buttons within .my-class

0 commit comments

Comments
 (0)