Lint some things

This commit is contained in:
Pleroma User 2025-07-27 17:28:21 +00:00 committed by HJ
commit 3294df0325
13 changed files with 56 additions and 16 deletions

View file

@ -33,9 +33,11 @@
// Autoprefixer seem to ignore this one, and also syntax is different
/* stylelint-disable mask-composite */
/* stylelint-disable declaration-property-value-no-unknown */
/* stylelint-disable scss/declaration-property-value-no-unknown */
/* TODO check if this is still needed */
mask-composite: xor;
/* stylelint-enable scss/declaration-property-value-no-unknown */
/* stylelint-enable declaration-property-value-no-unknown */
/* stylelint-enable mask-composite */
mask-composite: exclude;