-
https://github.com/codemirror/CodeMirror/blob/85482b0377911befe59c90fc7d714f30b59c98e7/theme/yonce.css#L27-L28 uses `rgb` with a fourth argument. This is legal CSS syntax, but not yet legal in Sass. …
-
## Steps to reproduce issue on Windows:
1. `gem install sassc --pre`
2. Load IRB: `irb`
3. Require SassC: `require 'sassc'`
## Output
```
LoadError: Could not open library 'C:/Ruby2.4-x6…
-
**Describe the bug**
When I went to reboot UAT to pick up a new kernel on September 24th around noon, I noticed
![Screenshot from 2019-10-04 15-25-53](https://user-images.githubusercontent.com/1220…
-
I have recreated a container with de latest image (updated 4 hours ago on docker hub):
![image](https://user-images.githubusercontent.com/7972545/66387384-20859d00-e9c4-11e9-825e-9f69de68211d.png)
A…
-
2.1.0 doesn't seem to be compile for me on alpine linux systems. It is failing with this error:
LoadError: Could not open library '/codebuild/output/src471049011/src/vendor/bundle/ruby/2.5.0/gems/s…
-
Running on Ruby 2.6.3, bumbler stops when about half the gems are loaded. You can see this here, that the progress bar is not filled:
```
root@7d8364656441:/usr/src/app# bumbler
[################…
23tux updated
5 years ago
-
Ruby 2.3.8
sassc 2.1.0.pre3 (and 2.1.0pre2)
Ubuntu 18.04.2 LTS
I get a crash when feeding sassc invalid CSS. No crash when given good CSS.
```
[1] pry(main)> SassC::Engine.new("body { color: …
-
This is the continuation of #3814.
See the discussion there for the long form.
Short form, the following script should produce the given result. Two fail as shown by specs in #3814, and one works cu…
-
I'm getting this error: `SassC::SyntaxError - Error: error in C function asset-data-url: uninitialized constant SassC::Script::String`. Maybe its origin is here: https://github.com/sass/sassc-rails/bl…
-
I have an error during sass compilation
```
free(): invalid pointer: 0x00007fe974a7ff00 ***
```
unfortunately no backtrace or hints where the problem could be.
it does happen only in combinatio…