Skip to content

Commit 4c6fa30

Browse files
authored
Update README.md
1 parent e31aabc commit 4c6fa30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
## Why does this exist?
77

88
* You want an easy inline vanilla CSS experience without Tailwind CSS.
9-
* Hate naming unique class selectors and ids over.. and over..
10-
* You want to co-locate your `<style>` tags for ⚡️ [Locality of Behavior (LoB)](https://htmx.org/essays/locality-of-behaviour/)
9+
* Hate creating unique class names over.. and over.. only to use them once.
10+
* You want to co-locate your styles for ⚡️ [Locality of Behavior (LoB)](https://htmx.org/essays/locality-of-behaviour/)
1111
* You wish `this` would work in `<style>` tags.
1212
* Use all CSS features: [Nesting](https://caniuse.com/css-nesting), animations. Scoped [`@keyframes`](https://github.com/gnat/css-scope-inline/blob/main/example.html#L86) for free!
1313
* Only 15 lines. No build step. No dependencies.

0 commit comments

Comments
 (0)