|
26 | 26 | primary / secondary / success / danger / warning / info |
27 | 27 |
|
28 | 28 | Borders: |
29 | | - border, border-top, border-primary, |
30 | | - border-light, border-dark, border-white |
| 29 | + border, border-top, border-0, border-top-0, |
| 30 | + border-primary, border-light, border-dark, border-white |
31 | 31 | rounded, rounded-top, rounded-circle, rounded-0 |
32 | 32 |
|
33 | 33 | Color: |
34 | 34 | Text: text-primary, text-light, text-dark, text-white, text-muted |
35 | 35 | Backgroud: bg-primary, bg-light, bg-dark, bg-white, bg-gradient-primary, bg-gradient-light, bg-gradient-dark |
36 | 36 | |
37 | 37 | Display: |
38 | | - d-[none/inline/inline-block/block/table/table-cell/table-row/flex/inline-flex] |
39 | | - d-[sm/md/lg/xl]-[none/inline...] |
| 38 | + d-[sm/md/lg/xl]-[none/inline/inline-block/block/table/table-cell/table-row/flex/inline-flex] |
| 39 | + d-print-[none/inline/inline-block/block/table/table-cell/table-row/flex/inline-flex] |
40 | 40 |
|
41 | 41 | Flex: |
42 | | - Display: d-flex, d-inline-flex |
| 42 | + Display: d-flex, d-inline-flex, d-sm-flex, d-sm-inline-flex |
43 | 43 | Direction: flex-row, flex-row-reverse, flex-column, flex-column-reverse |
44 | 44 | Justify content: justify-content-[start/end/center/between/around] |
45 | 45 | Align items: align-items-[start/end/center/baseline/stretch] |
46 | 46 | Align self: align-self-[start/end/center/baseline/stretch] |
47 | 47 | Align content: align-content-[start/end/center/around/stretch] |
48 | | - Wrap: flex-wrap, flex-nowrap |
| 48 | + Wrap: flex-wrap, flex-nowrap, flex-wrap-reverse |
49 | 49 | |
50 | 50 | Float: |
51 | | - float-left, float-right, float-none, float-sm-left |
| 51 | + float-left, float-right, float-none, float-sm-left, float-sm-right, float-sm-none |
52 | 52 | |
53 | 53 | Position: |
54 | 54 | position-static, position-relative, position-absolute, position-fixed, position-sticky |
55 | 55 |
|
56 | 56 | Sizing: |
57 | | - w-25, w-50, w-75, w-100, mw-50, mw-100 |
58 | | - h-25, h-50, h-75, h-100, mh-50, mh-100 |
| 57 | + w-25, w-50, w-75, w-100, mw-50, mw-100 [m is max] |
| 58 | + h-25, h-50, h-75, h-100, mh-50, mh-100 [m is max] |
59 | 59 |
|
60 | 60 | Spacing: |
61 | | - Margin: m-2, mt-1, mr-2, mb-3, ml-4, mx-3, my-2, m-auto |
62 | | - Padding: p-2, pt-1, pr-2, pb-3, pl-4, px-3, py-2, p-auto |
| 61 | + Margin: m-1, mt-1, mr-2, mb-3, ml-4, mx-3, my-2, m-auto |
| 62 | + Padding: p-1, pt-1, pr-2, pb-3, pl-4, px-3, py-2, p-auto |
63 | 63 |
|
64 | 64 | Text: |
65 | | - text-primary, text-light, text-dark, text-white, text-muted |
| 65 | + text-nowrap, text-justify |
66 | 66 | text-left, text-center, text-right, text-sm-left, text-lg-left |
67 | 67 | text-lowercase, text-uppercase, text-capitalize |
68 | | - font-weight-[bold/normal/light], font-italic |
| 68 | + font-weight-bold, font-weight-normal, font-weight-light, font-italic |
69 | 69 |
|
70 | 70 | Vertical alignment: |
71 | | - align-baseline, align-top, align-middle, align-bottom, align-text-top, align-text-bottom |
| 71 | + align-baseline, align-top, align-middle, align-bottom |
| 72 | + align-text-top, align-text-bottom |
72 | 73 | |
73 | 74 | Visibility: |
74 | 75 | visible, invisible |
|
0 commit comments