sassc-ruby icon indicating copy to clipboard operation
sassc-ruby copied to clipboard

Use libsass with Ruby!

Results 75 sassc-ruby issues
Sort by recently updated
recently updated
newest added

Encountered an issue when attempting to use Jekyll 4.0.0 on Fedora Workstation 30. Somewhat similar to #141. Jekyll 4.0.0 seems to depend on sassc 2.2.0 and when executing `jekyll -v`...

When doing a `bundle install` for a new Rails 6 app, I noticed most of the time is spent compiling `sassc` (libsass really). This takes easily up to 2 minutes...

When I try to `gem install sassc` under JRuby 9.3.3.0 with my M1 Macbook, I get the following error (even though it works fine under Ruby 3.0.3) ``` Fetching sassc-2.4.0.gem...

Now that [libsass is deprecated](https://sass-lang.com/blog/libsass-is-deprecated), what are the plans for this project ? Should it be marked as deprecated as well ?

I have a rails 6 project that uses `sass-rails` and crashes upon trying to render a view, I think, on a new M1 computer (macos big sur aarch64) sassc version...

Unable to update gem file using rails 6.0.0.rc2 to 6.0.0 ``` Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /home/xxx/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/sassc-2.2.0/ext /home/xxx/.rbenv/versions/2.6.3/bin/ruby -I /home/xxx/.rbenv/versions/2.6.3/lib/ruby/2.6.0 -r ./siteconf20190908-29341-3apbo8.rb extconf.rb creating Makefile...

@bolandrm seems there are a number of PRs related to supporting recent architectures like M1. Given that this gem is in wide use, we at a minimum we need someone...

Fixes #237 As of Ruby 3.1, the Ruby Windows Installer is now releasing its platform as x64-mingw-ucrt. Refer to https://github.com/ruby/setup-ruby/issues/193 Compare Ruby 3.0 vs. 3.1 on Windows: ``` ruby 3.0.0p0...

Please release a new version of sassc-ruby which includes the latest binaries for all platforms. This will require updating your rake-compiler-dock version. In particular, the `x64-mingw-ucrt` architecture needs to be...

libsass appears to define a lot of colour-related functions that don't get exposed in sassc, such as `lighten`, `darken`, etc. Can we add a way to access these functions? I...