style-elements icon indicating copy to clipboard operation
style-elements copied to clipboard

Create styles that don't mysteriously break!

Results 69 style-elements issues
Sort by recently updated
recently updated
newest added

These are the things that I noticed when upgrading, so probably aren't exhaustive but will hopefully help others. Also having an upgrade section will hopefully attract more notes.

Can all the 0.18 source code be updated to use elm 0.19? There are still a bunch of `elm-package.json` used in this project.

## What I did Added a fill height to a column ### What I Expected To Happen It to fill the available height. ### What Actually Happened https://ellie-app.com/474xXfRbHLja1/2 The second...

## The big picture of what I'm trying to do i'm trying to align an `el` inside a `row`. i'm using style-elements 4.3.0 but found the behavior the same for...

## Include commonly used color settings. I think that basic color like The HTML defined is better to be included. https://en.wikipedia.org/wiki/Web_colors#HTML_color_names It seems that developers often implement it myself. https://github.com/mdgriffith/style-elements/blob/master/examples/Color.elm...

With elm 0.18 input fields where buggy: when their value was set in the view, the change would not be reflected in the DOM correctly. To fix this, `textKeys` where...

The new style-elements still allows `Style.styleSheetWith` to be called with a list of options. The only way to make an option though was `Style.unguarded`. This function was commented out, but...

## The big picture of what I'm trying to do I'm trying to align my content inside a grid. ``` grid Ss.PageGrid [ width w , height h , center...

## The big picture of what I'm trying to do I want to be able to change the value of a text field by changing the value in the model....

## The big picture of what I'm trying to do Experimenting / trying out a small webapp that uses this library. ## What I did Tried to use some features...