mirror of
https://github.com/penpot/penpot.git
synced 2026-09-12 06:58:57 +00:00
Run `corepack use pnpm@next-12` (resolved to 12.3.4) on every directory with a package.json: the repo root, the 11 module workspaces, and all submodules. Every packageManager field now carries the same pinned version and hash; the root and backend move off 11.20.0. Fix the composable-test-suite workspace config (esbuild allowBuilds placeholder left by pnpm 12) so its install passes, and add the missing packageManager fields to frontend/packages/ui and mcp/packages/plugin, since corepack only updates existing fields. Document the canonical update procedure in .serena/memories/workflow/updating-pnpm.md. AI-assisted-by: omen-alpha
Penpot plugin-styles
This plugin contains a CSS file to help build the UI for Penpot plugins.
Getting started
Install the package:
npm install @penpot/plugin-styles
Import the CSS file into your project:
@import '@penpot/plugin-styles/styles.css';
Usage
For detailed examples and to see how to use the styles and components, visit the documentation at:
Penpot Plugin Styles Documentation
Icons
We recommend using Feather icons for Penpot plugins to ensure consistency with Penpot's design.
You can find Feather icons at: Feather Icons