quarkiverse / quarkus-web-bundler

Create full-stack web apps quickly and easily with this Quarkus extension. It offers zero-configuration bundling for your web app scripts (JS, JSX, TS, TSX), dependencies (jQuery, React, htmx, etc.), and styles (CSS, SCSS, SASS).
Apache License 2.0
16 stars 9 forks source link

Import scss from Web Dependencies #58

Closed ia3andy closed 5 months ago

ia3andy commented 12 months ago

It is currently not possible to import scss from Web Dependencies.

Because it is not available in esbuild CLI, scss conversion is done by the web bundled as a pre-step of bundling on all project scss files. In order to support importing scss from Web Dependencies, a solution would be to detect import and convert the given scss (it would require a lot of file processing).

You may upvote this if you feel this is really needed.

ia3andy commented 5 months ago

This is now working starting from 1.3.0!