Viewing profile — weo3dev
weo3dev
HN member- Joined
- Fri, Oct 18, 2019, 11:34 PM UTC
- HN karma
- 47
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About weo3dev
No profile information was provided.
Recent public activity
-
comment
Comment #45830978
I'll give you a hint about all cities in the great us of a. https://www.yahoo.com/news/fact-check-map-showing-trumps-004...
-
comment
Comment #43907606
Not a fan. I'm waiting for the day developers realize the fallacy of sticking with pixels as their measurement for Things on the Internet. With a deeper understanding of CSS, one w…
-
comment
Comment #38015460
The difference is that the internet can exist (and did) quite well without JavaScript. Without HTML there is no internet. Furthermore, ECMAScript is a language and W3C/WHATWG are a…
-
comment
Comment #37147676
Except when using Tailwind, you're learning Tailwind nomenclature and syntax and approach - which really isn't modern CSS, at all. Today's CSS - if anyone would take the time to ac…
-
comment
Comment #37147496
Except if you bundle your styling with the component, like you should be doing with React or Vue, and you have two _maybe_ three over-arching foundational style directives being im…
-
comment
Comment #37147406
In today's uses, cascade _with_ custom properties (the vars defined within :root ) are powerful and are what I leverage when providing theme-able ui libraries. Dark mode, light mod…
-
comment
Comment #37147354
I vehemently disagree. When you're using tailwind, you're learning Tailwind, which is using CSS in absolutely the unequivocally anti-CSS way. CSS was meant to cascade; it's what th…
-
comment
Comment #35992390
Disagree. Have been using and developing with CSS as my focus for ten years now. If you take the same amount of time you would take to learn the ins and outs of [pick any other lan…
-
comment
Comment #35364933
Your belief that you must use classes to apply CSS is false. CSS is a generalization programming language, with specificity meant to be used for _exceptions_. Therefore, CSS should…
-
comment
Comment #33578818
"Nothing seems to have materialized..." --> https://nordhealth.design/ -- these are all custom components. And here is D. Darnes explaining in part how they get things done: https:…
- comment
-
comment
Comment #21295910
Yes - it came out earlier this week or end of last week. But CSS Grid has been available since 2017. So, we are able to still solve a lot of layout issues with grid, than leaning 1…
-
comment
Comment #21295904
To be fair, we didnt get Grid till 2017. So.. we finally have (nearly) all the tools we need. Maybe. lol Float is still very useful for paragraph wrapping around media, for basic a…
-
comment
Comment #21295896
Oof. You are definitely missing the entire point of CSS Grid. CSS Grid is a two dimensional layout tool. Flexbox is one. CSS Grid is for architectural layout. Flexbox is for alignm…