CSS poll - production

What is your team using in production

  • elm ui
  • elm-css
  • sass
  • elm-css + tailwind
  • tailwind

0 voters

3 Likes

So I voted for elm-ui even though technically we don’t use it as we essentially have an internal version of it. I rarely if ever write css or such, it’s always Ui.text or Ui.column or such.

2 Likes

Yes we also have our own internal UI library also inspired to some extent by elm-ui.

2 Likes

I would advise changing your choice away from elm-ui then. Mainly because I think that’s what happens for almost every frontend codebase of sufficient size in any framework or language (you build your own internal component library and minimize direct, ad-hoc HTML/CSS creation). Internal components is also how I handle my own Elm and Typescript/JS codebases.

I think it is extremely valuable information how many production codebases are using any of these “out of the box” vs whether they are taking ideas from them but re-implementing them themselves.

Fair point, unfortunately it doesn’t seem like I can change my vote. @kanishka sorry for the bad data. I think technically our styles are primarily written in sass, with a handful of style attributes as well.

1 Like

I am able to “remove vote” for my vote…

My reply was “sass” but the truth is “less”. :slight_smile: Want me to remove mine too?

I would keep it. If we do this again, we can come up with more fine grained options.

My original intention was to ask “what are you using to implement the components in your design system”, assuming that pages use the internal library/design system and the design system uses elm-css, sass, etc.

1 Like

May want to add an option for “Other”, since there may be other options that aren’t part of your poll. For example, Plain CSS.

2 Likes

Discourse won’t let me edit the poll.

No option for regular CSS? :sweat_smile: I feel very unfashionable!

5 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.