From 2284f11d9747c04eba68e928f778da7481dba557 Mon Sep 17 00:00:00 2001 From: Tanya Fomina Date: Mon, 19 Sep 2022 20:22:31 +0300 Subject: [PATCH] Add deprecated comment --- src/styles/variables.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/variables.css b/src/styles/variables.css index 10f9001e..9012c0f9 100644 --- a/src/styles/variables.css +++ b/src/styles/variables.css @@ -34,6 +34,7 @@ /** * Gray border, loaders + * @deprecated — use --color-line-gray instead */ --color-gray-border: rgba(201, 201, 204, 0.48);