Skip to content

Commit 4d40f1b

Browse files
Update README.md
1 parent f20822f commit 4d40f1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ This analysis is intended to be **objective** and **unopinionated**:
123123
<br />
124124

125125
👍 **What you WILL FIND here?**
126-
- an overview of (almost) all CSS-in-JS solutions available at this date (see _last update_ on top) that we've tried to integrate into a **Next.js v10 + TypeScript** empty project, with __minimal effort__;
126+
- an overview of (almost) all CSS-in-JS solutions available at this date (see _last update_ on top) that we've tried to integrate into a **Next.js v11 + TypeScript** empty project, with __minimal effort__;
127127
- a limited set of **quantitative metrics** that allowed us to evaluate these solutions, which might help you as well;
128128
- an additional list of **qualitative personal observations**, which might be either minor details or deal-breakers when choosing a particular solution.
129129

@@ -1126,7 +1126,7 @@ Version: __`10.7`__ | Maintained by [Oleg Isonen](https://twitter.com/oleg008) a
11261126
-__No Atomic CSS__
11271127

11281128
- __Styles definition method(s)__
1129-
- 🟠 Tagged Templates: _(available with additional [plugin](https://cssinjs.org/jss-plugin-template?v=v10.5.1), with limited features)_
1129+
- 🟠 Tagged Templates: _(available with additional [plugin](https://cssinjs.org/jss-plugin-template), with limited features)_
11301130
- ✅ Style Objects
11311131

11321132
- __Styles nesting__
@@ -1135,7 +1135,7 @@ Version: __`10.7`__ | Maintained by [Oleg Isonen](https://twitter.com/oleg008) a
11351135

11361136
- __Styles apply method(s)__
11371137
-`className`
1138-
- 🟠 `styled` component _(available with additional [plugin](https://cssinjs.org/styled-jss?v=v2.2.3))_
1138+
- 🟠 `styled` component _(available with additional [plugin](https://cssinjs.org/styled-jss))_
11391139
-`css` prop
11401140

11411141
- __Styles output__

0 commit comments

Comments
 (0)