Skip to content

Commit 67444c1

Browse files
authored
Merge pull request #44 from cbracco/patch-1
Update reasoning for colon omission with Sass
2 parents 5af4129 + 539fb5d commit 67444c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Pass arbitrary values between your module files
4848
}
4949
```
5050

51-
Note that the `:` in a `@value` definition is optional as to not break Sass.
51+
**If you are using Sass** along with this PostCSS plugin, do not use the colon `:` in your `@value` definitions. It will cause Sass to crash.
5252

5353
### Justification
5454

0 commit comments

Comments
 (0)