File tree Expand file tree Collapse file tree 5 files changed +117
-7
lines changed Expand file tree Collapse file tree 5 files changed +117
-7
lines changed Original file line number Diff line number Diff line change 1
1
- name : Language
2
2
projects :
3
3
- name : Scala.js
4
- logo : /resources/img/scala-js-dark.png
4
+ logo : /resources/img/scala-js-logo-2.svg
5
+ force_name_display : true
5
6
web : https://github.com/scala-js/scala-js
6
7
github : https://github.com/scala-js/scala-js
7
8
stars : 4.5k
34
35
impact : 32,000 dl / month
35
36
start_year : 2020
36
37
end_year : null
37
- - name : TASTy Reader in scalac
38
+ - name : TASTy Reader for Scala 2.13
38
39
web : null
39
40
github : null
40
41
origin : https://github.com/scalacenter/advisoryboard/blob/main/proposals/018-converging-214-30.md
41
42
contributors : [jamie]
42
43
process : false
43
- description : ' A collaborative effort to evolve TASTY into a shared format for Scala 2 and 3 '
44
+ description : ' Adding forwards compatibility to use Scala 3 compiled artefacts from Scala 2.13. '
44
45
impact : null
45
46
start_year : 2019
46
47
end_year : 2020
310
311
process : true
311
312
description : The Scala Center Advisory Board is a group of representatives from
312
313
the Scala community and industry that meets regularly to discuss the current state and future of Scala.
313
- impact : null
314
+ impact : null
Original file line number Diff line number Diff line change @@ -28,4 +28,4 @@ <h2>{{ category.name }}</h2>
28
28
</ div >
29
29
< div class ="row icon-attribution ">
30
30
Icons courtesy of < a href ="https://blendicons.com/ "> Blend Icons</ a >
31
- </ div >
31
+ </ div >
Original file line number Diff line number Diff line change @@ -1457,7 +1457,7 @@ div.search {
1457
1457
1458
1458
ul .nav {
1459
1459
li .social {
1460
- width : 52 px ;
1460
+ width : 35 px ;
1461
1461
& .first {
1462
1462
margin-left : 10px ;
1463
1463
@media (max-width : $screen-sm ) {
Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ $navbar-inverse-toggle-border-color: #333 !default;
428
428
// ##
429
429
430
430
// === Shared nav styles
431
- $nav-link-padding : 10px 15 px !default ;
431
+ $nav-link-padding : 10px 12 px !default ;
432
432
$nav-link-hover-bg : $gray-lighter !default ;
433
433
434
434
$nav-disabled-link-color : $gray-light !default ;
You can’t perform that action at this time.
0 commit comments