m_ott’s avatarm_ott’s Twitter Archive—№ 19,937

  1. …in reply to @Mamboleoo
    Mamboleoo In my case, we are implementing a React-based mapping application inside of an existing large website. The code is coming from an external provider and because the application is also being used by other websites, changes aren’t easy to achieve and take a lot of time.
    1. …in reply to @m_ott
      Mamboleoo So it’s not the CSS of a whole website but rather a “complex third-party module” that injects CSS into the DOM via <style> tags… You are right in that the CSS of a single website might not be used in this way, yes. 😊
      1. …in reply to @m_ott
        Mamboleoo My point is: they probably decided to use this technique because it is still considered good practice by many – maybe without realizing or thinking much about the problems this might create in this particular case.