Skip to content

Commit df42aae

Browse files
authored
Merge pull request #590 from sjrd/getting-started-with-laminar
Tutorials for getting started with Scala.js, Vite, Laminar and ST
2 parents 9589b2f + 2070f98 commit df42aae

15 files changed

+2642
-180
lines changed

_assets/css/bundle.css

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
//= require highlight
33
//= require font-awesome.min
44
//= require style
5+
//= require highlight-custom

_assets/css/highlight-custom.css

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
code.hljs {
2+
background: none;
3+
}

_assets/css/highlight.css

+1-152
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

_assets/js/bundle.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//= require clipboard.min
22
//= require jquery.min
33
//= require bootstrap.min
4-
//= require highlight.pack
4+
//= require highlight.min
55
//= require lunr
66
//= require highcharts
77
//= require custom

0 commit comments

Comments
 (0)