oddbird / true

Sass unit tests
http://oddbird.net/true/
BSD 3-Clause "New" or "Revised" License
683 stars 46 forks source link

Use with Karma #284

Open Fusekki opened 5 days ago

Fusekki commented 5 days ago

I am working on an Angular 17 project with Sass mixins used to generate attribute and class selectors. Can this package be used with Karma?

jgerigmeyer commented 5 days ago

True was not written to be executed in a browser context, and relies on a filesystem for Sass imports. I haven't tried using it with Karma -- it might be possible with some precompilation and/or workarounds and/or polyfills.