-
Hi, first of all, thanks for making elm-zen-css! 😁
I’m having an issue with this code for a radio button group
```elm
radioButton : Class
radioButton =
CSS.class "radioButton" []
…
-
Using generated package code for `rtfeldman/elm-css` works when using `Elm.ToString` helpers, but not when using `Elm.file`.
When using `Elm.file`, `Gen.Css.marginRight (Gen.Css.px 1)` will cause a…
tesk9 updated
2 years ago
-
If a downstream package specifies a maximum version while `elm-package.json` specifies a version above that, the maximum downstream version will be selected rather than the explicitly set one.
The …
-
https://korban.net/posts/elm/2019-11-17-elm-ui-introduction/ a superb intro to [Elm UI](https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/) by @alexkorban
https://ellie-app.com/3TdcKSPxM…
-
Hello,
I have an established Elm project that uses [RtFeldman's elm-css](https://package.elm-lang.org/packages/rtfeldman/elm-css/latest/Html-Styled#Html) to add type safety in my CSS. Now I want to…
-
I'm trying to build an elm-pages website that will be completely hosted inside a subpath of another site.
```
/blog/* -- elm-pages
/* -- something else
```
When using `elm-pages dev --base=/b…
-
There is the CSS [`gap`](https://developer.mozilla.org/en-US/docs/Web/CSS/gap) property but it's not yet supported in elm-css. Only a gap transition exists already.
Can I add it in a PR?
I think…
-
**PLEASE DO CHIME IN WITH YOUR THOUGHTS**
My personal idea for this module is:
To have a raku module that does this set of things around HTMX (see [htmx.org](htmx.org)):
- write web pages in …
-
Elm currently doesn't have template strings which is the reason I decided to implement each CSS declaration as a function. Maybe a way to support both would be great so it's faster to get into elm-sty…
-
**EDIT**: OK, it seems I was too sleepy when comparing Webpack 2 and 3, so the problem is not only Webpack 3-specific. It's the same with 2 as well. The only good solution for me was to run `elm make`…