postcss-flexbugs-fixes
postcss-flexbugs-fixes copied to clipboard
PostCSS plugin that tries to fix all of flexbug's issues
Hi, If I have some css with a value like `flex: 1` we are currently outputting `flex: 1 1`. This isn't picked up by ie11, as it needs three values...
There is a little issue with truncating the flex-basis value in the shorthand notation. In Chrome and Firefox `flex: 1 1 0` computes into `flex-basis: 0px`, whether `flex: 1 1`...
I didn't know this before, but [apparently](https://developer.mozilla.org/en-US/docs/Web/CSS/flex) you can set `flex` to `30px` and it will only set `flex-basis`, you can also set it to `1 30px`, which sets `flex-grow`...
There are things we can't fix on css-only level. For such problems we could generate warnings with postcss API https://github.com/postcss/postcss/blob/master/docs/api.md#warning-class Thank @ai for suggesting this. )
Bumps [get-func-name](https://github.com/chaijs/get-func-name) from 2.0.0 to 2.0.2. Release notes Sourced from get-func-name's releases. v2.0.2 What's Changed Revert previous changes that shipped this as an ES module. Full Changelog: https://github.com/chaijs/get-func-name/commits/v2.0.2 v2.0.1 What's...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...