Skip to content

Commit

Permalink
feat #113 (quantity selector): update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
MewenLeHo committed Nov 30, 2021
1 parent 3ebb929 commit 5e35aeb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
3 changes: 1 addition & 2 deletions scss/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1838,6 +1838,5 @@ $quantity-selector-icon-remove: var(--#{$boosted-variable-prefix}remove-i
$quantity-selector-icon-width: .875rem !default;
$quantity-selector-icon-remove-height: .125rem !default;
$quantity-selector-icon-add-height: .875rem !default;

// scss-docs-end back-to-top
// scss-docs-end quantity-selector
// End mod
10 changes: 9 additions & 1 deletion site/content/docs/5.1/forms/quantity-selector.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,12 @@ The custom `data-bs-round` attribute will help you to define the number of digit
</button>
</div>
</div>
{{< /example >}}
{{< /example >}}

## Sass

### Variables

For more details, please have a look at the exhaustive list of available variables:

{{< scss-docs name="quantity-selector" file="scss/_variables.scss" >}}

0 comments on commit 5e35aeb

Please sign in to comment.