sassc-ruby
sassc-ruby copied to clipboard
Use libsass with Ruby!
The native library has a function `sass_option_set_output_path` which is attached to ruby in `native_context_api.rb`. But in `engine.rb` this option is not set (why?). However to produce correct source maps, the...
>sand@aspire-E5-571 ~ $ sudo gem install sassc >ERROR: Error installing sassc: > sassc requires Ruby version >= 2.3.3. >sand@aspire-E5-571 ~ $ ruby -v >ruby 2.3.3p222 (2016-11-21 revision 56859) [x86_64-linux] >sand@aspire-E5-571...
This gem should support Ruby Sass's API for defining importers. Not only will this help users migrating to the `sassc` gem from Ruby Sass, it's a more robust API that...
- Removes runtime dependency on bundler - the only place that requires bundler seems to be in the Rakefile - Assume that bundler is available in the Rakefile, if not...
Hi there, not sure if I'm at the right place (apologises if not), anyway: I'm using a Jekyll with Sass, and I've found a bug: If I set up the...
I'm having issues with sassc on Ruby 3.2 so I want to see if anything pops up in Travis.
The Minitest package has long been capitalized like that. The variant MiniTest is retained only as a compatibility layer. Switch to the current module name. This change is motivated by...
Combine Natsuki's [sassc-embedded-shim-ruby](https://github.com/ntkme/sassc-embedded-shim-ruby) gem with sassc-ruby TODO: - [ ] Check if `.sass` (not `.scss`) files work on Rails.
fixes #244 When exception that is not a subclass of `StandardError` happens inside custom sass function, it's not handled by `SassC::FunctionsHandler` and gets raised up to `FFI::Function` block body, where...