athlete icon indicating copy to clipboard operation
athlete copied to clipboard

💪 type safe elm-html-css-builder aka athlete

Results 9 athlete issues
Sort by recently updated
recently updated
newest added

Hello :wave:! I noticed there were unused dependencies in your package. Here is a pull request to remove them. After this gets merged, I recommend publishing a new release, unless...

I think we should be able to access `calc` in `SizeUnit`. It is as much legit than any other thing, and avoid costly computation in JS when wanting to compute...

[The `lazy` function](https://github.com/elm-athlete/athlete/blob/7a10dbc38b5a07c13a3db58f0db19cf34b9699c5/src/BodyBuilder.elm#L200) doesn't work like it should. Today it adds a div between the function body and the parent container. Let's take an example. ```elm -- Counter.elm module Counter...

``` type CustomFontFamily = SystemFont String | CustomFont String ``` As I see, we can't set a source on CustomFont I want to add a src kinda like this :...

https://github.com/elm-athlete/athlete/blob/17488f9c59217388befa12d564a039fa5e16efd4/src/BodyBuilder/Elements/Form.elm#L267

In the current state of athlete, one should call > Style.block [ Display.dimensions [...]] and > Style.blockProperties [ Display.overflow [...]] It appears as a naming inconsistency that is pretty much...

**Context** I have a handleHistory function to help with routing. It is used in particular to handle logging out, in which case the destination (To route) points to the route...

Block does not contain `overflow`. That's weird because it contains `overflowHidden`.

I noticed this repo (and github org, with no public members) seems abandoned. The concept seems really cool, would anyone recommend using it in a new project? I'm specifically concerned...