Skip to content

Commit 31561f2

Browse files
committed
Apply changesets and update CHANGELOG
1 parent 953fed9 commit 31561f2

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

lib/README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,6 @@ $ npm install react-mouse-trails
3636
$ yarn add react-mouse-trails
3737
```
3838

39-
### Adding CSS
40-
41-
You can import CSS in your global styles or from your component. In the case of Next.js, you can import global styles only in `layout` or `_app` components.
42-
43-
In your stylesheet
44-
45-
```css
46-
@import "react-mouse-trails/dist";
47-
```
48-
49-
or in your component
50-
51-
```ts
52-
import "react-mouse-trail/dist/index.css";
53-
```
54-
55-
Here's a revised version of the usage section:
56-
5739
## Usage
5840

5941
MouseTrail is simple to integrate:

0 commit comments

Comments
 (0)