Skip to content

Commit

Permalink
Remove note on Next.js and Vite, as manual CSS import is now default …
Browse files Browse the repository at this point in the history
…for everyone
  • Loading branch information
wojtekmaj committed May 18, 2023
1 parent e92119f commit 92e3891
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,6 @@ import 'react-calendar/dist/Calendar.css';
import 'react-clock/dist/Clock.css';
```

### Next.js and Vite

Next.js and Vite do not allow components from `node_modules` to import styles. You'll need to follow instructions from [Custom styling](#custom-styling) to get going.

## User guide

### DateTimeRangePicker
Expand Down

0 comments on commit 92e3891

Please sign in to comment.