Skip to content

Commit 48f3641

Browse files
authored
change note to blockquote
1 parent 371a49f commit 48f3641

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ module.exports = {
4545
},
4646
}
4747
```
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.*
5051
5152
# Usage
5253

@@ -96,6 +97,7 @@ function Component() {
9697
```
9798

9899
**By default, If plugin found any `'*.module.css'` import, it will transform all our css classes to use style objects.**
100+
99101
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:
100102

101103
```jsx

0 commit comments

Comments
 (0)