added spacing css custom property to docs (#664)

pull/669/head
Buni48 2022-02-07 14:50:46 +01:00 zatwierdzone przez GitHub
rodzic ec63d4c528
commit 7fbc248aa7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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