• 0 Posts
  • 6 Comments
Joined 1Y ago
cake
Cake day: Jun 01, 2023

help-circle
rss

The “News Flash” bit was unnecessary. Please keep your replies to other users respectful on Beehaw.

Thanks!
!programming@beehaw.org Moderation Team


That being said, CSS frameworks are still wonderful, used right they can save a lot of time during early development by outsourcing the majority of design to the framework devs.

That’s actually my intent with using a CSS framework. A personal project of mine reached minimum viable product statud status (phones…) recently, I included bulma, and used some of its components for stuff like menus and modals. It was definitely faster than writing everything by hand early on. But I also ended up writing my own CSS anyway, especially with the grid, which is the foundation on which my app works on (it’s a grid-based colour mixing app).

I agree, I think CSS frameworks have a place for prototyping and we shouldn’t rely on them as a project moves towards a proper release 🤔

Then again, some people might think the obfuscation in 20+ classes is somehow a good thing…frankly, I think it’s worse than inline styles. It’s basically obfuscated inline styles!


If you don’t mind me asking, why this scorekeeper? The fact that it isn’t open-source leaves me hesitant to dig around in the code.


I can’t help but love when subreddits do this in response to the threat of removing mods if they stay private. I remember there were some that were posting “sexy” pics of John Oliver. iPhone was limited to posting “sexy” pics of Tim Cook. Working with what they have in order to continue their protests. I like it😁

It has malicious compliance written all over it 🙃


If people felt they can’t really escape an essential product from a shitty company because of cost, or even convenience, I’d understand.

Warning: angry rant.

But this is a video game. Playing video games is my primary hobby. I do it a lot. It’s how I spend quality time with my long-distance partner as well. But it is not essential to my life. We actually have a very viable option of not buying a product from a company helmed by evil, shitty people. It should’ve been more clear-cut.

Ultimately, my disappointment over this runs pretty deep. I will never respect Blizzard as a company. Honestly, I had hoped that MS acquiring them would mean breaking them up and scattering the resources to different departments. The fact that I think MS is the better of the two probably says a lot about my disdain for Blizzard at this point.


I don’t know how exact the values need to be, but optically, the closest I could get to --result is with these values, still using color-mix:

color-mix(in srgb, #02C390, 79% #31363B)

It came out as #27544D

To be fair, my monitors are not colour calibrated so it might not even look like that on your screen or anyone else’s.

If you don’t mind me asking, how did you arrive at --result’s value?