It is not clear in the docs the difference between the different css files:
datepicker3.css
for Bootstrap 3
datepicker.css
for bootstrap 2 (legacy)
datepicker.standalone.css
without bootstrap
That's what I guessed, but it should be pointed out in the documentation. Make things easier.
Also, it would be good to tell people that datepicker.css contains outdated css for gradient
(background-image: linear-gradient(top, #fdd49a, #fdf59a);)
It could cause problems with other libraries like Autoprefixer not able to create .map files.
And what is the difference between
bootstrap-datepicker.standalone.css
and
bootstrap-datepicker3.standalone.css
?
Most helpful comment
for Bootstrap 3
for bootstrap 2 (legacy)
without bootstrap