Fix mask-repeat property

This commit is contained in:
Jon Staab
2026-02-19 12:21:24 -08:00
parent 937ca5ecf6
commit 30f8b4160e
+1 -1
View File
@@ -1,6 +1,6 @@
<style>
div {
mask-repeat: none;
mask-repeat: no-repeat;
mask-size: 100% 100%;
}
</style>