We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7bb29 commit 716fbcbCopy full SHA for 716fbcb
README.md
@@ -20,6 +20,40 @@ div {
20
}
21
```
22
23
+## bug [4](https://github.com/philipwalton/flexbugs/blob/master/README.md#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored)
24
+### Input
25
+
26
+```css
27
+.foo {
28
+ flex: 1 1 0;
29
+}
30
+```
31
32
+### Output
33
34
35
36
+ flex: 1 1 0%;
37
38
39
40
+## bug [6](https://github.com/philipwalton/flexbugs/blob/master/README.md#6-the-default-flex-value-has-changed)
41
42
43
44
45
+ flex: 1;
46
47
48
49
50
51
52
53
+ flex: 1 1 auto;
54
55
56
57
## bug [7](https://github.com/philipwalton/flexbugs#7-flex-basis-doesnt-account-for-box-sizingborder-box)
58
### Input
59
0 commit comments