mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-05 06:38:31 +00:00
23 lines
680 B
C++
23 lines
680 B
C++
diff --git a/.stylelintrc.js b/.stylelintrc.js
|
|
index b484bf6600a7e1b8ad2aed8c8b7fe5e84cc3d023..f89712e2c13dfa0bcb48e55cd3872c67f5c98dad 100644
|
|
--- a/.stylelintrc.js
|
|
+++ b/.stylelintrc.js
|
|
@@ -67,7 +67,7 @@ module.exports = {
|
|
],
|
|
|
|
"max-nesting-depth": [
|
|
- 3,
|
|
+ 6,
|
|
{
|
|
ignore: ["blockless-at-rules"],
|
|
},
|
|
@@ -280,7 +280,7 @@ module.exports = {
|
|
"media-query-no-invalid": null,
|
|
"stylelint-plugin-mozilla/media-query-no-invalid": true,
|
|
"stylelint-plugin-mozilla/no-base-design-tokens": true,
|
|
- "stylelint-plugin-mozilla/use-design-tokens": true,
|
|
+ "stylelint-plugin-mozilla/use-design-tokens": false,
|
|
},
|
|
|
|
overrides: [
|