Add mobile target to VE/parsoid style module for Cite

Change-Id: Id960ddd55d82167536ad457b675f435957b95c50
This commit is contained in:
Derk-Jan Hartman 2015-07-13 14:57:07 +02:00
parent 5f2603bba7
commit 3bb504207d

View file

@ -55,7 +55,11 @@
"ext.cite.style": {
"class": "CiteCSSFileModule",
"styles": "ext.cite.style.css",
"position": "top"
"position": "top",
"targets": [
"desktop",
"mobile"
]
}
},
"ResourceFileModulePaths": {