Skip to content

Commit b318c3f

Browse files
committed
object-fit
1 parent 75a534a commit b318c3f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

autoload/csscomplete.vim

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -381,6 +381,8 @@ function! csscomplete#CompleteCSS(findstart, base)
381381
let values = ["auto"]
382382
elseif prop == 'mix-blend-mode'
383383
let values = ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"]
384+
elseif prop == 'object-fit'
385+
let values = ['fill', 'contain', 'cover', 'scale-down']
384386
elseif prop == 'opacity'
385387
let values = []
386388
elseif prop == 'orientation'

0 commit comments

Comments
 (0)