0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-09 08:22:09 -05:00
penpot-plugins/libs/plugins-styles/README.md
2024-06-10 12:16:20 +02:00

474 B

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