Skip to content

Commit

Permalink
doc: Update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
GianlucaGuarini committed Oct 24, 2023
1 parent 63a24cd commit a5a6c4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ Note that for CSS media queries via [@custom-media](https://drafts.csswg.org/med
}
```

#### Plain CSS

If you want to simply import the pre-bundled css variables without relying on a build process, you can import the minified `tokens.min.css` file as follows:

```html
Expand All @@ -73,6 +75,8 @@ If you want to simply import the pre-bundled css variables without relying on a
/>
```

Note that the css above doesn't contain `@custom-media` variables because this directive is not yet supported by any modern browser.

### SCSS Usage

You can import the SCSS variables into your files as follows:
Expand Down

0 comments on commit a5a6c4f

Please sign in to comment.