Skip to content

Tutorials for getting started with Scala.js, Vite, Laminar and ST #590

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Mar 25, 2023
1 change: 1 addition & 0 deletions _assets/css/bundle.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
//= require highlight
//= require font-awesome.min
//= require style
//= require highlight-custom
3 changes: 3 additions & 0 deletions _assets/css/highlight-custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
code.hljs {
background: none;
}
153 changes: 1 addition & 152 deletions _assets/css/highlight.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _assets/js/bundle.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//= require clipboard.min
//= require jquery.min
//= require bootstrap.min
//= require highlight.pack
//= require highlight.min
//= require lunr
//= require highcharts
//= require custom
Loading