Skip to content
This repository was archived by the owner on Nov 29, 2019. It is now read-only.

Commit 5d2d01e

Browse files
committed
fix readme
1 parent c2b5084 commit 5d2d01e

File tree

1 file changed

+22
-19
lines changed

1 file changed

+22
-19
lines changed

README.md

+22-19
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,16 @@
2525

2626
The default margin classes are:
2727

28-
.m-0
29-
.m-0-auto
28+
.m-0 (none)
29+
.m-0-auto (0 auto)
3030

31-
.m-t
32-
.m-b
33-
.m-t-b
34-
.m-l
35-
.m-r
36-
.m-l-r
31+
.m-t (top)
32+
.m-b (bottom)
33+
.m-t-b (top + bottom)
34+
.m-l (left)
35+
.m-r (right)
36+
.m-r-l (right + left)
37+
.m-a (all)
3738

3839
For all classes except "0" and "0-auto" you can add the size at the end:
3940

@@ -42,7 +43,7 @@ For all classes except "0" and "0-auto" you can add the size at the end:
4243
.m-t-b-xs
4344
.m-l-xs
4445
.m-r-xs
45-
.m-l-r-xs
46+
.m-r-l-xs
4647

4748
**Available sizes are: xs, sm, lg, xl**
4849

@@ -62,31 +63,33 @@ You can add the size of the screen after the "m" in the class name. This will ta
6263

6364
The default padding classes are:
6465

65-
.p-none
66+
.p-0 (none)
6667

67-
.p-t
68-
.p-b
69-
.p-t-b
70-
.p-l
71-
.p-r
72-
.p-l-r
68+
.p-t (top)
69+
.p-b (bottom)
70+
.p-t-b (top + bottom)
71+
.p-l (left)
72+
.p-r (right)
73+
.p-r-l (right + left)
74+
.p-a (all)
7375

74-
For all classes except "none" you can add the size at the end:
76+
For all classes except "0" you can add the size at the end:
7577

7678
.p-t-xs
7779
.p-b-xs
7880
.p-t-b-xs
7981
.p-l-xs
8082
.p-r-xs
81-
.p-l-r-xs
83+
.p-r-l-xs
84+
.p-a-xs
8285

8386
**Available sizes are: xs, sm, lg, xl**
8487

8588
#### Responsive
8689

8790
You can add the size of the screen after the "p" in the class name. This will take effect for all screens smaller than this.
8891

89-
.p-md-none
92+
.p-md-0
9093
.p-md-t
9194
.p-md-t-b-xl
9295
...

0 commit comments

Comments
 (0)