Skip to content

Commit b1d87ea

Browse files
committed
auto is valid minmax argument
1 parent bf6ddb2 commit b1d87ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

LESS.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1650,7 +1650,7 @@ contexts:
16501650
- include: less-aliases
16511651
- match: \b(auto-fill|auto-fit)\b
16521652
scope: support.keyword.repetitions.css
1653-
- match: \b(max-content|min-content|auto)\b
1653+
- match: \b(auto|max-content|min-content|auto)\b
16541654
scope: support.constant.property-value.css
16551655

16561656
var-function:

0 commit comments

Comments
 (0)