Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After we have updated `ember-cli-sass` to `10`, the following warnings started popping up: ```sh WARNING: You probably don't mean to use the color value silver in interpolation here. It may end up represented as silver, which will likely produce invalid CSS. Always quote color names when using them as strings or map keys (for example, "silver"). If you really want to use the color value here, use '"" + $color-name'. ``` This change will get rid of the warnings without changing the output CSS.
- Loading branch information