UNPKG

1.07 kBMarkdownView Raw
1[todo]: # (Title: Be as meaningful as possible)
2[todo]: # (Title: Try to use 60 or less chars)
3
4[todo]: # (This is only a template!)
5[todo]: # (remove unneeded bits)
6[todo]: # (use github preview!)
7
8## input.scss
9
10[todo]: # (always test and report with scss syntax)
11[todo]: # (use sass only when results differ from scss)
12
13```scss
14test {
15 content: bar
16}
17```
18
19## Actual results
20
21[todo]: # (update version info!)
22
23[libsass 3.X.y][1]
24```css
25test {
26 content: bar; }
27```
28
29## Expected result
30
31[todo]: # (update version info!)
32
33ruby sass 3.X.y
34```css
35test {
36 content: bar; }
37```
38
39[todo]: # (update version info!)
40[todo]: # (example for node-sass!)
41
42version info:
43```cmd
44$ node-sass --version
45node-sass 3.X.y (Wrapper) [JavaScript]
46libsass 3.X.y (Sass Compiler) [C/C++]
47```
48
49[todo]: # (Go to http://libsass.ocbnet.ch/srcmap)
50[todo]: # (Enter your SCSS code and hit compile)
51[todo]: # (Click `bookmark` and replace the url)
52[todo]: # (link is used in actual results above)
53
54[1]: http://libsass.ocbnet.ch/srcmap/#dGVzdCB7CiAgY29udGVudDogYmFyOyB9Cg==