Use background-image-svg mixin for SVG/PNG fallbacks

Change-Id: I00266b088b16fa749f3ee59d9ce4890ed025c887
This commit is contained in:
Ed Sanders
2016-01-25 18:33:07 +00:00
parent 00349ab0eb
commit b745fe4f6c
6 changed files with 41 additions and 61 deletions

View File

@@ -109,7 +109,7 @@
},
"ext.uls.displaysettings": {
"scripts": "js/ext.uls.displaysettings.js",
"styles": "css/ext.uls.displaysettings.css",
"styles": "css/ext.uls.displaysettings.less",
"dependencies": [
"ext.uls.languagesettings",
"ext.uls.mediawiki",
@@ -174,7 +174,7 @@
},
"ext.uls.inputsettings": {
"scripts": "js/ext.uls.inputsettings.js",
"styles": "css/ext.uls.inputsettings.css",
"styles": "css/ext.uls.inputsettings.less",
"dependencies": [
"ext.uls.ime",
"ext.uls.languagesettings",
@@ -350,12 +350,12 @@
"remoteExtPath": "UniversalLanguageSelector/lib"
},
"ext.uls.pt": {
"styles": "css/ext.uls.pt.css",
"styles": "css/ext.uls.pt.less",
"localBasePath": "resources",
"remoteExtPath": "UniversalLanguageSelector/resources"
},
"ext.uls.interlanguage": {
"styles": "css/ext.uls.interlanguage.css",
"styles": "css/ext.uls.interlanguage.less",
"localBasePath": "resources",
"remoteExtPath": "UniversalLanguageSelector/resources"
},