Просмотр исходного кода

upgrade bs from 4.6 to v5.x - readme updated

tomekk-hnm 4 месяцев назад
Родитель
Сommit
ccd55e3e36
1 измененных файлов с 19 добавлено и 0 удалено
  1. 19 0
      README.md

+ 19 - 0
README.md

@@ -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```