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'