0
0
mirror of https://github.com/vim/vim.git synced 2025-11-14 23:04:02 -05:00

runtime(css): improve cssBoxProp matches

closes: #18717

Signed-off-by: Neil Lambert <nlambert@pm.me>
Signed-off-by: Jay Sitter <jsit@users.noreply.github.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Neil Lambert
2025-11-11 18:01:31 +00:00
committed by Christian Brabandt
parent 7dd51d3542
commit f85951fee0
4 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
div {
margin-block: 1px;
margin-block-start: 1px;
margin-block-end: 1px;
}