File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -138,6 +138,12 @@ <h6>Heading 6</h6>
138138 < button role ="tab "> Tab 3</ button >
139139 < button role ="tab "> Tab 4</ button >
140140 </ div >
141+ < div role ="tablist ">
142+ < a href ="# " role ="tab " aria-selected ="true "> Tab 1</ a >
143+ < a href ="# " role ="tab "> Tab 2</ a >
144+ < a href ="# " role ="tab "> Tab 3</ a >
145+ < a href ="# " role ="tab "> Tab 4</ a >
146+ </ div >
141147 </ section >
142148 < section >
143149 < div role ="grid ">
Original file line number Diff line number Diff line change 11{
22 "name" : " launch.css" ,
33 "type" : " module" ,
4- "version" : " 1.1.0 " ,
4+ "version" : " 1.1.1 " ,
55 "description" : " A classless CSS framework built for speed. Style your website later—build it now." ,
66 "homepage" : " https://launch-css.dev" ,
77 "main" : " dist/index.css" ,
Original file line number Diff line number Diff line change 1717 background : transparent ;
1818 padding : 0.75em 0 ;
1919 color : var (--color-muted );
20+ text-align : center ;
21+ text-decoration : none ;
2022
2123 & [aria-selected = " true" ] {
2224 background : var (--background-primary );
You can’t perform that action at this time.
0 commit comments