Skip to content

Commit 34f9f3a

Browse files
committed
fixed: example
1 parent 3b8183a commit 34f9f3a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

external-compile-sass/definitions/sass.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ var sass = require('node-sass');
22

33
framework.onCompileStyle = function (filename, content) {
44
// if filename === '' then it is the inline style
5-
return sass.renderSync({ data: content, outputStyle: 'compressed' });
5+
return sass.renderSync({ data: content, outputStyle: 'compressed' }).css;
66
};

0 commit comments

Comments
 (0)