File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -412,7 +412,7 @@ <h2>Progress bar</h2>
412412 </ table >
413413 </ section >
414414 < div role ="feed " aria-busy ="false ">
415- < a role =" article " href ="# ">
415+ < a href ="# ">
416416 < figure >
417417 < img
418418 src ="https://picsum.photos/id/100/1280/720 "
@@ -426,7 +426,7 @@ <h2>First Blog Post Title</h2>
426426 gives readers a preview...
427427 </ p >
428428 </ a >
429- < a role =" article " href ="# ">
429+ < a href ="# ">
430430 < figure >
431431 < img
432432 src ="https://picsum.photos/id/200/1280/720 "
@@ -440,7 +440,7 @@ <h2>Third Blog Post Title</h2>
440440 gives readers a preview...
441441 </ p >
442442 </ a >
443- < a role =" article " href ="# ">
443+ < a href ="# ">
444444 < figure >
445445 < img
446446 src ="https://picsum.photos/id/151/1280/720 "
@@ -454,7 +454,7 @@ <h2>Second Blog Post Title</h2>
454454 gives readers a preview...
455455 </ p >
456456 </ a >
457- < a role =" article " href ="# ">
457+ < a href ="# ">
458458 < figure >
459459 < img
460460 src ="https://picsum.photos/id/250/1280/720 "
Original file line number Diff line number Diff line change 11{
22 "name" : " @dittmann/ui" ,
3- "version" : " 1.0.21 " ,
3+ "version" : " 1.0.22 " ,
44 "description" : " " ,
55 "main" : " dist/index.css" ,
66 "scripts" : {
77 "dev" : " sass src/_index.scss dist/index.css --watch" ,
88 "build" : " sass --no-source-map src/_index.scss dist/index.css" ,
9- "test" : " echo \" Error: no test specified\" && exit 1"
9+ "test" : " echo \" Error: no test specified\" && exit 1" ,
10+ "prepublish" : " pnpm run build"
1011 },
1112 "keywords" : [],
1213 "author" : " " ,
Original file line number Diff line number Diff line change 1111}
1212
1313article ,
14- [role = " article" ] {
14+ [role = " article" ],
15+ [role = " feed" ] > * {
1516 display : grid ;
1617 gap : 1rem ;
1718 border-width : 1px ;
You can’t perform that action at this time.
0 commit comments