# 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'; ```