This commit is contained in:
ludwiczakpawel 2021-12-15 20:39:15 +01:00 committed by GitHub
parent 6df9309284
commit 2e82b92435
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)
);