Skip to content

Commit

Permalink
6.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TriangleJuice committed Feb 21, 2024
1 parent 2e52ab1 commit 000d14f
Show file tree
Hide file tree
Showing 4 changed files with 385 additions and 385 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ This project contains Antwerp's digital styling and styling guidelines. It is th
In its simplest form you can just include the following line in the `<head>` section of your app.

```
<link rel="stylesheet" href="https://cdn.antwerpen.be/core_branding_scss/6.5.0/main.min.css">
<link rel="stylesheet" href="https://cdn.antwerpen.be/core_branding_scss/6.6.0/main.min.css">
```

You can even import it directly in your (S)CSS:

```
@import url("https://cdn.antwerpen.be/core_branding_scss/6.5.0/main.min.css");
@import url("https://cdn.antwerpen.be/core_branding_scss/6.6.0/main.min.css");
```

> We adopt semantic versioning. If you want to use another version of the Core Branding you can do so by adjusting the version in the URL address. See the changelog for all available versions.
Expand Down
Loading

0 comments on commit 000d14f

Please sign in to comment.