disable shadow inheritance

This commit is contained in:
Henry Jameson 2025-02-12 21:26:05 +02:00
commit c14f88e290
2 changed files with 10 additions and 2 deletions

View file

@ -1096,3 +1096,8 @@ option {
}
}
}
@property --shadow {
syntax: "*";
inherits: false;
}