Skip to content

Commit

Permalink
Fix wrong CLI output in documentation example
Browse files Browse the repository at this point in the history
  • Loading branch information
meduzen committed Aug 14, 2019
1 parent 65c3cd8 commit 81d35e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ It turns out that [`--` is a valid name for a CSS custom property](https://twitt
Declaring and using it is all about edge cases:
```scss
.my-class-with-weird-declarations {
--: .5; // error 🚫, expected "}", was "--: 0.5;"
--: .5; // error 🚫, expected "}", was "--: .5;"
--#{''}: .5; // correct ✅
#{'--'}: .5; // also correct ✅

Expand Down

0 comments on commit 81d35e0

Please sign in to comment.