We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acbd14d commit b0f9efdCopy full SHA for b0f9efd
project/src/htmlGen.scala
@@ -8,7 +8,7 @@ def lessStyle(withStyles: Boolean): Seq[Modifier] =
8
link(
9
rel := "stylesheet/less",
10
`type` := "text/css",
11
- href := "index.less"
+ href := "/index.less"
12
),
13
script(
14
raw(
0 commit comments