feat(ui): LESS Integration
Added less integration + light mode
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
@color: white;
|
@import "light-mode.less";
|
||||||
|
|
||||||
body {
|
body {
|
||||||
background-image: @background-image;
|
background-image: @background-image;
|
||||||
|
background-size: 100vw 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
html, body {
|
html, body {
|
||||||
@@ -1,2 +0,0 @@
|
|||||||
@color: red;
|
|
||||||
@background-image: url("/assets/images/img.png");
|
|
||||||
@@ -5,4 +5,4 @@ addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
|
|||||||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
|
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
|
||||||
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1")
|
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1")
|
||||||
|
|
||||||
addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.1")
|
addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.2")
|
||||||
|
|||||||
Reference in New Issue
Block a user