Skip to content

Commit

Permalink
fix read me and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tw0517tw committed Oct 3, 2016
1 parent d289aa8 commit 51144b9
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
0.2.0 /
0.2.1 / 2016-10-03
==================
- [doc] fix README and CHANGELOG

0.2.0 / 2016-10-03
==================
- [breaking] `declaration-block-properties-order` added `bottom`, `left` in Positioning section.
- [breaking] `declaration-block-properties-order` added `max-width`, `min-width`, `max-height`, `min-height` in Display & Box Model section.
Expand Down
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,28 @@
'margin',
],
},
{
/* Flex Container(Parent) */
properties: [
'flex-flow',
'flex-direction',
'flex-wrap',
'justify-content',
'align-items',
'align-content',
],
},
{
/* Flex Item(Children) */
properties: [
'flex',
'flex-grow',
'flex-shrink',
'flex-basis',
'order',
'align-self',
],
},
{
/* Color */
properties: [
Expand Down

0 comments on commit 51144b9

Please sign in to comment.