You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,12 @@ For Microsoft Edge:
41
41
42
42
## Data
43
43
44
-
Data are generated by running `npm run generate:data` and are stored in the `data` folder:
44
+
Data is generated by running `npm run generate:data` and is stored in the `data` folder:
45
45
*`bootstrap-{$version}-deprecated-classes` contains the list of deprecated classes for the given Bootstrap version which is compared to the latest Bootstrap version.
46
46
*`bootstrap-{$version}.json` contains the list of classes for the given Bootstrap version.
47
47
48
+
Please note that the data for the current Bootstrap version is generated manually. The deprecated classes can't be automatically detected.
0 commit comments