We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7225974 + 39a4b92 commit ac4ee18Copy full SHA for ac4ee18
src/transforms/flex.js
@@ -2,7 +2,7 @@ const { tokens } = require('../tokenTypes');
2
3
const { NONE, NUMBER, LENGTH, SPACE } = tokens;
4
5
-const defaultFlexGrow = 0;
+const defaultFlexGrow = 1;
6
const defaultFlexShrink = 1;
7
const defaultFlexBasis = 0;
8
0 commit comments