Skip to content

Commit

Permalink
fix #512
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Apr 16, 2022
1 parent 6c9a503 commit 83815f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docs/asciidoc/_embedded-sass.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ This plugin adds webjars support to the sass compilation:
[source,groovy]
----
dependencies {
compile 'org.webjars:bootstrap:4.1.1'
compile 'org.webjars:bootstrap:5.1.3'
}
----

[source,scss]
----
@import "bootstrap/scss/bootstrap";
@import "scss/bootstrap";
----

=== `io.freefair.sass-java`
Expand Down

0 comments on commit 83815f9

Please sign in to comment.