Skip to content

Commit

Permalink
chore: auto bump doesn't work like this
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Nov 30, 2023
1 parent 02fa848 commit a91cdba
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@ You can then use the files in `@catppuccin/highlightjs/css` or `@catppuccin/high

Embed the [Highlight.js script](https://highlightjs.org/download/), then one of our themes.

> **Note**:
> [!NOTE]
> The "variable version" assumes that you have a flavor of Catppuccin already present in your CSS variables, e.g. `:root { --ctp-mauve:136,57,239; }`.
> This is particularly useful if you use [Catppuccin TailwindCSS](https://github.com/catppuccin/tailwindcss)
unpkg:
<!-- x-release-please-start-version -->
```html
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected]/css/catppuccin-mocha.css">
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected]/css/catppuccin-macchiato.css">
Expand All @@ -46,10 +45,8 @@ unpkg:
<!-- variable version -->
<link rel="stylesheet" href="//unpkg.com/@catppuccin/[email protected]/css/catppuccin.variables.css">
```
<!-- x-release-please-end -->

jsdelivr:
<!-- x-release-please-start-version -->
```html
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected]/css/catppuccin-mocha.css">
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected]/css/catppuccin-macchiato.css">
Expand All @@ -58,7 +55,6 @@ jsdelivr:
<!-- variable version -->
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/@catppuccin/[email protected]/css/catppuccin.variables.css">
```
<!-- x-release-please-end -->

## 💝 Thanks to

Expand Down

0 comments on commit a91cdba

Please sign in to comment.