I think that by this point with all the retina devices (which are starting to include computers) that retina support should be added to the ui.
You can use @min-device-pixel-ratio:2 to make retina devices use the special css file, and a javascript (google it) to load the @2x images.
I think that by this point with all the retina devices (which are starting to include computers) that retina support should be added to the ui.
You can use @min-device-pixel-ratio:2 to make retina devices use the special css file, and a javascript (google it) to load the @2x images.