You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,10 @@
6
6
## Why does this exist?
7
7
8
8
* You want an easy inline vanilla CSS experience without Tailwind CSS.
9
-
* Hate creating unique class names over.. and over.. only to use them once.
9
+
* Hate creating unique class names over and over.. only to use them once.
10
10
* You want to co-locate your styles for ⚡️ [Locality of Behavior (LoB)](https://htmx.org/essays/locality-of-behaviour/)
11
11
* You wish `this` would work in `<style>` tags.
12
+
* You want the ultra-fast "inspect, play with styles, paste" workflow back.
12
13
* 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!
13
14
* Only 15 lines. No build step. No dependencies.
14
15
* Pairs well with [htmx](https://htmx.org) and [Surreal](https://github.com/gnat/surreal)
0 commit comments