From c74b9863878935418319d40257d7da2b65d922c2 Mon Sep 17 00:00:00 2001 From: Rikard Blixt Date: Thu, 21 Aug 2025 14:37:29 +0200 Subject: [PATCH] add scss as valid --- i18n/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i18n/en.json b/i18n/en.json index 3745629..6d75f2e 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -31,6 +31,6 @@ "resourceloaderarticles-success-edit": "Resource successfully edited", "resourceloaderarticles-success-delete": "Resource successfully deleted", - "resourceloaderarticles-help-page": "Page name of resource (excl. `MediaWiki:Common.[js|css]/`). Valid JS ends with `.js` and valid styling ends with `.css` or `.less`.", + "resourceloaderarticles-help-page": "Page name of resource (excl. `MediaWiki:Common.[js|css]/`). Valid JS ends with `.js` and valid styling ends with `.css`, `.less` or `.scss`.", "resourceloaderarticles-help-priority": "Priority for loading order of the resource (higher first), falls back to alphabetic order within a single priority class. Priority is done in two groups: Less/CSS and SCSS. The first group will always be before the second." }