From b1d87ea958717bec6780806f3e833175bd537529 Mon Sep 17 00:00:00 2001 From: Koen Lageveen Date: Fri, 23 Nov 2018 13:59:01 +0100 Subject: [PATCH] auto is valid minmax argument --- LESS.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LESS.sublime-syntax b/LESS.sublime-syntax index 45fe54e..c4a40ad 100644 --- a/LESS.sublime-syntax +++ b/LESS.sublime-syntax @@ -1650,7 +1650,7 @@ contexts: - include: less-aliases - match: \b(auto-fill|auto-fit)\b scope: support.keyword.repetitions.css - - match: \b(max-content|min-content|auto)\b + - match: \b(auto|max-content|min-content|auto)\b scope: support.constant.property-value.css var-function: