Rename ext.cite.style.css to ext.cite.parsoid.styles.css

ext.cite.style.css is very close to ext.cite.styles.css and is
often confusing.

In about 3 weeks (the current PC expiry time), we should be able to
get rid of the ext.cite.style module from extension.json after
removing all references to it from other repos and caches.

I don't see a reason to rename all the other language specific
CSS files since there is no room for being confused there.

Change-Id: I3a41f435b0cbe51f8c9a6dde8a9f6eb13a9879f7
This commit is contained in:
Subramanya Sastry 2023-07-13 10:50:57 -05:00
parent 4265152ea6
commit a5b8640928
2 changed files with 9 additions and 1 deletions

View file

@ -60,9 +60,17 @@
"mobile"
]
},
"ext.cite.parsoid.styles": {
"class": "Cite\\ResourceLoader\\CiteCSSFileModule",
"styles": "ext.cite.parsoid.styles.css",
"targets": [
"desktop",
"mobile"
]
},
"ext.cite.style": {
"class": "Cite\\ResourceLoader\\CiteCSSFileModule",
"styles": "ext.cite.style.css",
"styles": "ext.cite.parsoid.styles.css",
"targets": [
"desktop",
"mobile"