Skip to content

Commit 173be28

Browse files
authored
Merge pull request codesandbox#2188 from lbogdan/fix/sass
Fix sass/scss
2 parents 1a9fb01 + 6c76100 commit 173be28

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/app/src/sandbox/eval/transpilers/sass/worker/sass-worker.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ import { extname } from 'path';
44
import delay from '@codesandbox/common/lib/utils/delay';
55

66
self.importScripts([
7-
process.env.NODE_ENV === 'production'
8-
? 'https://cdnjs.cloudflare.com/ajax/libs/sass.js/0.10.13/sass.sync.min.js'
9-
: 'https://cdnjs.cloudflare.com/ajax/libs/sass.js/0.10.13/sass.sync.js',
7+
'https://cdnjs.cloudflare.com/ajax/libs/sass.js/0.11.0/sass.sync.js',
108
]);
119

1210
self.postMessage('ready');

0 commit comments

Comments
 (0)