Skip to content

Commit

Permalink
docs: update README.md (#122)
Browse files Browse the repository at this point in the history
Adding stylized alert/admonition for the NOTE
  • Loading branch information
markcaron authored Dec 6, 2023
1 parent 4c64dfc commit b020c49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ import { ColorBlue300 } from '@rhds/tokens/values.js';

html`<span style="color: ${ColorBlue300}">I'm blue</span>`;
```
**NOTE**: We *strongly* recommend using CSS variables (and accompanying snippets)
> :warning: **NOTE**
>
> We *strongly* recommend using CSS variables (and accompanying snippets)
wherever, instead of importing tokens as JavaScript objects.

### Stylelint Plugin
Expand Down

0 comments on commit b020c49

Please sign in to comment.