Sha256: e958c5accc1c14dc1d9dd7224c764970867a8569b2d00ca3a4fd566dd249137d

Contents?: true

Size: 1.04 KB

Versions: 8

Compression:

Stored size: 1.04 KB

Contents

[todo]: # (Title: Be as meaningful as possible)
[todo]: # (Title: Try to use 60 or less chars)

[todo]: # (This is only a template!)
[todo]: # (remove unneeded bits)
[todo]: # (use github preview!)

## input.scss

[todo]: # (always test and report with scss syntax)
[todo]: # (use sass only when results differ from scss)

```scss
test {
  content: bar
}
```

## Actual results

[todo]: # (update version info!)

[libsass 3.X.y][1]
```css
test {
  content: bar; }
```

## Expected result

[todo]: # (update version info!)

ruby sass 3.X.y
```css
test {
  content: bar; }
```

[todo]: # (update version info!)
[todo]: # (example for node-sass!)

version info:
```cmd
$ node-sass --version
node-sass       3.X.y   (Wrapper)       [JavaScript]
libsass         3.X.y   (Sass Compiler) [C/C++]
```

[todo]: # (Go to http://libsass.ocbnet.ch/srcmap)
[todo]: # (Enter your SCSS code and hit compile)
[todo]: # (Click `bookmark` and replace the url)
[todo]: # (link is used in actual results above)

[1]: http://libsass.ocbnet.ch/srcmap/#dGVzdCB7CiAgY29udGVudDogYmFyOyB9Cg==

Version data entries

8 entries across 8 versions & 3 rubygems

Version Path
files.com-1.0.55 docs/vendor/bundle/ruby/2.5.0/gems/sassc-2.0.0/ext/libsass/.github/ISSUE_TEMPLATE.md
ilog-0.4.1 node_modules/node-sass/src/libsass/.github/ISSUE_TEMPLATE.md
ilog-0.4.0 node_modules/node-sass/src/libsass/.github/ISSUE_TEMPLATE.md
ilog-0.3.3 node_modules/node-sass/src/libsass/.github/ISSUE_TEMPLATE.md
sassc-2.0.1 ext/libsass/.github/ISSUE_TEMPLATE.md
sassc-2.0.0 ext/libsass/.github/ISSUE_TEMPLATE.md
sassc-1.12.1 ext/libsass/.github/ISSUE_TEMPLATE.md
sassc-1.12.0 ext/libsass/.github/ISSUE_TEMPLATE.md