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
+3-3
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,7 @@ This analysis is intended to be **objective** and **unopinionated**:
123
123
<br />
124
124
125
125
👍 **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__;
127
127
- a limited set of **quantitative metrics** that allowed us to evaluate these solutions, which might help you as well;
128
128
- an additional list of **qualitative personal observations**, which might be either minor details or deal-breakers when choosing a particular solution.
129
129
@@ -1126,7 +1126,7 @@ Version: __`10.7`__ | Maintained by [Oleg Isonen](https://twitter.com/oleg008) a
1126
1126
- ❌ __No Atomic CSS__
1127
1127
1128
1128
-__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)_
1130
1130
- ✅ Style Objects
1131
1131
1132
1132
-__Styles nesting__
@@ -1135,7 +1135,7 @@ Version: __`10.7`__ | Maintained by [Oleg Isonen](https://twitter.com/oleg008) a
1135
1135
1136
1136
-__Styles apply method(s)__
1137
1137
- ✅ `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))_
0 commit comments