Describe the bug
The basic example (see below) does not work. Picocolor can not be imported form the gulp-5-sass-plugin index.js file
SyntaxError: Named export 'underline' not found. The requested module 'picocolors' is a CommonJS module, which may not support all module.exports as named exports.
CommonJS modules can always be imported via the default export, for example using:
Describe the bug The basic example (see below) does not work. Picocolor can not be imported form the gulp-5-sass-plugin index.js file
You should change the import statement i guess