-
It would help enormously if we had better documentation on the incompatibilities with `sassc-rails` and known workarounds for them. I'm willing to create a `README.md` or `docs/migrating.md` PR, but …
-
We are currently using `dartsass-ruby` as a dependency of `dartsass-sprockets` but v1.x of the `uri` gem has an ABI change which breaks it:
```
bin/rails aborted!
ArgumentError: wrong number of a…
-
# Description
Bootstrap recently released a new v4 release (4.6.2.1) that deprecates the inclusion of the `sassc-rails` gem, as it seems to be unmaintained. [There is a fork of sassc](https://github.c…
-
We get the following error:
```
bootstrap-rubygem requires a Sass engine. Please add dartsass-sprockets, sassc-rails, dartsass-rails or cssbundling-rails to your dependencies. (LoadError)
```
-
Then why isn't sass-rails just rolled into sassc-rails?
But my problem is that in either case sassc depends on ffi which doesn't want to install.
-
On a recent project I've been working on I decided to use the C implementation of SASS - as it's significantly faster. However it appeared that font awesome was explicitly requiring `sass-rails` which…
-
Hi and many thanks for your work to build a Ruby gem for tabler UI.
I've started with a fresh Rails (5.2.2.1) app which uses `sassc-rails` instead of `sass-rails`due to the deprecation warnings fo…
-
When I use with [activeadmin_addons](https://github.com/platanus/activeadmin_addons) gem (there is sass-rails inside), this error appears:
`
topological sort failed: [#:all, :after=>:setup_sass}, …
-
### User Story
I am trying to deploy a local instance of consuledemocracy and if fails with Sass::CompileError
### Description
My system is an Ubuntu 22.04 and i use the following versions:
…
-
**Problem**
Running a single system test takes about 50 seconds on a project with lots of SASS files. I've investigated Sprockets and found out that SASS files are processed each time a test runs, …