added spacing css custom property to docs (#664)

This commit is contained in:
Buni48
2022-02-07 14:50:46 +01:00
committed by GitHub
parent ec63d4c528
commit 7fbc248aa7

View File

@@ -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 {