UNPKG

@kuma-ui/core

Version:

🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.

10 lines (9 loc) 222 B
// src/css.ts var css = (_strings) => { throw Error('Using the "css" in runtime is not supported.'); }; var cx = (...classNames) => classNames.filter((className) => Boolean(className)).join(" "); export { css, cx };