sassc-ruby
sassc-ruby copied to clipboard
Use libsass with Ruby!
`sassc-ruby` supports passing custom functions to `libsass` as ruby functions, for example it is [used in `sassc-rails` to define `url`](https://github.com/sass/sassc-rails/blob/8d0462d54b5b5dd84cb1df31823c3afaebb64534/lib/sassc/rails/functions.rb). Generally, this mechanism is memory-safe, but if custom function raises...
Ruby ``` ruby 3.3.1 (2024-04-23 revision c56cd86388) +YJIT [x86_64-darwin24] ``` RVM ``` $ rvm --version $ rvm 1.29.12 (latest) by Michal Papis, Piotr Kuczynski, Wayne E. Seguin [https://rvm.io] ``` Gives...
Been trying to `bundle install` but it keeps failing on `sassc`. Here's the tail end of running `gem install sassc -v '2.4.0' --verbose` ``` HEAD https://index.rubygems.org/ 200 OK GET https://index.rubygems.org/info/sassc...
The [old comment by @lrworth](https://github.com/sass/sassc-ruby/pull/192#discussion_r423959519) was spot on, but ended up drowning under further discussion, which led to LTO being enabled only on Darwin by default except in Nix. While...
Ignoring ffi-1.9.25 because its extensions are not built. Try: gem pristine ffi --version 1.9.25 Ignoring gem-wrappers-1.4.0 because its extensions are not built. Try: gem pristine gem-wrappers --version 1.4.0 Ignoring msgpack-1.3.3...