mirror of
https://github.com/penpot/penpot-plugins.git
synced 2025-01-24 15:48:53 -05:00
15 lines
243 B
Markdown
15 lines
243 B
Markdown
# Penpot plugin-styles
|
|
|
|
This plugin contains a CSS file to help build the UI for Penpot plugins.
|
|
|
|
### Getting started
|
|
|
|
Install the package:
|
|
|
|
```bash
|
|
npm install @penpot/plugin-styles
|
|
```
|
|
|
|
```css
|
|
@import '@penpot/plugin-styles/styles.css';
|
|
```
|