From 3590201d377dd416a0959d11ed03d6c25628104d Mon Sep 17 00:00:00 2001 From: Sergei-Gerasimenko <110779620+Sergei-Gerasimenko@users.noreply.github.com> Date: Tue, 18 Nov 2025 09:51:25 +0700 Subject: [PATCH] fix: SORT_MEQIA... --> SORT_MEDIA... --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 7a9b8829..ad2697dd 100644 --- a/app.config.js +++ b/app.config.js @@ -26,7 +26,7 @@ module.exports = { STYLELINT: true, ESLINT: true, IMAGEMIN: true, - SORT_MEQIA_QUERIES: 'mobile-first', + SORT_MEDIA_QUERIES: 'mobile-first', RESOLVE_URL: true, SPLIT_CHUNKS: true, JSDOC: false,