Skip to content

Commit 46ef7c5

Browse files
author
Adam
authored
Update README.MD
1 parent 809055c commit 46ef7c5

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.MD

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,22 @@ You can compile the source files with your own breakpoints, located ./src/variab
1717
Attributes
1818
------------
1919
Containers:
20-
`flex`
21-
`column`
22-
`row`
23-
`layout="space-between"`
24-
`layout="space-between center" (etc)`
25-
`wrap`
26-
`wrap="nowrap || wrap-reverse"`
20+
* `flex`
21+
* `column`
22+
* `row`
23+
* `layout="space-between"`
24+
* `layout="space-between center" (etc)`
25+
* `wrap`
26+
* `wrap="nowrap || wrap-reverse"`
2727

2828
Children:
29-
`grow`
30-
`grow="*" (0-10)`
31-
`shrink`
32-
`shrink="*" (0-10)`
33-
`grid-* (1-12)`
34-
`grid-sm-* (1-12)`
35-
`align`
29+
* `grow`
30+
* `grow="*" (0-10)`
31+
* `shrink`
32+
* `shrink="*" (0-10)`
33+
* `grid-* (1-12)`
34+
* `grid-sm-* (1-12)`
35+
* `align`
3636

3737
Examples
3838
------------

0 commit comments

Comments
 (0)