Bootstrap-datepicker: Documentation: datepicker3.css vs datepicker.css vs datepicker.standalone.css

Created on 26 Jun 2015  路  4Comments  路  Source: uxsolutions/bootstrap-datepicker

It is not clear in the docs the difference between the different css files:

  • datepicker3.css
  • datepicker.css
  • datepicker.standalone.css

Most helpful comment

datepicker3.css

for Bootstrap 3

datepicker.css

for bootstrap 2 (legacy)

datepicker.standalone.css

without bootstrap

All 4 comments

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
?

Was this page helpful?
0 / 5 - 0 ratings