react tsx css code example
Example: tsx css
.root {
padding: 20px 10px;
}
.ball {
composes: bounce from "../shared/styles/animations.css";
width: 40px;
height: 40px;
border-radius: 20px;
background: rebeccapurple;
}
.root {
padding: 20px 10px;
}
.ball {
composes: bounce from "../shared/styles/animations.css";
width: 40px;
height: 40px;
border-radius: 20px;
background: rebeccapurple;
}