-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: auto bump doesn't work like this
- Loading branch information
1 parent
02fa848
commit a91cdba
Showing
1 changed file
with
1 addition
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"> | ||
|
@@ -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"> | ||
|
@@ -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 | ||
|
||
|