CSS foundation for the Nanoo Labs ecosystem.
This package provides the core visual identity for Nanoo Labs, including resets, design tokens as CSS variables, and essential UI utilities. Built with performance in mind using LightningCSS.
pnpm add @nlbs/css
# or
npm install @nlbs/cssInstall the package and import it in your main entry point:
import "@nlbs/css"For quick prototyping without a build step:
<link rel="stylesheet" href="https://unpkg.com/@nlbs/css" />ISC © Nanoo Labs