Answers for "why are all css global in react"

CSS
0

react use global css

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

Browse Popular Code Answers by Language