Skip to content

Commit

Permalink
docs(readme): Correct casing of @Sage scope
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianbruntonsagecom committed Oct 6, 2023
1 parent 537aa95 commit c76ddea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ To make use of the css variables, import them into your code like so:

```css
/* Inside css */
@import "~@Sage/design-tokens/css/<theme>.css";
@import "~@sage/design-tokens/css/<theme>.css";
```

```js
// For projects where you can import css files into JS
import "@Sage/design-tokens/css/<theme>.css";
import "@sage/design-tokens/css/<theme>.css";
```

This will add the variables to the root element of the page.
Expand Down

0 comments on commit c76ddea

Please sign in to comment.