fission-codes / landing-page

Fission home page
https://fission.codes
Other
9 stars 2 forks source link

Implement a style guide #24

Closed bmann closed 3 years ago

bmann commented 4 years ago

As per discussion with @icidasset.

Please write comments to make this a more useful issue ;)

forgondolin commented 4 years ago

I think that would be great some svg's for using as font awesome.

matheus23 commented 4 years ago

@forgondolin This issue came to be from a conversation in a PR. Here's a message from that conversation:

I try to alphabetize these classes so it's easier to look up a style and changing it. And then I put an empty comment to before the responsive styles. I realise that this may sound fairly obsessive, but there you go :sweat_smile:

[ T.appearance_none
, T.bg_gray_200
, T.mt_8

--
, T.md__text_lg
]

Could also do the following, which I almost always do for the dark styles anyway:

-- Responsive
-------------
, T.md__text_lg
]

So, we're talking about code style in elm (esp. using elm-tailwind-css).

bmann commented 3 years ago

I'll call this a dupe of #36