0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-08 16:00:27 -05:00
penpot-plugins/libs/plugins-styles
2024-06-20 13:46:33 +02:00
..
src/lib feat: rename layers plugin 2024-06-20 13:46:33 +02:00
package.json feat: first npm release 2024-06-10 14:38:39 +02:00
project.json fix: i#7593 eslint flat config 2024-05-08 14:37:21 +02:00
README.md feat: improve styles doc page 2024-06-10 12:16:20 +02:00

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