Baremetrics / calendar

Date range picker for Baremetrics
MIT License
679 stars 78 forks source link

Create css with only calendar widget styles #44

Closed tinyfly closed 8 years ago

tinyfly commented 8 years ago

The generated application.css contained generic element styles used on the demo site. This interfered with a site's styles when trying to use this widget.

This PR creates a second compiled file "calendar.css" that only contains the date picker styles and updates the bower.json to point to this file.

warrenbuckley commented 8 years ago

Looks like I created a duplicate PR, feel free to close mine https://github.com/Baremetrics/calendar/pull/47