From 23a659bac87f1245fa1413acc513015d7cead1e9 Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 7 Mar 2024 17:37:10 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 32fc8fe..98f5372 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ View the [site](https://typicode.github.io/mistcss) to learn more. Supports Next.js, Remix and TailwindCSS. More to come. +`Paragraph.mist.css` + ```css @scope (.paragraph) { p:scope { @@ -22,6 +24,8 @@ Supports Next.js, Remix and TailwindCSS. More to come. } ``` +`App.jsx` + ```jsx import { Paragraph } from 'Paragraph.mist.css'