Live data from Hacker News

Viewing profile — throwaway4027

throwaway4027

HN member
Joined
Wed, Aug 16, 2023, 9:36 AM UTC
HN karma
7
Public activity
2 items

About throwaway4027

No profile information was provided.

Recent public activity

  1. comment
    Comment #37145398

    There are several advantages of separating CSS and code from my point of view. - I generally dislike inline CSS styles, and the benefits of Tailwind is not enough to overcome that.…

  2. comment
    Comment #37144717

    I agree with you. As a developer I like the separation of style and content. We also gain better readability when the code says " 199 " than a long list of tailwind classes. CSS st…