DefactoSoftware / ex_css_modules

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

docs: Indicate that class cannot be used in heex templates #74

Closed Blond11516 closed 2 years ago

Blond11516 commented 2 years ago

Updates the documentation for ExCssModules.class/2 to indicate that it cannot be used in HEEX templates. Also adds a similar notice to the README.

Fixes #73.