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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1156,7 +1156,7 @@ Enables/disables ES modules named export for locals.
1156
1156
1157
1157
> **Warning**
1158
1158
>
1159
-
> It is not allowed to use the `default` reserved word in css classes.
1159
+
> Because it is not allowed to use the `default`class in CSS when the `namedExport` is `true` (since ECMA modules have a reserved keyword `default` for default export), it will be automatically renamed to the `_default` class.
1160
1160
1161
1161
**styles.css**
1162
1162
@@ -1167,6 +1167,9 @@ Enables/disables ES modules named export for locals.
0 commit comments