From c73c661246a550d6cd0ac478ad7822ce430fe308 Mon Sep 17 00:00:00 2001 From: Ivan Buryak Date: Fri, 17 May 2024 09:31:43 +0500 Subject: [PATCH] Fix typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b5faba..c315514 100644 --- a/README.md +++ b/README.md @@ -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 {