Skip to content

Commit

Permalink
v7.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TriangleJuice committed Jan 14, 2025
1 parent 03171d8 commit 38bb9f5
Show file tree
Hide file tree
Showing 5 changed files with 382 additions and 381 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.6.6/main.min.css">
<link rel="stylesheet" href="https://cdn.antwerpen.be/core_branding_scss/7.0.0-beta.1/main.min.css">
```

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

```
@import url("https://cdn.antwerpen.be/core_branding_scss/6.6.6/main.min.css");
@import url("https://cdn.antwerpen.be/core_branding_scss/7.0.0-beta.1/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 38bb9f5

Please sign in to comment.