onefinestay / react-daterange-picker

Other
563 stars 208 forks source link

Allow CSS to be used npm dependents #99

Closed stephen closed 8 years ago

stephen commented 8 years ago

r? @AlanFoster

This closes issue #68 and enable usage of npm-based css imports via libraries like npm-css, npm-less, rework-css, postcss-import e.g.

import "react-daterange-picker";
stephen commented 8 years ago

@AlanFoster - I've updated this PR to reflect having react-calendar.scss placed inside of src/css. Let em know if you have other thoughts!

AlanFoster commented 8 years ago

Could we rebase and squash these commits please? When this is done I can merge this PR.

stephen commented 8 years ago

@AlanFoster - done! This PR has been rebased against master and squashed down.

AlanFoster commented 8 years ago

Thanks for the PR @stephen :+1: