Skip to content

Overview

VersionDocumentationSource Code
v1 Latest/v/v1lib/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.

@import "https://userstyles.catppuccin.com/lib/std/v1.less";

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.