mirror of
https://github.com/hail2u/vim-css3-syntax.git
synced 2025-12-07 11:14:25 +08:00
add css3-sizing.vim and test
This commit is contained in:
@@ -353,6 +353,15 @@
|
||||
display: auto;
|
||||
}
|
||||
|
||||
.sizing {
|
||||
width: fill-available;
|
||||
width: max-content;
|
||||
width: min-content;
|
||||
width: fit-content;
|
||||
width: repudiate-floats;
|
||||
min-width: contain-floats;
|
||||
}
|
||||
|
||||
@supports (display: auto) or
|
||||
(display: auto) not
|
||||
(display: auto) {
|
||||
|
||||
Reference in New Issue
Block a user