Skip to content

Commit 95145ac

Browse files
authored
Update README.md
1 parent 0997e08 commit 95145ac

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

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

88
* You want an easy inline vanilla CSS experience without Tailwind CSS.
9-
* Hate creating unique class names over.. and over.. to use them once.
9+
* Hate creating unique class names over.. and over.. to use once.
1010
* 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.
12-
* Get the ultra-fast "inspect, play with styles, paste" workflow back.
1312
* Use all CSS features: [Nesting](https://caniuse.com/css-nesting), animations. Get scoped [`@keyframes`](https://github.com/gnat/css-scope-inline/blob/main/example.html#L86)!
1413
* Only 15 lines. No build step. No dependencies.
1514
* Pairs well with [htmx](https://htmx.org) and [Surreal](https://github.com/gnat/surreal)
@@ -42,6 +41,6 @@ Use whatever you'd like, but there's a few advantages with this approach:
4241
* No suffering from FOUC (a flash of unstyled content) as experienced in Tailwind CDN, Twind, UnoCSS.
4342
* No high risk of eventually requiring a build step. It just works.
4443
* No chance of [deprecations](https://windicss.org/posts/sunsetting.html). 15 lines is infinitely maintainable.
45-
* Use the browser inspector to live edit / copy / paste styles.
44+
* Get the ultra-fast "inspect, play with styles, paste" workflow back.
4645
* Zero friction movement of styles between inline and `.css` files.
4746
* Universal vanilla CSS. No special syntax or editor plugins to install.

0 commit comments

Comments
 (0)