Answers for "how to use a global style sheet in react app"

CSS
0

react use global css

:global(.myclass) {
  background-color: red;
}
Posted by: Guest on June-20-2021

Code answers related to "how to use a global style sheet in react app"

Browse Popular Code Answers by Language