From 15b8aac68ac55f34fd3f7314014ae5f459c1e3e9 Mon Sep 17 00:00:00 2001 From: Jeremie Michaels Lim Date: Fri, 8 Jul 2016 15:22:01 -0700 Subject: [PATCH] Updated flex box properites Deleted deprecated properties from 2011 flex box spec and added the 2012 properties. https://github.com/thejameskyle/flexbox-cheat-sheet/blob/master/README.m d --- CSScomb.sublime-settings | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/CSScomb.sublime-settings b/CSScomb.sublime-settings index a965cfb..f9734f8 100644 --- a/CSScomb.sublime-settings +++ b/CSScomb.sublime-settings @@ -112,9 +112,18 @@ "clip", "zoom", "flex-direction", - "flex-order", - "flex-pack", - "flex-align" + "flex-wrap", + "flex-flow", + "justify-content", + "align-items", + "align-content", + "justify-content", + "order", + "flex-grow", + "flex-shrink", + "flex-basis", + "flex", + "align-self", ], [ "-webkit-box-sizing",