The style editor is what lets you influence the styling imported for the Depict components, but it can also be used to style anything on your website. The code you write is SCSS, which is a superset of CSS. This means that you can write plain CSS and it will work, but you can also use SCSS features like variables and nesting. On the right you can get a live preview of all the Depict components with your custom styling applied.Documentation Index
Fetch the complete documentation index at: https://docs.depict.ai/llms.txt
Use this file to discover all available pages before exploring further.
@use statement at the top imports this file: @depict-ai/plp-styling/index.scss
When doing so, you can specify variables to override the default values, for example:

