BelkaLab/react-yearly-calendar

Install react-yearly-calendar in next-js

PierreVelluet opened this issue · 1 comments

I can't find a way to install this in next js, since you can't import css globally outside of _app.js. The css file throw me lot of error like :
`Syntax error: Unclosed block

175 | }
176 |

177 | div.options select {
| ^
178 | margin-left: 10px;`

Any help on this ?

Hey @PierreVelluet

I am sorry but I have no experience in next js. Maybe you could try importing the css in _app.js?