• 0 Posts
  • 19 Comments
Joined 2 years ago
cake
Cake day: October 8th, 2023

help-circle

  • Saw this in my feed and decided to give it a try. I’m not a huge anime watcher and only kinda know of nichijou because of a meme (good morning evernyan! Oh my gah!) but so far I’m really digging this. I don’t get the connection tho??

    The art style is really cool and I was kinda shocked because I’ve never seen anime try to emulate depth of field like this before.

    Definitely going to upgrade to a more heat resilient briefcase for my ramen needs tho.


  • fun fact: This isn’t any one specific CSS framework’s doing but rather part of how JS UI libraries handle scoped CSS. When you have for example two components that have similar CSS, like one component sets button to color green, another component sets button to blue, then the compiler does this kinda thing because “real” CSS doesn’t support scoping.

    So in the above example you’d get button class abcd and button class bcde.