DefactoSoftware / ex_css_modules

CSS Modules for Elixir
MIT License
18 stars 1 forks source link

Add a config option to specify your JSON parsing library #69

Closed Blond11516 closed 2 years ago

Blond11516 commented 2 years ago

Like Phoenix does. New Phoenix projects use Jason by default and I think it would be nice to have the option to use it with ex_css_modules too.

Also, I'm not sure this is actually a good idea from a maintenance perspective, but it could even feed directly from the configured Phoenix library (either through Application.get_env or Phoenix.json_library).