Skip to content

Commit 4793a38

Browse files
authored
Updated link for keyframe scoping
1 parent 42a2e2a commit 4793a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* 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-
* 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)!
1313
* You wish `@media` queries were shorter for [responsive design](https://tailwindcss.com/docs/responsive-design).
1414
* Only 16 lines. No build step. No dependencies.
1515
* Pairs well with [htmx](https://htmx.org) and [Surreal](https://github.com/gnat/surreal)

0 commit comments

Comments
 (0)