[Solved] If I built an app with a CSS framework, and then they change their styles, would the look of my site change with? [closed]
Question 1 As mentioned in the question, say one of these front end libraries were to update their UI components, would these changes reflect in my app or is it version dependent? Oh, yes, the appearance of your site will definitely change. Suppose you had this CSS library: .ui { font-family:system-ui; } body { background-image:url(“/some/image/and/the/file.jpg”); … Read more