Skip to content
Snippets Groups Projects
Unverified Commit 11a73b2d authored by maboy's avatar maboy
Browse files

Issue #3426449 : Add Use Plugin range for styles.

parent f9ead9c0
No related branches found
No related tags found
1 merge request!167Draft: Issue #3426449 : Add Use Plugin range for styles.
......@@ -286,6 +286,7 @@ borders_border_opacity:
borders_border_width:
category: "Borders"
label: "Border width"
type: range_style_type
links:
- 'https://getbootstrap.com/docs/5.3/utilities/borders/#width'
options:
......@@ -321,6 +322,7 @@ borders_border_radius:
borders_border_radius_width:
category: "Borders"
label: "Border radius width"
type: range_style_type
links:
- 'https://getbootstrap.com/docs/5.3/utilities/borders/#radius'
options:
......@@ -801,6 +803,7 @@ link_colored:
link_offset:
category: "Link"
label: "Link offset"
type: range_style_type
description: "Change the underline's distance from your text. Offset is set in em units to automatically scale with the element's current font-size."
links:
- 'https://getbootstrap.com/docs/5.3/utilities/link/#underline-offset'
......@@ -814,6 +817,7 @@ link_offset:
link_offset_hover:
category: "Link"
label: "Link offset hover"
type: range_style_type
links:
- 'https://getbootstrap.com/docs/5.3/utilities/link/#hover-variants'
options:
......@@ -1099,6 +1103,7 @@ spacing_padding:
spacing_padding_top:
category: "Spacing"
label: "Padding top"
type: range_style_type
links:
- 'https://getbootstrap.com/docs/5.3/utilities/spacing/#notation'
options:
......@@ -1115,6 +1120,7 @@ spacing_padding_top:
spacing_padding_bottom:
category: "Spacing"
label: "Padding bottom"
type: range_style_type
links:
- 'https://getbootstrap.com/docs/5.3/utilities/spacing/#notation'
options:
......@@ -1131,6 +1137,7 @@ spacing_padding_bottom:
spacing_padding_start:
category: "Spacing"
label: "Padding start"
type: range_style_type
links:
- 'https://getbootstrap.com/docs/5.3/utilities/spacing/#notation'
options:
......@@ -1147,6 +1154,7 @@ spacing_padding_start:
spacing_padding_end:
category: "Spacing"
label: "Padding end"
type: range_style_type
links:
- 'https://getbootstrap.com/docs/5.3/utilities/spacing/#notation'
options:
......@@ -1335,6 +1343,7 @@ visibility:
z-index:
category: "z-index"
label: "Z-index"
type: range_style_type
description: "Use our low-level z-index utilities to quickly change the stack level of an element or component."
links:
- 'https://getbootstrap.com/docs/5.3/utilities/z-index/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment