We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have following lines in build.sbt:
build.sbt
libraryDependencies += "org.webjars.npm" % "github-com-josdejong-jsoneditor" % "5.5.10" libraryDependencies += "org.webjars" % "bootstrap" % "3.0.2"
and main.less as
main.less
@import "lib/github-com-josdejong-jsoneditor/soneditor.css"; @import "lib/bootstrap/less/bootstrap.less";
During LESS compilation content of second @import is successfully included in resulting main.css while first remains as declared
@import
main.css
The text was updated successfully, but these errors were encountered:
Seems this should be working with version 1.5.0 with
shipped.
Sorry, something went wrong.
No branches or pull requests
I have following lines in
build.sbt
:and
main.less
asDuring LESS compilation content of second
@import
is successfully included in resultingmain.css
while first remains as declaredThe text was updated successfully, but these errors were encountered: