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.
1 parent f0637f9 commit 277ce77Copy full SHA for 277ce77
src/index.js
@@ -1,7 +1,7 @@
1
// tooling
2
import mergeSourceMaps from './merge-source-maps';
3
import sassResolve from '@csstools/sass-import-resolve';
4
-import sass from 'sass';
+import * as sass from 'sass';
5
import { dirname, resolve as pathResolve } from 'path';
6
7
const requiredPostConfig = {
0 commit comments