mirror of
https://github.com/zen-browser/desktop.git
synced 2026-09-18 10:44:46 +00:00
Co-authored-by: mr. m <91018726+mr-cheffy@users.noreply.github.com> Signed-off-by: mr. m <91018726+mr-cheffy@users.noreply.github.com>
26 lines
807 B
C++
26 lines
807 B
C++
diff --git a/.stylelintignore b/.stylelintignore
|
|
index 185490999507b8a5032977237af50f5e61c71df1..4b1b1dc76d316f38f60c90e6cbd74d9569800d04 100644
|
|
--- a/.stylelintignore
|
|
+++ b/.stylelintignore
|
|
@@ -106,3 +106,20 @@ build/pgo/blueprint/**/*.css
|
|
# under our control or we don't want to modify at this point:
|
|
testing/web-platform/mozilla/
|
|
testing/web-platform/tests/
|
|
+
|
|
+*.inc.css
|
|
+
|
|
+zen/tests/mochitests/*
|
|
+
|
|
+# Some CSS files are preprocessed and prettier doesn't handle them well
|
|
+# We also dont want to format the CSS files that are generated by the build
|
|
+zen/tabs/zen-tabs.css
|
|
+zen/common/styles/zen-theme.css
|
|
+zen/compact-mode/zen-compact-mode.css
|
|
+
|
|
+zen/split-view/zen-split-view.css
|
|
+zen/spaces/zen-workspaces.css
|
|
+zen/common/styles/zen-toolbar.css
|
|
+zen/common/styles/zen-single-components.css
|
|
+
|
|
+*.inc
|