From f0e29d16f340c75e88581d7106a059254f96e815 Mon Sep 17 00:00:00 2001 From: mojafa Date: Tue, 11 Feb 2025 01:31:16 +0300 Subject: [PATCH] added open with codeanywhere badge to README file Signed-off-by: mojafa --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e26c452..0a824cb 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,8 @@ This is what you'll see in your browser: [Open in CodeSandbox](https://codesandbox.io/s/brave-lewin-ofw92?file=/src/components/application.jsx) +[Open in Codeanywhere](https://app.codeanywhere.com/#https://github.com/eels/chic-modules/blob/6d3b5891484621efb6ba0497094fddb84255aa2d/README.md) + ## Style Modifiers As I briefly touched upon in the opening Motivation statement, my biggest gripe when using css-modules is the cumbersome nature of adding "modifier" class names to components. Where I believe `chic-modules` really shines is in its attempt to solve this problem.