Skip to content

Commit

Permalink
grid minmax and repeat completions
Browse files Browse the repository at this point in the history
  • Loading branch information
braver committed Dec 7, 2018
1 parent 2b44707 commit cb2c4b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass_completions.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,8 @@
'grid-gap': ['<length>', '<percentage>'],
'grid-row-gap': ['<length>', '<percentage>'],
'grid-template-areas': [],
'grid-template-columns': ['auto', '<percentage>', '<length>'],
'grid-template-rows': ['auto', '<percentage>', '<length>'],
'grid-template-columns': ['auto', 'repeat($1)', 'minmax($1)', '<percentage>', '<length>'],
'grid-template-rows': ['auto', 'repeat($1)', 'minmax($1)', '<percentage>', '<length>'],
'grid-column': ['<number>'],
'grid-column-end': ['<number>'],
'grid-column-start': ['<number>'],
Expand Down

0 comments on commit cb2c4b8

Please sign in to comment.