Skip to content

Commit 0e6b5ae

Browse files
authored
Update README.md
1 parent b3b9c5c commit 0e6b5ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* Hate typing individual class selectors and ids over.. and over..
1010
* You want to co-locate your `<style>` tags for ⚡️ [Locality of Behavior (LoB)](https://htmx.org/essays/locality-of-behaviour/)
1111
* 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)
1313
* No build step. Dependency-free. Only 15 lines!
1414
* Pairs well with [Surreal](https://github.com/gnat/surreal) and [htmx](https://htmx.org)
1515
* Want fewer layers, less complexity. Are aware of the cargo cult. ✈️
1616

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)
1818

1919
## 👁️ How does it look?
2020
```html

0 commit comments

Comments
 (0)