Fix whitespace

Includes pre-commit hook changes.
This commit is contained in:
Dave Pearson
2022-10-14 08:41:02 +01:00
parent 88447b78f6
commit e46c51d61c

View File

@@ -427,4 +427,3 @@ Variables can refer to other variables.
Let's say we define a variable `$success: lime;`.
Our `$border` variable could then be updated to `$border: wide $success;`, which will
be translated to `$border: wide lime;`.