From 36bbb8317990022453b6127d90b11ffd5122d596 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 17 Apr 2023 09:57:40 +0300 Subject: Show search on horizontal mobile screen * stop using custom-media queries --- .stylelintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.stylelintrc.json') diff --git a/.stylelintrc.json b/.stylelintrc.json index 7584873d..9ff3446e 100644 --- a/.stylelintrc.json +++ b/.stylelintrc.json @@ -17,6 +17,6 @@ "selector-id-pattern": null, "selector-class-pattern": null, "color-function-notation": "legacy", - "alpha-values-notation": "number" + "alpha-value-notation": "number" } } -- cgit v1.2.3