Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Remove automatic css import

Compare
Choose a tag to compare
@BrockReece BrockReece released this 02 Jun 11:39
· 101 commits to master since this release

Fullcalendar CSS will need to be added manually to your project.

<style>
    @import '~fullcalendar/dist/fullcalendar.css';
</style>