File tree Expand file tree Collapse file tree 5 files changed +20
-4
lines changed
Expand file tree Collapse file tree 5 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1- {{#> base title="launch.css" }}
1+ {{#> base title="launch.css" isInstallPage=true }}
22< main >
33 < section id ="getting-started ">
44 < h2 > Installation</ h2 >
Original file line number Diff line number Diff line change 1313 <nav hx-boost =" true" preload =" mouseover" >
1414 <a href =" /" >launch.css</a >
1515 <menu >
16- <li ><a href =" /install.html" >Install</a ></li >
17- <li ><a href =" /docs.html" >Examples</a ></li >
16+ <li ><a href =" /install.html" {{ #if isInstallPage }} aria-current = " page " {{ /if }} >Install</a ></li >
17+ <li ><a href =" /docs.html" {{ #if isDocsPage }} aria-current = " page " {{ /if }} >Examples</a ></li >
1818 <li ><a role =" button" href =" https://github.com/torstendittmann/launch-css" >GitHub</a ></li >
1919 </menu >
2020 </nav >
Original file line number Diff line number Diff line change 11{
22 "name" : " launch.css" ,
33 "type" : " module" ,
4- "version" : " 1.0.32 " ,
4+ "version" : " 1.0.33 " ,
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 1+ @use " sass:map" ;
2+ @use " ./partials/breakpoints" ;
3+
14html {
25 background-color : var (--background );
36 color : var (--color );
912 outline-color : var (--color );
1013 border-color : var (--border );
1114}
15+
16+ @media (max-width : map .get (
17+ breakpoints .$breakpoints ,
18+ " small"
19+ )) {
20+ body {
21+ /* margin: 1rem; */
22+ }
23+ }
Original file line number Diff line number Diff line change 5252 & :not (:hover ) {
5353 text-decoration : none ;
5454 }
55+
56+ & [aria-current = " page" ] {
57+ text-decoration : underline ;
58+ }
5559 }
5660 }
5761 }
You can’t perform that action at this time.
0 commit comments