Skip to content
This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Commit 79b81a9

Browse files
author
Cole Sanderson
committed
clearify SpaceAfterVariableName comments
1 parent 4c0623d commit 79b81a9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css/.scss-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ linters:
205205
enabled: true
206206

207207
# Lint whitespace between property colon and value?
208-
# Configure: `no_space`, `at_least_one_space`, or `aligned`
208+
# Configure: `no_space`, `one_space`, `at_least_one_space`, `one_space_or_newline`, or `aligned`
209209
SpaceAfterPropertyColon:
210210
enabled: true
211211
style: one_space
@@ -214,8 +214,8 @@ linters:
214214
SpaceAfterPropertyName:
215215
enabled: true
216216

217-
# Checks for spaces following the name of a variable and before the colon
218-
# separating the variables's name from its value.
217+
# Warns if any space present between the name of a variable and the colon in
218+
# variable assignments.
219219
SpaceAfterVariableName:
220220
enabled: true
221221

0 commit comments

Comments
 (0)