DEV Community

Cezary Tomczyk
Cezary Tomczyk

Posted on

Sass and There is no module with the namespace "color".

Solution:

  1. Make sure to install the dart-sass npm package.
  2. At the very top of your Sass file, provide: @use "sass:color";.

Top comments (0)