Lint some things
This commit is contained in:
parent
e747ee896e
commit
3294df0325
13 changed files with 56 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue