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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,12 @@
9
9
* Hate typing individual class selectors and ids over.. and over..
10
10
* You want to co-locate your `<style>` tags for ⚡️ [Locality of Behavior (LoB)](https://htmx.org/essays/locality-of-behaviour/)
11
11
* You wish `this` would work in `<style>` tags.
12
-
* Use all native features: [CSS Nesting](https://caniuse.com/css-nesting), animations and scoped [`@keyframes`](https://github.com/gnat/css-scope-inline/blob/main/example.html#L86)!
12
+
* Use all native features: [CSS Nesting](https://caniuse.com/css-nesting), animations and scoped [`@keyframes`](https://github.com/gnat/css-scope-inline/blob/main/example.html#L86)
13
13
* No build step. Dependency-free. Only 15 lines!
14
14
* Pairs well with [Surreal](https://github.com/gnat/surreal) and [htmx](https://htmx.org)
15
15
* Want fewer layers, less complexity. Are aware of the cargo cult. ✈️
16
16
17
-
✨ Want to also inline scope your `<script>` tags? See our companion project,[Surreal](https://github.com/gnat/surreal)
17
+
✨ Want to also scope your `<script>` tags? See our companion project [Surreal](https://github.com/gnat/surreal)
0 commit comments