Skip to content

Commit

Permalink
chore: update css pre-processor usage [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed May 22, 2020
1 parent bef67f5 commit 33c6bc2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,11 @@ yarn add -D sass
</style>
```

Note importing CSS / preprocessor files from `.js` files, and HMR from imported pre-processor files are currently not supported, but can be in the future.
Or import them from JavaScript:

```js
import './style.scss'
```

### JSX

Expand Down

0 comments on commit 33c6bc2

Please sign in to comment.