Overview
| Version | Documentation | Source Code |
|---|---|---|
| v1 Latest | /v/v1 | lib/std/v1.less |
The standard library is a collection of mixins to deduplicate and simplify code in userstyles. It is imported in every userstyle, alongside with other library modules if applicable.
Importing
Section titled “Importing”@import "https://userstyles.catppuccin.com/lib/std/v1.less";Changelog
Section titled “Changelog”v1 is the first versioned release of the standard library. To migrate from “v0”, update your standard library import URLs at the top of the userstyle:
@import "https://userstyles.catppuccin.com/lib/lib.less";@import "https://userstyles.catppuccin.com/lib/std/v1.less";This release contains no API changes and is safe to upgrade to for all userstyles.