From 7fbc248aa78d6de4f6a00e793dd5db0c6d42516f Mon Sep 17 00:00:00 2001 From: Buni48 <37407974+Buni48@users.noreply.github.com> Date: Mon, 7 Feb 2022 14:50:46 +0100 Subject: [PATCH] added spacing css custom property to docs (#664) --- src/components/divider/divider.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/divider/divider.ts b/src/components/divider/divider.ts index 97124247c..104ddb2b4 100644 --- a/src/components/divider/divider.ts +++ b/src/components/divider/divider.ts @@ -9,6 +9,7 @@ import { watch } from '~/internal/watch'; * * @cssproperty --color - The color of the divider. * @cssproperty --width - The width of the divider. + * @cssproperty --spacing - The spacing of the divider. */ @customElement('sl-divider') export default class SlDivider extends LitElement {