Skip to content

Commit

Permalink
added spacing css custom property to docs (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
bunesk committed Feb 7, 2022
1 parent ec63d4c commit 7fbc248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/divider/divider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7fbc248

Please sign in to comment.