Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning when processing. #1

Open
theozaurus opened this issue Jul 26, 2016 · 0 comments
Open

Warning when processing. #1

theozaurus opened this issue Jul 26, 2016 · 0 comments

Comments

@theozaurus
Copy link

When used in the Rails asset pipeline these warnings are emitted:

       WARNING on line 3, column 52 of /tmp/app/vendor/bundle/ruby/2.3.0/gems/rails-assets-barebones-sass-1.7.6/app/assets/stylesheets/barebones-sass/dist/helpers/_inc/_background.scss:
       You probably don't mean to use the color value `black' in interpolation here.
       It may end up represented as #000000, which will likely produce invalid CSS.
       Always quote color names when using them as strings (for example, "black").
       If you really want to use the color value here, use `"" + $colour'.
       WARNING on line 34, column 46 of /tmp/app/vendor/bundle/ruby/2.3.0/gems/rails-assets-barebones-sass-1.7.6/app/assets/stylesheets/barebones-sass/dist/helpers/_inc/_typography.scss:
       You probably don't mean to use the color value `black' in interpolation here.
       It may end up represented as #000000, which will likely produce invalid CSS.
       Always quote color names when using them as strings (for example, "black").
       If you really want to use the color value here, use `"" + $colour'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant