Block {,max-}{width,height} from being copied (#1529)

This commit is contained in:
Henrik Giesel 2021-12-06 09:41:08 +01:00 committed by GitHub
parent b3ea7288ab
commit fa6a531bd5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,10 @@ const stylingInternal: BlockProperties = [
"background-color",
"font-size",
"font-family",
"width",
"height",
"max-width",
"max-height",
];
const allowPropertiesBlockValues =