Commit 50ed88bb authored by William Haslag's avatar William Haslag Committed by Florent Torregrosa
Browse files

Issue #3292613 by b-haslag, Grimreaper: Bootstrap 5 : Utilities > Float

parent 8f02acaf
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -572,3 +572,12 @@ overflow:
    overflow-hidden: "Hidden"
    overflow-visible: "Visible"
    overflow-scroll: "Scroll"

# https://getbootstrap.com/docs/5.2/utilities/float
float:
  label: "Float"
  description: "These utility classes float an element to the left or right, or disable floating."
  options:
    float-start: "Start"
    float-end: "End"
    float-none: "None"