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
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@
9
9
* Hate creating unique class names over.. and over.. to use 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
-
* Want 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)!
12
+
* Want all CSS features: [Nesting](https://caniuse.com/css-nesting), animations. Get scoped [`@keyframes`](https://github.com/gnat/css-scope-inline/blob/main/example.html#L50)!
13
13
* You wish `@media` queries were shorter for [responsive design](https://tailwindcss.com/docs/responsive-design).
14
14
* Only 16 lines. No build step. No dependencies.
15
15
* Pairs well with [htmx](https://htmx.org) and [Surreal](https://github.com/gnat/surreal)
0 commit comments