We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Sass.compile(scss)
1 parent 6241c10 commit 78e54cbCopy full SHA for 78e54cb
docs/getting-started.md
@@ -57,7 +57,6 @@ It is possible - but *not recommended* to use Sass.js in the main EventLoop by l
57
<script src="dist/sass.sync.js"></script>
58
<script>
59
var scss = '$someVar: 123px; .some-selector { width: $someVar; }';
60
- var result = Sass.compile(scss);
61
Sass.compile(scss, function(result) {
62
console.log(result);
63
});
0 commit comments