sass / ruby-sass

The original, now deprecated Ruby implementation of Sass
https://sass-lang.com
MIT License
183 stars 38 forks source link

Eliminate "warning: assigned but unused variable - value" #98

Closed y-yagi closed 5 years ago

y-yagi commented 5 years ago

This fixes following Ruby warning.

gems/sass-3.7.2/lib/sass/script/functions.rb:2911: warning: assigned but unused variable - value
nex3 commented 5 years ago

Thanks!

y-yagi commented 5 years ago

Thanks for your review!