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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -45,8 +45,9 @@ module.exports = {
45
45
},
46
46
}
47
47
```
48
-
Note: *The plugin expects source code with **JSX**, plugins that executes before might transform JSX even before it reaches to the plugin.
49
-
If plugin isn't working or throwing unexpected errors, try keeping it at the begining of the list.*
48
+
49
+
> Note: *The plugin expects source code with **JSX**, plugins that executes before might transform JSX even before it reaches to the plugin.
50
+
> If plugin isn't working or throwing unexpected errors, try keeping it at the begining of the list.*
50
51
51
52
# Usage
52
53
@@ -96,6 +97,7 @@ function Component() {
96
97
```
97
98
98
99
**By default, If plugin found any `'*.module.css'` import, it will transform all our css classes to use style objects.**
100
+
99
101
If we want to use global css classes, we need to add `'#'` at the end of the class. This will tell plugin not to transform these classes and keep them as is:
0 commit comments