Skip to content

Commit

Permalink
refer to wicket-bootstrap-sass for bootstrap 5 (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
ursjoss authored Dec 11, 2023
1 parent 861843a commit 8bef1e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,12 @@ for all themes:
</dependency>
```

if you want to use a less compiler:
if you want to use a sass compiler:

```xml
<dependency>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>wicket-bootstrap-less</artifactId>
<artifactId>wicket-bootstrap-sass</artifactId>
<version>6.y.z</version>
</dependency>
```
Expand Down

0 comments on commit 8bef1e8

Please sign in to comment.