[AAE-7501] Fix SCSS deprecation warnings (#7519)

* update package lock

* update CLI lock file

* fix scss deprecations

* reduce calculations in styles
This commit is contained in:
Denys Vuika
2022-02-22 12:27:13 +00:00
committed by GitHub
parent d55d724bd3
commit 8d73cc1794
5 changed files with 16 additions and 15 deletions
+3 -3
View File
@@ -30722,9 +30722,9 @@
}
},
"eslint-plugin-unicorn": {
"version": "40.1.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-40.1.0.tgz",
"integrity": "sha512-y5doK2DF9Sr5AqKEHbHxjFllJ167nKDRU01HDcWyv4Tnmaoe9iNxMrBnaybZvWZUaE3OC5Unu0lNIevYamloig==",
"version": "41.0.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-unicorn/-/eslint-plugin-unicorn-41.0.0.tgz",
"integrity": "sha512-xoJCaRc1uy5REg9DkVga1BkZV57jJxoqOcrU28QHZB89Lk5LdSqdVyTIt9JQVfHNKaiyJ7X+3iLlIn+VEHWEzA==",
"dev": true,
"requires": {
"@babel/helper-validator-identifier": "^7.15.7",