zz_jesse

Results 2 issues of zz_jesse

I found that there was a problem with this code, and I also did relevant tests. The style of the server will be overwritten by the style of the browser....

//t.css ``` .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 } ```...