Plumeria logoPlumeria
API reference

zss-utils

It is the plumeria Utility zss-utils package

Available to clients only

If your project is client-only, this library makes it easy to specify key properties. In examples like Next.js, which handle both client and server functions, you'll need to register static literal values using defineConsts.

Installation

Terminal
npm i zss-utils

Overview

TypeScript
export { media } from './utils/media';
export { container } from './utils/container';
export { color } from './utils/color';
export { ps } from './utils/ps';
export { px } from './utils/px';

API

TypeScript
import { ps, px, media, container, color } from 'zss-utils';

On this page