sveltejs / svelte-preprocess

A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.
MIT License
1.76k stars 151 forks source link

fix: always use absolute paths for less imports #496

Closed lundal closed 2 years ago

lundal commented 2 years ago

Solves #495

Looks like the issue only affects imports from node_modules. Can't make a test without adding a dependency to the project.

lundal commented 2 years ago

Any idea when this will make it into a release, @kaisermann ?

kaisermann commented 2 years ago

@lundal Released in v4.10.5 🎉 . Thanks 🙏

lundal commented 2 years ago

Thank you for following up on this so quickly :zap: