diff --git a/src/style/readme.md b/src/style/readme.md
index dbb49687d..13be5e54f 100644
--- a/src/style/readme.md
+++ b/src/style/readme.md
@@ -68,6 +68,9 @@
- .d-flex
- .d-inline-flex
+
+ - .d-md-flex
+ - .d-lg-flex
@@ -81,6 +84,9 @@
.flex-row-reverse
.flex-column
.flex-column-reverse
+
+ .flex-md-row
+ .flex-lg-row
@@ -89,7 +95,12 @@
### Flex-justify
-- .justify-start
- .justify-end
- .justify-center
- .justify-space-between
- .justify-space-around
+
+- .justify-start
- .justify-end
- .justify-center
- .justify-space-between
- .justify-space-around
+
+ - .justify-md-start
+ - .justify-lg-start
+
@@ -97,7 +108,12 @@
### Flex align
-- .align-start
- .align-end
- .align-center
- .align-baseline
- .align-stretch
+
+ - .align-start
- .align-end
- .align-center
- .align-baseline
- .align-stretch
+
+ - .align-md-start
+ - .justialignfy-lg-start
+
@@ -106,7 +122,12 @@
### Flex align self
-- .align-start
- .align-end
- .align-center
- .align-baseline
- .align-stretch
+
+ - .align-start
- .align-end
- .align-center
- .align-baseline
- .align-stretch
+
+ - .align-md-start
+ - .align-lg-start
+
@@ -115,6 +136,9 @@
- .flex-nowrap
- .flex-wrap
- .flex-wrap-reverse
+
+ - .flex-md-nowrap
+ - .flex-lg-nowrap
@@ -133,7 +157,11 @@
### Float direction
- - .float-left
- .float-right
+ - .float-left
+ - .float-right
+
+ - .float-md-left
+ - .float-lg-left