79188924

Date: 2024-11-14 13:24:53
Score: 1
Natty:
Report link

There is an includePaths option that can be used to specify where the node_modules are located:

sass(
   {
    output: 'dist/styles.css',
    options: {
        includePaths: ['node_modules']
    }
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Cyril