fix (#15783)
This commit is contained in:
parent
6df9309284
commit
2e82b92435
1 changed files with 1 additions and 1 deletions
|
|
@ -453,7 +453,7 @@
|
|||
null
|
||||
),
|
||||
('object', 'object-fit', ('cover': cover), (), false),
|
||||
('aspect', 'aspect-ratio', ('16-9': 16 / 9), (), false),
|
||||
('aspect', 'aspect-ratio', ('16-9': calc(16 / 9)), (), false),
|
||||
('break', 'word-break', ('word': break-word), (), false),
|
||||
('resize', 'resize', ('y': vertical), (), false)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue