phoenix_slime icon indicating copy to clipboard operation
phoenix_slime copied to clipboard

Phoenix Template Engine for Slime

Results 15 phoenix_slime issues
Sort by recently updated
recently updated
newest added
trafficstars

Phoenix 0.16 (and LiveView 0.16) introduce HEEx, which is a huge step forward, enabling semantic HTML parsing/validation. I depend on phoenix_slime and am hopeful that the library can be updated...

Update some of the dependencies.

https://github.com/slime-lang/slime picked up support for Tailwind CSS recently by supporting colons and slashes in class names, see: https://github.com/slime-lang/slime/pull/163 Phoenix slime would do well to pick this up as well. For...

Master is already compatible so can you create a new release so I can upgrade my dependencies?

I've added a new mix task, `phx.gen.live.slime` that tries to follow the existing designs found in the `phx.gen.live` and `phx.gen.html.slime` generators as closely as possible. The generated `slimleex` files should...

Kind:Enhancement

I attempted to create a scoped style tag using the `css:` prefix. Based on what I've read about slim, it should support `css class="myClass"`, but when I attempt to use...

### Environment * Elixir version (elixir -v): 1.11.1 * Phoenix version (mix deps): 1.5.8 * Phoenix LiveView version (mix deps): 0.15.4 * Operating system: Ubuntu / MacOS ### Actual behavior...

Hello! I am getting error ``` Please pass a `->` clause to do/end instead, for example: live_component @socket, GridComponent, entries: @entries do new_assigns -> "New entry: " new_assigns[:entry] end ```...

With Phoenix 1.5.0 release, the generated app offers default configuration in scaffold for live_view. A default phoenix app with the --live flag now generates a different layout set than the...

Hello, I'm just trying out Slime and while converting my `app.html.eex` file I found out that if I write this: ```slim doctype html html ``` I get an error like:...

Kind:Bug