|
|
@@ -1,2 +1,21 @@
|
|
|
# hazmat-suite
|
|
|
|
|
|
+## Migration Infos
|
|
|
+
|
|
|
+search and replace:
|
|
|
+
|
|
|
+**search and replace in individual styles (provided by hnm - startpage):**
|
|
|
+```sr-only → visually-hidden```
|
|
|
+```btn-block → w-100```
|
|
|
+```text-sm-right → text-sm-end```
|
|
|
+```ml-auto → ms-auto```
|
|
|
+```ml-md-auto → ms-md-auto```
|
|
|
+```form-control-file → form-control```
|
|
|
+```custom-control custom-switch → form-check form-switch```
|
|
|
+
|
|
|
+**for checkboxes/radios**
|
|
|
+```custom-control-input → form-check-input```
|
|
|
+```custom-control-label → form-check-label```
|
|
|
+
|
|
|
+**search and replace in individual styles (provided by OneCodex (Magnus Wolf)):**
|
|
|
+```float-right → float-end```
|