Skip to content

Commit 78e54cb

Browse files
chriscalorodneyrehm
authored andcommitted
docs(getting-started): Remove erroneous Sass.compile(scss)
PR #107
1 parent 6241c10 commit 78e54cb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ It is possible - but *not recommended* to use Sass.js in the main EventLoop by l
5757
<script src="dist/sass.sync.js"></script>
5858
<script>
5959
var scss = '$someVar: 123px; .some-selector { width: $someVar; }';
60-
var result = Sass.compile(scss);
6160
Sass.compile(scss, function(result) {
6261
console.log(result);
6362
});

0 commit comments

Comments
 (0)