Skip to content

Commit

Permalink
Merge pull request #338 from adrianbruntonsagecom/amend-docs-sage-casing
Browse files Browse the repository at this point in the history
docs(readme): Correct casing of @Sage scope
  • Loading branch information
druhill authored Nov 24, 2023
2 parents c19d15a + 23c42e8 commit 651730c
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 651730c

Please sign in to comment.