-
We need to agree on how we do testing in elm-mdl.
Currently, I'v added the "elm-test" skeleton, basically to be able to have something running and exiting with 0/1 in the scripts tag in travis.yml.
…
-
In the documentation readme it says `(For an Elm styling system that is a complete departure from CSS, check out style-elements.)`. Maybe that should be updated to `(For an Elm styling system that is …
-
Anytime I save my a `.elm` source file, everything seems to compile just fine, but whenever I save my `app.js` file I get the following error:
```
Uncaught Error: Module build failed:
Error: Comp…
-
So, if I read the following right, in the rare occurance that you get a hash collision (two different pieces of text giving the same hash) the behaviour of elm-css would be... wonky? Might be worth ad…
-
Look like the ``Ui.Css|Ui.Css.Properties|Ui.Styles.Mixins`` are not exposed in the ``elm-package.json`` file. I would like to reuse your helpers to respect your conventions for creating a new menu com…
rande updated
7 years ago
-
If I understand correctly seems that http://package.elm-lang.org/packages/rtfeldman/elm-css/7.0.0/Css#bold is mostly about creating css files. But I wonder if we could use it for inline css as-well.
…
-
Original issue by @YetAnotherMinion (https://github.com/microsoft/elm-json-tree-view/issues/2)
I would like to use this view with a black background, and the default colors for literals do not meet…
-
I wanted to resume discussion on creation of web-components with create-elm-app.
Desired goal: use zero-configuration setup to build a web-component rather than app.
In order to achieve this goa…
-
Hi 👋, after creating some fixes for accessibility in #651 I believe some more improvements can be done to the UI.
Currently the frontend is using a very outdated version of css-bootstrap with some …
-
My use case for CSS color parser is a WYSIWYG editor that produces CSS colors, the rendering is done in elm, I adjust some of the colors before rendering (like ensuring contrast...), that's where I ne…