Skip to content

Commit

Permalink
change note to blockquote
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharsnx authored May 31, 2022
1 parent 371a49f commit 48f3641
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ module.exports = {
},
}
```
Note: *The plugin expects source code with **JSX**, plugins that executes before might transform JSX even before it reaches to the plugin.
If plugin isn't working or throwing unexpected errors, try keeping it at the begining of the list.*

> Note: *The plugin expects source code with **JSX**, plugins that executes before might transform JSX even before it reaches to the plugin.
> If plugin isn't working or throwing unexpected errors, try keeping it at the begining of the list.*
# Usage

Expand Down Expand Up @@ -96,6 +97,7 @@ function Component() {
```

**By default, If plugin found any `'*.module.css'` import, it will transform all our css classes to use style objects.**

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:

```jsx
Expand Down

0 comments on commit 48f3641

Please sign in to comment.