From 8a914a536b81a5d20b89927c8142b20b0d3eda7a Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 19 Oct 2021 09:56:28 -0400 Subject: [PATCH] fix cssproperty docs --- src/components/range/range.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/range/range.ts b/src/components/range/range.ts index a1fbffe3..8df3c3b0 100644 --- a/src/components/range/range.ts +++ b/src/components/range/range.ts @@ -29,8 +29,8 @@ let id = 0; * @cssproperty --thumb-size - The size of the thumb. * @cssproperty --tooltip-offset - The vertical distance the tooltip is offset from the track. * @cssproperty --track-color-active - The color of the portion of the track that represents the current value. - * @cssproperty --track-color-inactive: The of the portion of the track that represents the remaining value. - * @cssproperty --track-height: The height of the track. + * @cssproperty --track-color-inactive - The of the portion of the track that represents the remaining value. + * @cssproperty --track-height - The height of the track. */ @customElement('sl-range') export default class SlRange extends LitElement {