You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.img{
background: url('./img/c.png') left center no-repeat;
width: 200px;
height: 50px;
}
and
child component
import 'a.css'
function Child(){
}
import Child from './child.js';
function Main(){
return <Child />
}
The text was updated successfully, but these errors were encountered:
//t.css
The text was updated successfully, but these errors were encountered: