Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
11bit committed May 17, 2024
1 parent 678985f commit c73c661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Harmony also provides an `index.css` file that imports all other css files.
👮WARNING: this file is **huge** and should be used only in combination with PurgeCSS (with `variables` option enabled), other tools that can clean unused css variables, or if you really need all the colors.

```css
@import '@evilmartians/harmony/css/index.css
@import '@evilmartians/harmony/css/index.css';

/* now you can use any color */
h1 {
Expand Down

0 comments on commit c73c661

Please sign in to comment.