Skip to content

Commit

Permalink
Merge pull request #34344 from dimagi/orangejenny-patch-15
Browse files Browse the repository at this point in the history
[B5] migration config: Added renames for grid offset columns
  • Loading branch information
orangejenny authored Mar 27, 2024
2 parents 8e361ff + 7596c6b commit 58d298b
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,12 @@
"col-lg-<num>": "col-xl-<num>",
"col-md-<num>": "col-lg-<num>",
"col-sm-<num>": "col-md-<num>",
"col-xs-<num>": "col-sm-<num>"
"col-xs-<num>": "col-sm-<num>",
"col-xl-offset-<num>": "offset-xxl-<num>",
"col-lg-offset-<num>": "offset-xl-<num>",
"col-md-offset-<num>": "offset-lg-<num>",
"col-sm-offset-<num>": "offset-md-<num>",
"col-xs-offset-<num>": "offset-sm-<num>"
},
"data_attribute_renames": {
"data-toggle": "data-bs-toggle",
Expand Down

0 comments on commit 58d298b

Please sign in to comment.