ex_css_modules icon indicating copy to clipboard operation
ex_css_modules copied to clipboard

CSS Modules for Elixir

Results 8 ex_css_modules issues
Sort by recently updated
recently updated
newest added

Bumps [dialyxir](https://github.com/jeremyjh/dialyxir) from 1.1.0 to 1.3.0. Release notes Sourced from dialyxir's releases. 1.3 Added Elixir 1.15 support. Support for warning :callback_not_exported. Changed Several improvements to documentation, particularly Github CI documentation....

dependencies

Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.14.4 to 0.16.1. Release notes Sourced from excoveralls's releases. v0.16.1 Changes Cobertura now handles defprotocol and defimpl definitions (#306). v0.16.0 Enhancements Add coveralls.multiple command (#303). Support #...

dependencies

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.0 to 0.29.4. Changelog Sourced from ex_doc's changelog. v0.29.4 (2023-03-29) Bug fixes Fix sidebar element with no children taking additional padding Fix elements being rendered too thick...

dependencies

Bumps [credo](https://github.com/rrrene/credo) from 1.6.3 to 1.7.0. Changelog Sourced from credo's changelog. 1.7.0 Credo.Check.Readability.ModuleDoc works for Phoenix 1.7+ views Credo.Check.Readability.FunctionNames now ignores custom operators Credo.Check.Refactor.Apply now works in pipes Credo.Check.Consistency.ExceptionNames does...

dependencies

Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 3.2.0 to 3.3.1. Changelog Sourced from phoenix_html's changelog. v3.3.1 (2023-02-27) Bug fix Set display to none on generated forms Warn for maps with atom keys v3.3.0 (2023-02-10)...

dependencies

It could be nice to allow passing stylesheet names without an extension and automatically load any file with a known compatible extension (eg: .css, .sass, .scss, .less) that matches the...

Based on the examples in the readme, you could set it to "assets/css". This reduces the boilerplate for using the library a little bit as well as making it easier...

Following the readme and adding ExCSSModules to the phoenix view block returns the following error: ``` == Compilation error in file lib/phrasing_web/views/error_view.ex == ** (ArgumentError) expected an Elixir module, got:...