Page MenuHomePhabricator

Unnecessary vendor-specific CSS prefixes (especially -moz)
Closed, ResolvedPublic

Description

Author: jgonera

Description:
We use a lot of vendor-specific CSS prefixes in LESS mixins which generates unnecessary lines of CSS. Some of them are no longer needed (in particular -moz):

http://paulrouget.com/e/unprefixing-in-firefox-16/
https://developer.mozilla.org/en-US/docs/Web/CSS/background-size


Version: unspecified
Severity: enhancement

Details

Reference
bz48422

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 1:32 AM
bzimport set Reference to bz48422.
bzimport added a subscriber: Unknown Object (MLST).

I seem to recall these are fixed e.g. Ib1e876f75a7f331cae0300914eea1e69858915bb?
Reopen with more explicit information if I'm wrong.