CargoSense / dart_sass

Install and run Dart Sass using Elixir.
https://hex.pm/packages/dart_sass
MIT License
104 stars 23 forks source link

Provide an option for loading the runtime config #9

Closed objectuser closed 3 years ago

objectuser commented 3 years ago

Do not load the runtime configuration by default. Instead, provide an option, --runtime-config, for loading the runtime configuration.

This mirrors the configuration in esbuild.

mcrumm commented 3 years ago

Thanks! 💚

mcrumm commented 3 years ago

v0.2.0 has been release which includes the runtime-config changes, thanks again!