diff --git a/ui_suite_bootstrap.ui_styles.yml b/ui_suite_bootstrap.ui_styles.yml
index 3717bdc95966562f190ba688020b20e9a3aa1946..7ad0abe320c2183bf90d7bd3d2c2bc1bc3e155b3 100644
--- a/ui_suite_bootstrap.ui_styles.yml
+++ b/ui_suite_bootstrap.ui_styles.yml
@@ -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/'