-
See this blog post: http://sass.logdown.com/posts/7081811
And this issue over at sass-rails: https://github.com/rails/sass-rails/issues/420
The ruby implementation of sass is already designated …
-
``` ruby
# config/initializers/sassc_rails.rb
require "sprockets/engines"
module Extensions
module Sprockets
module Engines
def register_engine(ext, klass)
return if [
S…
-
It appears that Sassc doesn't support directory imports.
I have my load_paths configured, it just looks like `Importer#imports` never looks for index files as a directory import.
https://sass-la…
-
I'm getting these warnings when sassc-rails is on the Gemfile (using Rails 5):
```
DEPRECATION WARNING: Sprockets method `register_engine` is deprecated.
Please register a mime type using `register_m…
-
I'm trying to install this gem and it just explodes everywhere and I can't get it to install.
`In file included from src/ast.cpp:2:
src/ast.hpp: In member function ‘virtual size_t Sass::Vectorized…
-
When updating gems, I get a warning:
> Ruby Sass is deprecated and will be unmaintained as of 26 March 2019.
>
> * If you use Sass as a command-line tool, we recommend using Dart Sass, the new
…
-
I am trying to convert from sass-rails to sassc-rails. I am using rails 4.2.2.
When I use sassc-rails, changes to my scss files are not being reflected in the view, even if I stop and restart the ser…
-
Sass is deprecating the official Ruby implementation and I got a nice warning message about this when updating Rails today (#357). More here: http://sass.logdown.com/posts/7081811
We aren’t doing a…
-
Maybe update Searchkick
-
## The dependency [bootstrap-sass](https://github.com/twbs/bootstrap-sass) was updated from `3.3.7` to `3.4.0`.
🚨 [View failing branch](https://github.com/BoldGrid/post-and-page-builder/compare/dev.…