manual lint --fix

This commit is contained in:
Henry Jameson 2025-03-31 12:48:53 +03:00
commit f6a2d1bdd6
7 changed files with 16 additions and 9 deletions

View file

@ -157,7 +157,13 @@
linear-gradient(to top, white, white);
/* Autoprefixed seem to ignore this one, and also syntax is different */
/* stylelint-disable mask-composite */
/* stylelint-disable declaration-property-value-no-unknown */
/* TODO check if this is still needed */
mask-composite: xor;
/* stylelint-enable declaration-property-value-no-unknown */
/* stylelint-enable mask-composite */
mask-composite: exclude;
}
}