
Product
A New Overview in our Dashboard
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
@catppuccin/tailwindcss
Advanced tools
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transp
You can check out one of our deployed examples here!
$ npm install -D @catppuccin/tailwindcss
# --- or ---
$ yarn add -D @catppuccin/tailwindcss
tailwind.config.js
module.exports = {
// ...other settings
plugins: [require("@catppuccin/tailwindcss")],
};
module.exports = {
// ...other settings
plugins: [
require("@catppuccin/tailwindcss")({
// prefix to use, e.g. `text-pink` becomes `text-ctp-pink`.
// default is `false`, which means no prefix
prefix: "ctp",
// which flavour of colours to use by default, in the `:root`
defaultFlavour: "latte",
}),
],
};
<!-- switching the class for parent elements changes the flavour! -->
<body class="frappe">
<h1 class="bg-base text-pink">Hello world!</h1>
</body>
You can find examples for Next.js, Svelte, and Vite in the examples
folder.
Copyright © 2021-present Catppuccin Org
FAQs
<img src="https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/misc/transp
The npm package @catppuccin/tailwindcss receives a total of 946 weekly downloads. As such, @catppuccin/tailwindcss popularity was classified as not popular.
We found that @catppuccin/tailwindcss demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.
Security News
CISA denies CVE funding issues amid backlash over a new CVE foundation formed by board members, raising concerns about transparency and program governance.