-
-
Notifications
You must be signed in to change notification settings - Fork 6k
Closed
Description
As old IE versions get used less and less with time, and it's also time to drop at least IE6 support already, we can simplify some of the fallback rules in the current IE-only CSS (leaflet.ie.css), and move them to the main leaflet.css file (perhaps with the help of some hacks).
Once the IE-only CSS is small enough, there's not much point in keeping it in a separate file, and it also makes the Leaflet include code snipped much simpler by ditching the conditional comment.
I know IE targeting CSS hacks are considered a bad practice, but in this case, I think it's justified.