File tree Expand file tree Collapse file tree 4 files changed +4
-6
lines changed
Expand file tree Collapse file tree 4 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 66
77 < title > Svelte app</ title >
88
9- < link rel ="icon " type ="image/png " href ="/favicon.png " />
10- < link rel ="stylesheet " href ="/build/bundle.css " />
11-
129 < script defer src ="/build/bundle.js "> </ script >
1310 </ head >
1411
Original file line number Diff line number Diff line change 22 import style from ' svelte-inline-css' ;
33 </script >
44
5- <div use:style ={{ color : ' red' }}>example</div >
5+ <div use:style ={{ color : ' red' , backgroundColor : ' pink ' }}>example</div >
Original file line number Diff line number Diff line change @@ -717,7 +717,7 @@ svelte-check@^1.0.0:
717717 svelte-preprocess "^4.0.0"
718718 typescript "*"
719719
720- " svelte-inline-css@link:../ " :
720+ " svelte-inline-css@link:.. " :
721721 version "0.0.0"
722722 uid ""
723723
Original file line number Diff line number Diff line change 77 "author" : " mouse_484 <escmouse484@gmail.com>" ,
88 "license" : " MIT" ,
99 "scripts" : {
10- "build" : " tsc"
10+ "build" : " tsc" ,
11+ "dev" :" yarn build && cd example && yarn && yarn dev"
1112 },
1213 "dependencies" : {
1314 "csstype" : " ^3.0.8"
You can’t perform that action at this time.
0 commit comments