"Fixnum is deprecated" // warning while converting scss to css
See original GitHub issueI tried to create a flex based css when I encountered this message:
$ sass bootstrap-flex.scss bootstrap-flex.css
/usr/local/lib/ruby/gems/2.4.0/gems/sass-3.4.23/lib/sass/util.rb:1109: warning: constant ::Fixnum is deprecated
Setup
bootstrap-4.0.0-alpha.5
Sass version:
Sass 3.4.23 (Selective Steve)
Ruby version:
ruby 2.4.0p0 (2016-12-24 revision 57164) [x86_64-darwin16]
Issue Analytics
- State:
- Created 7 years ago
- Comments:24 (5 by maintainers)
Top Results From Across the Web
constant ::Fixnum is deprecated When generating new model ...
This warnings appear because you are using ruby 2.4.0. This version introduced this change: Unify Fixnum and Bignum into Integer.
Read more >Ruby Sass is Deprecated
The new sass/ruby-sass repository will be archived, which means no changes will be made and no new issues or pull requests will be...
Read more >sudo gem* | programming blog by Arman Ortega -since 2009
Problem: When bundle installing i got this error: ERROR: Error installing sqlite3: ERROR: Failed to build gem native extension. Installing ...
Read more >Module: Sass::Util - RubyDoc.info
Prints a deprecation warning for the caller method. ... Concatenates all strings that are adjacent in an array, while leaving other elements as...
Read more >[gnome-code-assistance] [backends/css] New css backend
+When converting from CSS to Sass or SCSS, +nesting is applied ... + end + + # Handles the deprecation warning for the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We’re hoping to release Rails 5.1 RC1 this week. Would be lovely if there was a new gem release with this fix to coincide with that, if possible. Thanks!
Any update on this? I see this is marked as closed, but I get this error unless I replace Fixnum with Integer.
sudo sed -i -e 's/Fixnum/Integer/g' /usr/lib/ruby/vendor_ruby/sass/util.rb
.