Project files
This commit is contained in:
536
receipeServer/frontend_old/node_modules/postcss-preset-env/CHANGELOG.md
generated
vendored
Normal file
536
receipeServer/frontend_old/node_modules/postcss-preset-env/CHANGELOG.md
generated
vendored
Normal file
@@ -0,0 +1,536 @@
|
||||
# Changes to PostCSS Preset Env
|
||||
|
||||
### 7.4.3 (March 19, 2022)
|
||||
|
||||
- Fix manually enabling a feature that doesn't meet the required vendor implementations. [#310](https://github.com/csstools/postcss-plugins/issues/310)
|
||||
- Updated `postcss-clamp` to `4.1.0` (minor)
|
||||
- Updated `@csstools/postcss-color-function` to `1.0.3` (patch)
|
||||
- Updated `@csstools/postcss-is-pseudo-class` to `2.0.1` (patch)
|
||||
- Updated `@csstools/postcss-oklab-function` to `1.0.2` (patch)
|
||||
- Updated `@csstools/postcss-progressive-custom-properties` to `1.3.0` (minor)
|
||||
- Updated `autoprefixer` to `10.4.4` (patch)
|
||||
- Updated `browserslist` to `4.20.2` (patch)
|
||||
- Updated `cssdb` to `6.5.0` (minor)
|
||||
- Updated `postcss-custom-properties` to `12.1.5` (patch)
|
||||
- Updated `postcss-double-position-gradients` to `3.1.1` (patch)
|
||||
- Updated `postcss-env-function` to `4.0.6` (patch)
|
||||
- Updated `postcss-lab-function` to `4.1.2` (patch)
|
||||
- Updated `postcss-nesting` to `10.1.3` (patch)
|
||||
- Remove internal patch for `postcss-clamp`
|
||||
- Document all features. [https://github.com/csstools/postcss-preset-env/issues/156](https://github.com/csstools/postcss-preset-env/issues/156)
|
||||
|
||||
[see the list of features](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/FEATURES.md)
|
||||
|
||||
### 7.4.2 (March 2, 2022)
|
||||
|
||||
- Adding internal patch for `postcss-clamp` to fix issue when `clamp` was being used with any other values along. [#274](https://github.com/csstools/postcss-plugins/issues/274)
|
||||
|
||||
### 7.4.1 (February 17, 2022)
|
||||
|
||||
- Updated `postcss-clamp` to `4.0.0` (major)
|
||||
|
||||
### 7.4.0 (February 16, 2022)
|
||||
|
||||
- Added `@csstools/color-function` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function#readme) for usage details.
|
||||
- Added `@csstools/oklab-function` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function#readme) for usage details.
|
||||
- Added `@csstools/ic-unit` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit#readme) for usage details.
|
||||
- Updated `@csstools/postcss-progressive-custom-properties` to `1.2.0` (minor)
|
||||
- Updated `cssdb` to `6.3.1` (patch)
|
||||
- Updated `postcss-double-position-gradients` to `3.1.0` (minor)
|
||||
- Updated `postcss-lab-function` to `4.1.1` (patch)
|
||||
|
||||
### 7.3.3 (February 13, 2022)
|
||||
|
||||
- Updated `cssdb` to `6.3.0` (minor)
|
||||
|
||||
### 6.7.1 (February 13, 2022)
|
||||
|
||||
- Added notice when using preset-env with PostCSS > 7 to prompt to upgrade.
|
||||
|
||||
### 7.3.2 (February 12, 2022)
|
||||
|
||||
- Updated `postcss-lab-function` to `4.1.0` (minor)
|
||||
|
||||
`postcss-lab-function` now supports [wide gamut colors](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function#displayp3) and [out of gamut color mapping](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function#displayp3).
|
||||
|
||||
- Updated `css-blank-pseudo` to `3.0.3` (patch)
|
||||
- Updated `css-has-pseudo` to `3.0.4` (patch)
|
||||
- Updated `cssdb` to `6.2.1` (patch)
|
||||
- Updated `postcss-color-functional-notation` to `4.2.2` (patch)
|
||||
- Updated `postcss-color-hex-alpha` to `8.0.3` (patch)
|
||||
- Updated `postcss-dir-pseudo-class` to `6.0.4` (patch)
|
||||
- Updated `postcss-double-position-gradients` to `3.0.5` (patch)
|
||||
- Updated `postcss-env-function` to `4.0.5` (patch)
|
||||
- Updated `postcss-focus-visible` to `6.0.4` (patch)
|
||||
- Updated `postcss-focus-within` to `5.0.4` (patch)
|
||||
- Updated `postcss-gap-properties` to `3.0.3` (patch)
|
||||
- Updated `postcss-image-set-function` to `4.0.6` (patch)
|
||||
- Updated `postcss-logical` to `5.0.4` (patch)
|
||||
- Updated `postcss-overflow-shorthand` to `3.0.3` (patch)
|
||||
- Updated `postcss-place` to `7.0.4` (patch)
|
||||
- Updated `postcss-pseudo-class-any-link` to `7.1.1` (patch)
|
||||
- Updated `@csstools/postcss-progressive-custom-properties` to `1.1.0`.
|
||||
|
||||
### 7.3.1 (February 3, 2022)
|
||||
|
||||
- Ensured that `debug` option uses a single instance per run, this allows for `debug` to work on parallel runs within CI environments.
|
||||
- Normalized exports to support both Common JS and ESM within our modules. This allows for the package to be processable via Webpack [#221](https://github.com/csstools/postcss-plugins/issues/221)
|
||||
- Updated `postcss-opacity-percentage` to `1.1.2` (patch).
|
||||
|
||||
### 7.3.0 (January 31, 2022)
|
||||
|
||||
- Added `@csstools/postcss-is-pseudo-class` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class#readme) for usage details.
|
||||
- Added `@csstools/postcss-hwb-function` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function#readme) for usage details.
|
||||
- Added `postcss-opacity-percentage` <br/> [Check the plugin README](https://github.com/mrcgrtz/postcss-opacity-percentage#readme) for usage details.
|
||||
- Added `postcss-clamp` <br/> [Check the plugin README](https://github.com/polemius/postcss-clamp#readme) for usage details.
|
||||
- Added `@csstools/postcss-normalize-display-values` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values#readme) for usage details.
|
||||
- Added `@csstools/postcss-font-format-keywords` <br/> [Check the plugin README](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-font-format-keywords#readme) for usage details.
|
||||
- Added `debug` [option](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env#debug) that enables extra debugging information while processing the CSS.
|
||||
- Added `enableClientSidePolyfills` [option](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env#enableclientsidepolyfills) that allows you to control every single plugin that requires a browser library to fully work. Defaults to `true` so they're enabled by default.
|
||||
- Added `minimumVendorImplementations` [option](https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env#minimumvendorimplementations) that allows you to enable/disable plugins based on their implementation status in browsers.
|
||||
- Fix sourcemaps for `image-set()` function.
|
||||
- Removed `caniuse-lite` dependency. This results not only in lower package size but also in better feature detection lead by changes on CSSDB.
|
||||
- Updated `cssdb` to `6.1.0` (major).
|
||||
- Updated `css-prefers-color-scheme` to `6.0.3` (patch)
|
||||
- Updated `postcss-custom-properties` to `12.1.4` (patch)
|
||||
- Updated `postcss-image-set-function` to `4.0.5` (patch)
|
||||
- Updated `postcss-pseudo-class-any-link` to `7.1.0` (minor)
|
||||
|
||||
### 7.2.3 (January 12, 2022)
|
||||
|
||||
- Enhanced `importFrom` / `exportTo` so it's harder to cause unexpected issues by different shapes of data.
|
||||
|
||||
### 7.2.2 (January 12, 2022)
|
||||
|
||||
- Updated `postcss-logical` to `5.0.3` (patch)
|
||||
- Updated `postcss-custom-properties` to `12.1.2` (patch)
|
||||
|
||||
### 7.2.1 (January 12, 2022)
|
||||
|
||||
- Always run plugins with side effects if certain options are set. [#140](https://github.com/csstools/postcss-plugins/issues/140)
|
||||
- `custom-media-queries`
|
||||
- `custom-properties`
|
||||
- `environment-variables`
|
||||
- `custom-selectors`
|
||||
- Updated `caniuse-lite` to `1.0.30001299` (minor)
|
||||
- Updated `css-blank-pseudo` to `3.0.2` (minor)
|
||||
- Updated `css-has-pseudo` to `3.0.3` (minor)
|
||||
- Updated `postcss-color-rebeccapurple` to `7.0.2` (minor)
|
||||
- Updated `postcss-custom-properties` to `12.1.0` (minor)
|
||||
- Updated `postcss-dir-pseudo-class` to `6.0.3` (minor)
|
||||
- Updated `postcss-nesting` to `10.1.2` (minor)
|
||||
|
||||
This will ensure that CSS transforms that are not a browser polyfill are still applied.
|
||||
⚠️ A future major version `postcss-preset-env` will remove this behavior completely.
|
||||
|
||||
### 7.2.0 (January 2, 2022)
|
||||
|
||||
- Added warnings and useful messages when a feature that doesn't exist is configured. [156](https://github.com/csstools/postcss-preset-env/issues/156).
|
||||
|
||||
When configured with these options for example:
|
||||
|
||||
```js
|
||||
options: {
|
||||
features: {
|
||||
"custom-media": true,
|
||||
"postcss-logical": true,
|
||||
"postcss-logica": true,
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
It will yield the following warnings:
|
||||
|
||||
```bash
|
||||
Unknown feature: "custom-media" did you mean: "custom-media-queries"
|
||||
Unknown feature: "postcss-logical" did you mean: "logical-properties-and-values"
|
||||
Unknown feature: "postcss-logica" did you mean: "logical-properties-and-values"
|
||||
```
|
||||
|
||||
- Removed Sourcemaps from package tarball.
|
||||
- Moved CLI to CLI Package. See [announcement](https://github.com/csstools/postcss-plugins/discussions/121).
|
||||
- Updated `postcss` to 8.4 (minor)
|
||||
- Updated `autoprefixer` to 10.4.1 (patch)
|
||||
- Updated `caniuse-lite` to 1.0.30001295 (patch)
|
||||
- Updated `css-blank-pseudo` to 3.0.1 (patch)
|
||||
- Updated `css-has-pseudo` to 3.0.2 (patch)
|
||||
- Updated `css-prefers-color-scheme` to 6.0.2 (patch)
|
||||
- Updated `postcss-color-functional-notation` to 4.2.1 (minor)
|
||||
- Updated `postcss-color-hex-alpha` to 8.0.2 (patch)
|
||||
- Updated `postcss-custom-properties` to 12.0.2 (patch)
|
||||
- Updated `postcss-dir-pseudo-class` to 6.0.2 (patch)
|
||||
- Updated `postcss-double-position-gradients` to 3.0.4 (patch)
|
||||
- Updated `postcss-env-function` to 4.0.4 (patch)
|
||||
- Updated `postcss-focus-visible` to 6.0.3 (patch)
|
||||
- Updated `postcss-focus-within` to 5.0.3 (patch)
|
||||
- Updated `postcss-gap-properties` to 3.0.2 (patch)
|
||||
- Updated `postcss-image-set-function` to 4.0.4 (patch)
|
||||
- Updated `postcss-lab-function` to 4.0.3 (patch)
|
||||
- Updated `postcss-logical` to 5.0.2 (patch)
|
||||
- Updated `postcss-nesting` to 10.1.1 (minor)
|
||||
- Updated `postcss-overflow-shorthand` to 3.0.2 (patch)
|
||||
- Updated `postcss-place` to 7.0.3 (patch)
|
||||
- Updated `postcss-pseudo-class-any-link` to 7.0.2 (patch)
|
||||
|
||||
### 7.1.0 (December 22, 2021)
|
||||
|
||||
- Updated [`postcss-nesting` to `10.1.0` (minor)](https://github.com/csstools/postcss-plugins/blob/main/plugins/postcss-nesting/CHANGELOG.md#changes-to-postcss-nesting)
|
||||
|
||||
### 7.0.2 (December 16, 2021)
|
||||
|
||||
- Fixed unexpected behaviours when using different versions of `postcss-values-parser` across the plugins [228](https://github.com/csstools/postcss-preset-env/issues/228)
|
||||
- Updated `browserlist` to 4.19.1 (minor)
|
||||
- Updated `caniuse-lite` to `1.0.30001287` (minor)
|
||||
- Updated `css-blank-pseudo` to `3.0.0` (major)
|
||||
- Updated `css-has-pseudo` to `3.0.0` (major)
|
||||
- Updated `css-prefers-color-scheme` to `6.0.0` (major)
|
||||
- Updated `postcss-color-functional-notation` to `4.1.0` (minor)
|
||||
- Updated `postcss-color-hex-alpha` to `8.0.1` (patch)
|
||||
- Updated `postcss-color-rebeccapurple` to `7.0.1` (patch)
|
||||
- Updated `postcss-custom-properties` to `12.0.1` (patch)
|
||||
- Updated `postcss-dir-pseudo-class` to `6.0.1` (patch)
|
||||
- Updated `postcss-double-position-gradients` to `3.0.3` (patch)
|
||||
- Updated `postcss-env-function` to `4.0.3` (patch)
|
||||
- Updated `postcss-focus-visible` to `6.0.2` (patch)
|
||||
- Updated `postcss-focus-within` to `5.0.2` (patch)
|
||||
- Updated `postcss-gap-properties` to `3.0.1` (patch)
|
||||
- Updated `postcss-image-set-function` to `4.0.3` (patch)
|
||||
- Updated `postcss-lab-function` to `4.0.2` (patch)
|
||||
- Updated `postcss-logical` to `5.0.1` (patch)
|
||||
- Updated `postcss-nesting` to `10.0.3` (patch)
|
||||
- Updated `postcss-overflow-shorthand` to `3.0.1` (patch)
|
||||
- Updated `postcss-place` to `7.0.2` (patch)
|
||||
- Updated `postcss-pseudo-class-any-link` to `7.0.1` (patch)
|
||||
- Updated documentation
|
||||
- Updated `postcss` to be a peer dependency.
|
||||
|
||||
### 7.0.1 (November 19, 2021)
|
||||
|
||||
- Fixed infinite loop in double-position-gradients [223](https://github.com/csstools/postcss-preset-env/issues/223)
|
||||
- Fixed "Unknown word" errors in when parsing CSS values [224](https://github.com/csstools/postcss-preset-env/issues/224)
|
||||
- Fixed "undefined" CSS values after transforms with postcss-place [225](https://github.com/csstools/postcss-preset-env/issues/225)
|
||||
- Updated `postcss-color-functional-notation` to 4.0.1 (patch)
|
||||
- Updated `postcss-double-position-gradients` to 3.0.1 (patch)
|
||||
- Updated `postcss-env-function` to 4.0.2 (patch)
|
||||
- Updated `postcss-image-set-function` to 4.0.2 (patch)
|
||||
- Updated `postcss-lab-function` to 4.0.1 (patch)
|
||||
- Updated `postcss-nesting` to 10.0.2 (patch)
|
||||
- Updated `postcss-place` to 7.0.1 (patch)
|
||||
|
||||
### 7.0.0 (November 16, 2021)
|
||||
|
||||
- Updated `autoprefixer` to 10.4.0 (major)
|
||||
- Updated `browserslist` to 4.17.5 (minor)
|
||||
- Updated `caniuse-lite` to 1.0.30001272 (patch)
|
||||
- Updated `css-blank-pseudo` to 2.0.0 (major)
|
||||
- Updated `css-has-pseudo` to 2.0.0 (major)
|
||||
- Updated `css-prefers-color-scheme` to 5.0.0 (major)
|
||||
- Updated `cssdb` to 5.0.0 (major)
|
||||
- Updated `postcss` to 8.3.0 (major)
|
||||
- Updated `postcss-attribute-case-insensitive` to 5.0.0 (major)
|
||||
- Updated `postcss-color-functional-notation` to 4.0.0 (major)
|
||||
- Updated `postcss-color-hex-alpha` to 8.0.0 (major)
|
||||
- Updated `postcss-color-rebeccapurple` to 7.0.0 (major)
|
||||
- Updated `postcss-custom-media` to 8.0.0 (major)
|
||||
- Updated `postcss-custom-properties` to 12.0.0 (major)
|
||||
- Updated `postcss-custom-selectors` to 6.0.0 (major)
|
||||
- Updated `postcss-dir-pseudo-class` to 6.0.0 (major)
|
||||
- Updated `postcss-double-position-gradients` to 3.0.0 (major)
|
||||
- Updated `postcss-env-function` to 4.0.1 (major)
|
||||
- Updated `postcss-focus-visible` to 6.0.1 (major)
|
||||
- Updated `postcss-focus-within` to 5.0.1 (major)
|
||||
- Updated `postcss-font-variant` to 5.0.0 (major)
|
||||
- Updated `postcss-gap-properties` to 3.0.0 (major)
|
||||
- Updated `postcss-image-set-function` to 4.0.0 (major)
|
||||
- Updated `postcss-initial` to 3.0.4 (patch)
|
||||
- Updated `postcss-lab-function` to 4.0.0 (major)
|
||||
- Updated `postcss-logical` to 5.0.0 (major)
|
||||
- Updated `postcss-media-minmax` to 5.0.0 (major)
|
||||
- Updated `postcss-nesting` to 10.0.0 (major)
|
||||
- Updated `postcss-overflow-shorthand` to 3.0.0 (major)
|
||||
- Updated `postcss-page-break` to 3.0.4 (major)
|
||||
- Updated `postcss-place` to 7.0.0 (major)
|
||||
- Updated `postcss-pseudo-class-any-link` to 7.0.0 (major)
|
||||
- Updated `postcss-replace-overflow-wrap` to 4.0.0 (major)
|
||||
- Removed `postcss-selector-matches`
|
||||
- Removed `postcss-color-gray`
|
||||
- Updated support for Node 12+ (major)
|
||||
|
||||
### 6.7.0 (July 8, 2019)
|
||||
|
||||
- Fixed the issue of autoprefixer alerting an upcoming change to the API
|
||||
- Updated `autoprefixer` to 9.6.1 (minor)
|
||||
- Updated `browserslist` to 4.6.4 (minor)
|
||||
- Updated `cssdb` to 4.4.0 (minor)
|
||||
- Updated `caniuse-lite` to 1.0.30000981 (patch)
|
||||
- Updated `postcss` to 7.0.17 (patch)
|
||||
- Updated `postcss-color-hex-alpha` to 5.0.3 (patch)
|
||||
- Updated `postcss-custom-media` to 7.0.8 (patch)
|
||||
- Updated `postcss-custom-properties` to 8.0.11 (patch)
|
||||
|
||||
### 6.6.0 (February 28, 2019)
|
||||
|
||||
- Moved browserslist detection from using each input file per process to using
|
||||
the working directory on intialization, as was implied by the documentation.
|
||||
If fixing this previously undocumented behavior causes any harm to existing
|
||||
projects, it can be easily rolled back in a subsequent patch. For the
|
||||
majority of projects — those with a singular browserslist configuration and
|
||||
potentially many individually processed CSS files — we should expect reported
|
||||
build times around 35 seconds to drop to less than 2 seconds.
|
||||
- Updated `browserslist` to 4.4.2 (minor)
|
||||
- Updated `autoprefixer` to 9.4.9 (patch)
|
||||
- Updated `caniuse-lite` to 1.0.30000939 (patch)
|
||||
- Updated `postcss` to 7.0.14 (patch)
|
||||
- Updated `postcss-attribute-case-insensitive` to 4.0.1 (patch)
|
||||
|
||||
### 6.5.0 (December 12, 2018)
|
||||
|
||||
- Added `css-blank-pseudo` polyfill
|
||||
- Added `css-has-pseudo` polyfill
|
||||
- Updated `autoprefixer` to 9.4.2 (minor)
|
||||
- Updated `browserslist` to 4.3.5 (minor)
|
||||
- Updated `caniuse-lite` to 1.0.30000918 (patch)
|
||||
- Updated `css-prefers-color-scheme` to 3.1.1 (minor, patch for this project)
|
||||
- Updated `cssdb` to 4.3.0 (minor)
|
||||
- Updated `postcss` to 7.0.6 (patch)
|
||||
|
||||
### 6.4.0 (November 6, 2018)
|
||||
|
||||
- Fixed `exportTo` option to export Custom Media, Custom Properties, and Custom
|
||||
Selectors all to the same function, object, or file
|
||||
- Added `css-prefers-color-scheme` 3.0.0 (major, non-breaking for this project)
|
||||
- Updated `cssdb` to 4.2.0 (minor)
|
||||
|
||||
### 6.3.1 (November 5, 2018)
|
||||
|
||||
- Updated `caniuse-lite` to 1.0.30000905 (patch)
|
||||
- Updated `postcss-custom-properties` to 8.0.9 (patch)
|
||||
|
||||
### 6.3.0 (October 28, 2018)
|
||||
|
||||
- Added `postcss-double-position-gradients` 1.0.0 (major, non-breaking for this project)
|
||||
- Updated `autoprefixer` to 9.3.1 (minor)
|
||||
- Updated `browserslist` to 4.3.4 (patch)
|
||||
- Updated `caniuse-lite` to 1.0.30000899 (patch)
|
||||
- Updated `cssdb` to 4.1.0 (major, non-breaking for this project)
|
||||
|
||||
### 6.2.0 (October 22, 2018)
|
||||
|
||||
- Updated `autoprefixer` to 9.2.1 (minor)
|
||||
- Updated `browserslist` to 4.3.1 (minor)
|
||||
|
||||
### 6.1.2 (October 19, 2018)
|
||||
|
||||
- Updated `browserslist` to 4.2.1 (patch)
|
||||
- Updated `caniuse-lite` to 1.0.30000893 (patch)
|
||||
- Updated `postcss-custom-media` to 7.0.7 (patch)
|
||||
|
||||
### 6.1.1 (October 12, 2018)
|
||||
|
||||
- Updated: `postcss-custom-media` to 7.0.6 (patch)
|
||||
|
||||
### 6.1.0 (October 10, 2018)
|
||||
|
||||
- Added: `postcss-color-gray`
|
||||
- Added: Passing `autoprefixer: false` disables autoprefixer
|
||||
- Updated: `browserslist` to 4.2.0 (minor)
|
||||
- Updated: `caniuse-lite` to 1.0.30000890 (patch)
|
||||
|
||||
### 6.0.10 (October 2, 2018)
|
||||
|
||||
- Updated: `postcss-custom-properties` to 8.0.8 (patch)
|
||||
|
||||
### 6.0.9 (October 2, 2018)
|
||||
|
||||
- Updated: `browserslist` to 4.1.2 (patch)
|
||||
- Updated: `postcss` to 7.0.5 (patch)
|
||||
- Updated: `postcss-custom-properties` to 8.0.7 (patch)
|
||||
|
||||
### 6.0.8 (October 1, 2018)
|
||||
|
||||
- Updated: `caniuse-lite` to 1.0.30000888 (patch)
|
||||
- Updated: `postcss` to 7.0.4 (patch)
|
||||
|
||||
**Did you hear? PostCSS Preset Env is now part of Create React App!** 🎉
|
||||
|
||||
### 6.0.7 (September 23, 2018)
|
||||
|
||||
- Updated: `postcss` to 7.0.3 (patch)
|
||||
- Updated: `postcss-custom-properties` to 8.0.6 (patch)
|
||||
|
||||
### 6.0.6 (September 23, 2018)
|
||||
|
||||
- Updated: `postcss-custom-media` to 7.0.4 (patch)
|
||||
|
||||
### 6.0.5 (September 23, 2018)
|
||||
|
||||
- Updated: `postcss-color-mod-function` to 3.0.3 (patch)
|
||||
|
||||
### 6.0.4 (September 23, 2018)
|
||||
|
||||
- Updated: `caniuse-lite` to 1.0.30000887 (patch)
|
||||
- Updated: `postcss-color-mod-function` to 3.0.2 (patch)
|
||||
|
||||
### 6.0.3 (September 21, 2018)
|
||||
|
||||
- Updated: `caniuse-lite` to 1.0.30000885 (patch)
|
||||
- Updated: `postcss-custom-properties` to 8.0.5 (patch)
|
||||
|
||||
### 6.0.2 (September 20, 2018)
|
||||
|
||||
- Fixed: Do not break on an empty `importFrom` object
|
||||
- Fixed: Actually run `postcss-env-function`
|
||||
|
||||
### 6.0.1 (September 20, 2018)
|
||||
|
||||
- Fixed: Issue with the `system-ui` font family polyfill by replacing
|
||||
`postcss-font-family-system-ui` with an internal polyfill, at least until the
|
||||
problem with the original plugin is resolved.
|
||||
|
||||
### 6.0.0 (September 20, 2018)
|
||||
|
||||
- Added: Support for PostCSS 7+
|
||||
- Added: Support for PostCSS Values Parser 2+
|
||||
- Added: Support for PostCSS Selector Parser 5+
|
||||
- Added: Support for Node 6+
|
||||
- Updated: All 28 plugins
|
||||
|
||||
### 5.4.0 (July 25, 2018)
|
||||
|
||||
- Added: `toggle` option to override which features are enabled or disabled
|
||||
- Deprecated: toggle features with `toggle`, not `features`
|
||||
|
||||
### 5.3.0 (July 24, 2018)
|
||||
|
||||
- Updated: `postcss-lab-function` to v1.1.0 (minor update)
|
||||
|
||||
### 5.2.3 (July 21, 2018)
|
||||
|
||||
- Updated: `postcss-color-mod-function` to v2.4.3 (patch update)
|
||||
|
||||
### 5.2.2 (July 13, 2018)
|
||||
|
||||
- Updated: `autoprefixer` to v8.6.5 (patch update)
|
||||
- Updated: `caniuse-lite` to v1.0.30000865 (patch update)
|
||||
- Updated: `postcss-color-functional-notation` to v1.0.2 (patch update)
|
||||
|
||||
### 5.2.1 (June 26, 2018)
|
||||
|
||||
- Updated: `caniuse-lite` to v1.0.30000859 (patch update)
|
||||
- Updated: `postcss-attribute-case-insensitive` to v3.0.1 (patch update)
|
||||
|
||||
### 5.2.0 (June 25, 2018)
|
||||
|
||||
- Updated: `autoprefixer` to v8.6.3 (minor update)
|
||||
- Updated: `caniuse-lite` to v1.0.30000858 (patch update)
|
||||
- Updated: `postcss` to 6.0.23 (patch update)
|
||||
- Updated: `postcss-nesting` to v6.0.0 (major internal update, non-breaking for this project)
|
||||
|
||||
### 5.1.0 (May 21, 2018)
|
||||
|
||||
- Added: `autoprefixer` option to pass options into autoprefixer
|
||||
- Updated: `autoprefixer` to v8.5.0 (minor update)
|
||||
- Updated: `browserslist` to v3.2.8 (patch update)
|
||||
- Updated: `caniuse-lite` to v1.0.30000844 (patch update)
|
||||
- Updated: `postcss-color-functional-notation` to v1.0.1 (patch update)
|
||||
|
||||
### 5.0.0 (May 11, 2018)
|
||||
|
||||
- Added: `autoprefixer`
|
||||
- Added: `postcss-color-functional-notation`
|
||||
- Added: `postcss-env-function`
|
||||
- Added: `postcss-lab-function`
|
||||
- Added: `postcss-place`
|
||||
- Added: `postcss-gap-properties`
|
||||
- Added: `postcss-overflow-shorthand`
|
||||
- Updated: `cssdb` to v3.1.0 (major update)
|
||||
- Updated: In conformance with cssdb v3, the default stage is now 2
|
||||
- Updated: `postcss-attribute-case-insensitive` to v3.0.0 (major update)
|
||||
- Updated: `postcss-pseudo-class-any-link` to v5.0.0 (major update)
|
||||
- Updated: `postcss-image-set-function` to v2.0.0 (major update)
|
||||
- Updated: `postcss-dir-pseudo-class` to v4.0.0 (major update)
|
||||
- Updated: `postcss-color-rebeccapurple` to v3.1.0 (minor update)
|
||||
- Updated: `postcss` to v6.0.22 (patch update)
|
||||
- Updated: `browserslist` to v3.2.7 (patch update)
|
||||
- Updated: `caniuse-lite` to v1.0.30000839 (patch update)
|
||||
|
||||
All plugins now conform to the latest stable releases of `postcss-value-parser`
|
||||
v1.5.0 and `postcss-selector-parser` v4.0.0.
|
||||
|
||||
### 4.1.0 (April 23, 2018)
|
||||
|
||||
- Updated: `browserslist` to v3.2.5 (patch update)
|
||||
- Updated: `caniuse-lite` to v1.0.30000830 (patch update)
|
||||
- Updated: `postcss-apply` to v0.10.0 (minor update)
|
||||
- Updated: `postcss-nesting` to v5.0.0 (major update, non-breaking for this project)
|
||||
|
||||
### 4.0.0 (April 7, 2018)
|
||||
|
||||
- Added: `postcss-focus-within`
|
||||
- Updated: `postcss-focus-visible` to v3.0.0 (major update)
|
||||
- Updated: `caniuse-lite` to v1.0.30000824 (patch update)
|
||||
- Updated: `cssdb` to v2.0.0 (major update)
|
||||
- Changed: All `specificationId` names to new `id` names for the `cssdb` update.
|
||||
|
||||
### 3.5.0 (April 5, 2018)
|
||||
|
||||
- Fixed: `selectors-matches-pseudo` mapping to allow `:matches` polyfilling
|
||||
- Updated: `postcss-dir-pseudo-class` to v3.0.0 (major update, non-breaking for this project)
|
||||
- Updated: `postcss-logical` to v1.1.1 (minor update)
|
||||
- Updated: `postcss` to v6.0.21 (patch update)
|
||||
- Updated: `browserslist` to v3.2.4 (patch update)
|
||||
- Updated: `caniuse-lite` to v1.0.30000823 (patch update)
|
||||
|
||||
### 3.4.0 (March 18, 2018)
|
||||
|
||||
- Updated: `browserslist` to v3.2.0 (minor update)
|
||||
- Updated: `postcss` to v6.0.20 (patch update)
|
||||
- Updated: `postcss-image-set-polyfill` to `@csstools/postcss-image-set-function` (hopefully temporarily)
|
||||
|
||||
### 3.3.0 (March 16, 2018)
|
||||
|
||||
- Updated: `postcss-apply` to v0.9.0 (minor update)
|
||||
- Updated: `browserslist` to v3.1.2 (patch update)
|
||||
- Updated: `caniuse-lite` to v1.0.30000815 (patch update)
|
||||
- Updated: distribution to cjs and es bundles
|
||||
|
||||
### 3.2.2 (February 27, 2018)
|
||||
|
||||
- Updated: `postcss-color-mod-function` to v2.4.2 (patch update)
|
||||
|
||||
### 3.2.1 (February 21, 2018)
|
||||
|
||||
- Updated: Use the latest tested version of all dependencies
|
||||
|
||||
### 3.2.0 (February 18, 2018)
|
||||
|
||||
- Added: `postcss-page-break` which has moved here from Autoprefixer
|
||||
|
||||
### 3.1.0 (February 17, 2018)
|
||||
|
||||
- Added: `postcss-focus-visible`
|
||||
|
||||
### 3.0.0 (February 16, 2018)
|
||||
|
||||
- Updated: `postcss-color-mod-function` to v2.4 (minor update)
|
||||
- Updated: `postcss-custom-properties` to v7.0 (major update)
|
||||
|
||||
### 2.2.0 (February 14, 2018)
|
||||
|
||||
- Updated: `browserslist` to v3.1 (major update)
|
||||
- Updated: `postcss-color-mod-function` to v2.3 (minor update)
|
||||
- Improved: cleaned up one reusable variable and added a few tests
|
||||
|
||||
### 2.1.0 (January 22, 2018)
|
||||
|
||||
- Updated: `cssdb` to v1.5 (minor update)
|
||||
- Updated: `postcss-color-mod-function` to v2.2 (major update)
|
||||
- Updated: `postcss-font-family-system-ui` to v3.0 (repo update)
|
||||
|
||||
### 2.0.0 (January 16, 2018)
|
||||
|
||||
- Initial version
|
||||
|
||||
### 1.0.0 (December 20, 2017)
|
||||
|
||||
- Unsupported version accidentally published by a member of the community
|
||||
108
receipeServer/frontend_old/node_modules/postcss-preset-env/LICENSE.md
generated
vendored
Normal file
108
receipeServer/frontend_old/node_modules/postcss-preset-env/LICENSE.md
generated
vendored
Normal file
@@ -0,0 +1,108 @@
|
||||
# CC0 1.0 Universal
|
||||
|
||||
## Statement of Purpose
|
||||
|
||||
The laws of most jurisdictions throughout the world automatically confer
|
||||
exclusive Copyright and Related Rights (defined below) upon the creator and
|
||||
subsequent owner(s) (each and all, an “owner”) of an original work of
|
||||
authorship and/or a database (each, a “Work”).
|
||||
|
||||
Certain owners wish to permanently relinquish those rights to a Work for the
|
||||
purpose of contributing to a commons of creative, cultural and scientific works
|
||||
(“Commons”) that the public can reliably and without fear of later claims of
|
||||
infringement build upon, modify, incorporate in other works, reuse and
|
||||
redistribute as freely as possible in any form whatsoever and for any purposes,
|
||||
including without limitation commercial purposes. These owners may contribute
|
||||
to the Commons to promote the ideal of a free culture and the further
|
||||
production of creative, cultural and scientific works, or to gain reputation or
|
||||
greater distribution for their Work in part through the use and efforts of
|
||||
others.
|
||||
|
||||
For these and/or other purposes and motivations, and without any expectation of
|
||||
additional consideration or compensation, the person associating CC0 with a
|
||||
Work (the “Affirmer”), to the extent that he or she is an owner of Copyright
|
||||
and Related Rights in the Work, voluntarily elects to apply CC0 to the Work and
|
||||
publicly distribute the Work under its terms, with knowledge of his or her
|
||||
Copyright and Related Rights in the Work and the meaning and intended legal
|
||||
effect of CC0 on those rights.
|
||||
|
||||
1. Copyright and Related Rights. A Work made available under CC0 may be
|
||||
protected by copyright and related or neighboring rights (“Copyright and
|
||||
Related Rights”). Copyright and Related Rights include, but are not limited
|
||||
to, the following:
|
||||
1. the right to reproduce, adapt, distribute, perform, display, communicate,
|
||||
and translate a Work;
|
||||
2. moral rights retained by the original author(s) and/or performer(s);
|
||||
3. publicity and privacy rights pertaining to a person’s image or likeness
|
||||
depicted in a Work;
|
||||
4. rights protecting against unfair competition in regards to a Work,
|
||||
subject to the limitations in paragraph 4(i), below;
|
||||
5. rights protecting the extraction, dissemination, use and reuse of data in
|
||||
a Work;
|
||||
6. database rights (such as those arising under Directive 96/9/EC of the
|
||||
European Parliament and of the Council of 11 March 1996 on the legal
|
||||
protection of databases, and under any national implementation thereof,
|
||||
including any amended or successor version of such directive); and
|
||||
7. other similar, equivalent or corresponding rights throughout the world
|
||||
based on applicable law or treaty, and any national implementations
|
||||
thereof.
|
||||
|
||||
2. Waiver. To the greatest extent permitted by, but not in contravention of,
|
||||
applicable law, Affirmer hereby overtly, fully, permanently, irrevocably and
|
||||
unconditionally waives, abandons, and surrenders all of Affirmer’s Copyright
|
||||
and Related Rights and associated claims and causes of action, whether now
|
||||
known or unknown (including existing as well as future claims and causes of
|
||||
action), in the Work (i) in all territories worldwide, (ii) for the maximum
|
||||
duration provided by applicable law or treaty (including future time
|
||||
extensions), (iii) in any current or future medium and for any number of
|
||||
copies, and (iv) for any purpose whatsoever, including without limitation
|
||||
commercial, advertising or promotional purposes (the “Waiver”). Affirmer
|
||||
makes the Waiver for the benefit of each member of the public at large and
|
||||
to the detriment of Affirmer’s heirs and successors, fully intending that
|
||||
such Waiver shall not be subject to revocation, rescission, cancellation,
|
||||
termination, or any other legal or equitable action to disrupt the quiet
|
||||
enjoyment of the Work by the public as contemplated by Affirmer’s express
|
||||
Statement of Purpose.
|
||||
|
||||
3. Public License Fallback. Should any part of the Waiver for any reason be
|
||||
judged legally invalid or ineffective under applicable law, then the Waiver
|
||||
shall be preserved to the maximum extent permitted taking into account
|
||||
Affirmer’s express Statement of Purpose. In addition, to the extent the
|
||||
Waiver is so judged Affirmer hereby grants to each affected person a
|
||||
royalty-free, non transferable, non sublicensable, non exclusive,
|
||||
irrevocable and unconditional license to exercise Affirmer’s Copyright and
|
||||
Related Rights in the Work (i) in all territories worldwide, (ii) for the
|
||||
maximum duration provided by applicable law or treaty (including future time
|
||||
extensions), (iii) in any current or future medium and for any number of
|
||||
copies, and (iv) for any purpose whatsoever, including without limitation
|
||||
commercial, advertising or promotional purposes (the “License”). The License
|
||||
shall be deemed effective as of the date CC0 was applied by Affirmer to the
|
||||
Work. Should any part of the License for any reason be judged legally
|
||||
invalid or ineffective under applicable law, such partial invalidity or
|
||||
ineffectiveness shall not invalidate the remainder of the License, and in
|
||||
such case Affirmer hereby affirms that he or she will not (i) exercise any
|
||||
of his or her remaining Copyright and Related Rights in the Work or (ii)
|
||||
assert any associated claims and causes of action with respect to the Work,
|
||||
in either case contrary to Affirmer’s express Statement of Purpose.
|
||||
|
||||
4. Limitations and Disclaimers.
|
||||
1. No trademark or patent rights held by Affirmer are waived, abandoned,
|
||||
surrendered, licensed or otherwise affected by this document.
|
||||
2. Affirmer offers the Work as-is and makes no representations or warranties
|
||||
of any kind concerning the Work, express, implied, statutory or
|
||||
otherwise, including without limitation warranties of title,
|
||||
merchantability, fitness for a particular purpose, non infringement, or
|
||||
the absence of latent or other defects, accuracy, or the present or
|
||||
absence of errors, whether or not discoverable, all to the greatest
|
||||
extent permissible under applicable law.
|
||||
3. Affirmer disclaims responsibility for clearing rights of other persons
|
||||
that may apply to the Work or any use thereof, including without
|
||||
limitation any person’s Copyright and Related Rights in the Work.
|
||||
Further, Affirmer disclaims responsibility for obtaining any necessary
|
||||
consents, permissions or other rights required for any use of the Work.
|
||||
4. Affirmer understands and acknowledges that Creative Commons is not a
|
||||
party to this document and has no duty or obligation with respect to this
|
||||
CC0 or use of the Work.
|
||||
|
||||
For more information, please see
|
||||
http://creativecommons.org/publicdomain/zero/1.0/.
|
||||
522
receipeServer/frontend_old/node_modules/postcss-preset-env/README.md
generated
vendored
Normal file
522
receipeServer/frontend_old/node_modules/postcss-preset-env/README.md
generated
vendored
Normal file
@@ -0,0 +1,522 @@
|
||||
# PostCSS Preset Env [<img src="https://postcss.github.io/postcss/logo.svg" alt="PostCSS" width="90" height="90" align="right">][postcss]
|
||||
|
||||
[<img alt="npm version" src="https://img.shields.io/npm/v/postcss-preset-env.svg" height="20">][npm-url]
|
||||
[<img alt="build status" src="https://github.com/csstools/postcss-plugins/workflows/test/badge.svg" height="20">][cli-url]
|
||||
[![install size][package-phobia-badge]][package-phobia]
|
||||
[<img alt="Discord" src="https://shields.io/badge/Discord-5865F2?logo=discord&logoColor=white">][discord]
|
||||
|
||||
[PostCSS Preset Env] lets you convert modern CSS into something most browsers
|
||||
can understand, determining the polyfills you need based on your targeted
|
||||
browsers or runtime environments.
|
||||
|
||||
## Quick start
|
||||
|
||||
[PostCSS Preset Env] is a [PostCSS] plugin.<br>
|
||||
If you are already using [PostCSS] to build your CSS, you can simply add [PostCSS Preset Env] to your configuration.
|
||||
|
||||
- Install `postcss-preset-env` from npm.
|
||||
- Add `postcss-preset-env` to your configuration:
|
||||
|
||||
```js
|
||||
const postcssPresetEnv = require('postcss-preset-env');
|
||||
|
||||
const yourConfig = {
|
||||
plugins: [
|
||||
postcssPresetEnv(/* pluginOptions */)
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
_[Read more on how to use and install PostCSS Preset Env.](#usage)_
|
||||
|
||||
## How does it work?
|
||||
|
||||
[PostCSS Preset Env] is a Plugin Pack for [PostCSS]. It leverages the list of the features we keep an eye from [CSSDB][cssdb] and applies plugins, so you can use those new features without having to worry about browser support.
|
||||
|
||||
CSSDB exposes the browser support that each feature has which can come from [Can I Use](https://caniuse.com/css-all) or from [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/all) (through [mdn/browser-compat-data](https://github.com/mdn/browser-compat-data)).
|
||||
|
||||
By providing a list of browser targets for your project, plugins that aren't needed will be skipped. Over time your targets might change and by updating the settings your CSS bundle will only ever contain the needed fallbacks.
|
||||
|
||||
What [PostCSS Preset Env] does is to take the support data that comes from MDN and Can I Use and determine from a [browserlist](https://github.com/browserslist/browserslist) whether those transformations are needed. It also packs [Autoprefixer](https://github.com/postcss/autoprefixer) within and shares the list with it, so prefixes are only applied when you're going to need them given your browser support list.
|
||||
|
||||
### Glossary:
|
||||
|
||||
* **Browser list option**: [Browserlist](https://github.com/browserslist/browserslist) is a package that gives you a list of browsers for a given query. For example, `chrome < 42` will give you a list of every Chrome version that has been released up to, but not including, 42.
|
||||
* **Browser support stats**: Features get introduced on browsers at certain versions. They're often visible on [MDN](https://developer.mozilla.org/en-US/) and [Can I Use](https://caniuse.com/). Comparing these stats with the needed _support_ for your project tells you if it's safe to use a feature or not.
|
||||
* **CSS Feature**: A CSS feature is often part of some spec that enables a specific feature. For example, `hwb` functional notation lets you express a given color according to its hue, whiteness, and blackness. This is part of the CSS Color 4 Spec.
|
||||
* **CSS Spec**: A Spec is a document that collects new features, what problems are they trying to solve and how it's intended to be solved (generally). This is usually an evolving document that goes over lengthy discussions between several people from different companies.
|
||||
* **Plugin**: A plugin is package that's intended (usually) to enable a new CSS Feature by leveraging PostCSS. This doesn't need to be part of any spec. An example of the latter is [PostCSS Mixins](https://github.com/postcss/postcss-mixins), a concept that existed on Less or Sass, but it's not part of any spec. This plugin plack **only** packs plugins that enable features acknowledged by the World Wide Web Consortium (W3C) which will then be implemented by browsers later.
|
||||
* **Polyfill**: A polyfill is a piece of code (usually JavaScript on the Web) used to provide modern functionality on older browsers that do not natively support it. A polyfill _should_ be indistinguishable from the native behaviour.
|
||||
|
||||
Here's a quick example of the syntax you can leverage by using [PostCSS Preset Env].
|
||||
|
||||
```pcss
|
||||
@custom-media --viewport-medium (width <= 50rem);
|
||||
@custom-selector :--heading h1, h2, h3, h4, h5, h6;
|
||||
|
||||
:root {
|
||||
--mainColor: #12345678;
|
||||
}
|
||||
|
||||
body {
|
||||
color: var(--mainColor);
|
||||
font-family: system-ui;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
:--heading {
|
||||
background-image: image-set(url(img/heading.png) 1x, url(img/heading@2x.png) 2x);
|
||||
|
||||
@media (--viewport-medium) {
|
||||
margin-block: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: rgb(0 0 100% / 90%);
|
||||
|
||||
&:hover {
|
||||
color: rebeccapurple;
|
||||
}
|
||||
}
|
||||
|
||||
/* becomes */
|
||||
|
||||
:root {
|
||||
--mainColor: rgba(18, 52, 86, 0.47059);
|
||||
}
|
||||
|
||||
body {
|
||||
color: rgba(18, 52, 86, 0.47059);
|
||||
color: var(--mainColor);
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Droid Sans, Helvetica Neue;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
background-image: url(img/heading.png);
|
||||
}
|
||||
|
||||
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
background-image: url(img/heading@2x.png)
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 50rem) {
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
margin-top: 0;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
color: rgba(0, 0, 255, 0.9)
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: #639;
|
||||
}
|
||||
```
|
||||
|
||||
Without any configuration options, [PostCSS Preset Env] enables **Stage 2**
|
||||
features and supports **all** browsers.
|
||||
|
||||
[![Transform with Preset Env][readme-transform-with-preset-env-img]][readme-transform-with-preset-env-url]
|
||||
[![Style with Preset Env][readme-style-with-preset-env-img]][readme-style-with-preset-env-url]
|
||||
|
||||
⚠️ Please note that some features need a companion library that makes
|
||||
the feature work. While we try to avoid this requirement, there are instances
|
||||
in which this isn't possible to polyfill a new behaviour with _just_ CSS.
|
||||
|
||||
[See the list below](#plugins-that-need-client-library).
|
||||
|
||||
## Usage
|
||||
|
||||
Add [PostCSS Preset Env] to your project:
|
||||
|
||||
```bash
|
||||
npm install postcss-preset-env --save-dev
|
||||
```
|
||||
|
||||
Use [PostCSS Preset Env] as a [PostCSS] plugin:
|
||||
|
||||
```js
|
||||
const postcss = require('postcss');
|
||||
const postcssPresetEnv = require('postcss-preset-env');
|
||||
|
||||
postcss([
|
||||
postcssPresetEnv(/* pluginOptions */)
|
||||
]).process(YOUR_CSS /*, processOptions */);
|
||||
```
|
||||
|
||||
[PostCSS Preset Env] runs in all Node environments, with special instructions for:
|
||||
|
||||
| [Node](INSTALL.md#node) | [PostCSS CLI](INSTALL.md#postcss-cli) | [Webpack](INSTALL.md#webpack) | [Create React App](INSTALL.md#create-react-app) | [Gulp](INSTALL.md#gulp) | [Grunt](INSTALL.md#grunt) | [Rollup](INSTALL.md#rollup) |
|
||||
| --- | --- | --- | --- | --- | --- | --- |
|
||||
|
||||
## Options
|
||||
|
||||
### stage
|
||||
|
||||
The `stage` option determines which CSS features to polyfill, based upon their
|
||||
stability in the process of becoming implemented web standards.
|
||||
|
||||
```js
|
||||
postcssPresetEnv({ stage: 0 })
|
||||
```
|
||||
|
||||
The `stage` can be `0` (experimental) through `4` (stable), or `false`. Setting
|
||||
`stage` to `false` will disable every polyfill. Doing this would only be useful
|
||||
if you intended to exclusively use the [`features`](#features) option.
|
||||
|
||||
Default: `2`
|
||||
|
||||
### minimumVendorImplementations
|
||||
|
||||
The `minimumVendorImplementations` option determines which CSS features to polyfill, based their implementation status.
|
||||
This can be used to enable plugins that are available in browsers regardless of the [spec status](#stage).
|
||||
|
||||
```js
|
||||
postcssPresetEnv({ minimumVendorImplementations: 2 })
|
||||
```
|
||||
|
||||
`minimumVendorImplementations` can be `0` (no vendor has implemented it) through `3` (all major vendors).<br>
|
||||
|
||||
Default: `0`
|
||||
|
||||
**Note:**
|
||||
|
||||
When a feature has not yet been implemented by any vendor it can be considered experimental.<br>
|
||||
Even with a single implementation it might still change in the future.<br>
|
||||
Sometimes issues with a feature/specification are only discovered after it becomes available.
|
||||
|
||||
A value of `2` is recommended when you want to use only those features that should be [stable](#stability-and-portability).
|
||||
|
||||
Having 2 independent implementations is [a critical step in proposals becoming standards](https://www.w3.org/2021/Process-20211102/#implementation-experience) and a good indicator of a feature's stability.
|
||||
|
||||
### features
|
||||
|
||||
The `features` option enables or disables specific polyfills by ID. Passing
|
||||
`true` to a specific feature ID will enable its polyfill, while passing `false`
|
||||
will disable it. [List of Features](https://github.com/csstools/postcss-plugins/blob/main/plugin-packs/postcss-preset-env/FEATURES.md)
|
||||
|
||||
```js
|
||||
postcssPresetEnv({
|
||||
/* use stage 3 features + css nesting rules */
|
||||
stage: 3,
|
||||
features: {
|
||||
'nesting-rules': true
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
Passing an object to a specific feature ID will both enable and configure it.
|
||||
|
||||
```js
|
||||
postcssPresetEnv({
|
||||
/* use stage 3 features + css color-mod (warning on unresolved) */
|
||||
stage: 3,
|
||||
features: {
|
||||
'color-mod-function': { unresolved: 'warn' }
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
Any polyfills not explicitly enabled or disabled through `features` are
|
||||
determined by the [`stage`](#stage) option.
|
||||
|
||||
### browsers
|
||||
|
||||
The `browsers` option determines which polyfills are required based upon the
|
||||
browsers you are supporting.
|
||||
|
||||
[PostCSS Preset Env] supports any standard [browserslist] configuration, which
|
||||
can be a `.browserslistrc` file, a `browserslist` key in `package.json`, or
|
||||
`browserslist` environment variables.
|
||||
|
||||
The `browsers` option should only be used when a standard browserslist
|
||||
configuration is not available.
|
||||
|
||||
```js
|
||||
postcssPresetEnv({ browsers: 'last 2 versions' })
|
||||
```
|
||||
|
||||
If no valid browserslist configuration is specified, the
|
||||
[default browserslist query](https://github.com/browserslist/browserslist#queries)
|
||||
will be used.
|
||||
|
||||
### insertBefore / insertAfter
|
||||
|
||||
The `insertBefore` and `insertAfter` keys allow you to insert other PostCSS
|
||||
plugins into the chain. This is only useful if you are also using sugary
|
||||
PostCSS plugins that must execute before or after certain polyfills.
|
||||
Both `insertBefore` and `insertAfter` support chaining one or multiple plugins.
|
||||
|
||||
```js
|
||||
import postcssSimpleVars from 'postcss-simple-vars';
|
||||
|
||||
postcssPresetEnv({
|
||||
insertBefore: {
|
||||
'all-property': postcssSimpleVars
|
||||
}
|
||||
})
|
||||
```
|
||||
|
||||
### autoprefixer
|
||||
|
||||
[PostCSS Preset Env] includes [autoprefixer] and [`browsers`](#browsers) option
|
||||
will be passed to it automatically.
|
||||
|
||||
Specifying the `autoprefixer` option enables passing
|
||||
[additional options](https://github.com/postcss/autoprefixer#options)
|
||||
into [autoprefixer].
|
||||
|
||||
```js
|
||||
postcssPresetEnv({
|
||||
autoprefixer: { grid: true }
|
||||
})
|
||||
```
|
||||
|
||||
Passing `autoprefixer: false` disables autoprefixer.
|
||||
|
||||
⚠️ [autoprefixer] has [complex logic to fix CSS Grid in IE en older Edge](https://github.com/postcss/autoprefixer#grid-autoplacement-support-in-ie).
|
||||
|
||||
This can have unexpected results with certain features and when [`preserve: true`](#preserve) is used. (defaults to `true`)
|
||||
|
||||
```pcss
|
||||
:root {
|
||||
--grid-gap: 15px;
|
||||
}
|
||||
|
||||
.test-grid {
|
||||
grid-gap: var(--grid-gap);
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
```
|
||||
|
||||
Becomes :
|
||||
|
||||
```
|
||||
.test-grid {
|
||||
grid-gap: 15px;
|
||||
grid-gap: var(--grid-gap);
|
||||
-ms-grid-columns: 1fr var(--grid-gap) 1fr;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
```
|
||||
|
||||
The prefixed `-ms-grid-columns` still has a custom property: `1fr var(--grid-gap) 1fr;` which won't work.<br />
|
||||
This example shows issues with custom properties but other transforms might have similar issues.
|
||||
|
||||
If you target IE or older Edge it is best to avoid using other modern features in grid property values.<br />
|
||||
As a last resort you can set [`preserve: false`](#preserve), we do not advice this as doing so purely to fix issues with CSS grid.
|
||||
|
||||
_older Edge is any version before chromium (<79)_
|
||||
|
||||
### preserve
|
||||
|
||||
The `preserve` option determines whether all plugins should receive a
|
||||
`preserve` option, which may preserve or remove otherwise-polyfilled CSS. By
|
||||
default, this option is not configured.
|
||||
|
||||
```js
|
||||
postcssPresetEnv({
|
||||
preserve: false // instruct all plugins to omit pre-polyfilled CSS
|
||||
});
|
||||
```
|
||||
|
||||
### importFrom
|
||||
|
||||
The `importFrom` option specifies sources where variables like Custom Media,
|
||||
Custom Properties, Custom Selectors, and Environment Variables can be imported
|
||||
from, which might be CSS, JS, and JSON files, functions, and directly passed
|
||||
objects.
|
||||
|
||||
```js
|
||||
postcssPresetEnv({
|
||||
/*
|
||||
@custom-media --small-viewport (max-width: 30em);
|
||||
@custom-selector :--heading h1, h2, h3;
|
||||
:root { --color: red; }
|
||||
*/
|
||||
importFrom: 'path/to/file.css'
|
||||
});
|
||||
```
|
||||
|
||||
Multiple sources can be passed into this option, and they will be parsed in the
|
||||
order they are received. JavaScript files, JSON files, functions, and objects
|
||||
will use different namespaces to import different kinds of variables.
|
||||
|
||||
```js
|
||||
postcssPresetEnv({
|
||||
importFrom: [
|
||||
/*
|
||||
@custom-media --small-viewport (max-width: 30em);
|
||||
@custom-selector :--heading h1, h2, h3;
|
||||
:root { --color: red; }
|
||||
*/
|
||||
'path/to/file.css',
|
||||
|
||||
/* module.exports = {
|
||||
customMedia: { '--small-viewport': '(max-width: 30em)' },
|
||||
customProperties: { '--color': 'red' },
|
||||
customSelectors: { ':--heading': 'h1, h2, h3' },
|
||||
environmentVariables: { '--branding-padding': '20px' }
|
||||
} */
|
||||
'and/then/this.js',
|
||||
|
||||
/* {
|
||||
"custom-media": { "--small-viewport": "(max-width: 30em)" }
|
||||
"custom-properties": { "--color": "red" },
|
||||
"custom-selectors": { ":--heading": "h1, h2, h3" },
|
||||
"environment-variables": { "--branding-padding": "20px" }
|
||||
} */
|
||||
'and/then/that.json',
|
||||
|
||||
{
|
||||
customMedia: { '--small-viewport': '(max-width: 30em)' },
|
||||
customProperties: { '--color': 'red' },
|
||||
customSelectors: { ':--heading': 'h1, h2, h3' },
|
||||
environmentVariables: { '--branding-padding': '20px' }
|
||||
},
|
||||
() => {
|
||||
const customMedia = { '--small-viewport': '(max-width: 30em)' };
|
||||
const customProperties = { '--color': 'red' };
|
||||
const customSelectors = { ':--heading': 'h1, h2, h3' };
|
||||
const environmentVariables = { '--branding-padding': '20px' };
|
||||
|
||||
return { customMedia, customProperties, customSelectors, environmentVariables };
|
||||
}
|
||||
]
|
||||
});
|
||||
```
|
||||
|
||||
### exportTo
|
||||
|
||||
The `exportTo` option specifies destinations where variables like Custom Media,
|
||||
Custom Properties, Custom Selectors, and Environment Variables can be exported
|
||||
to, which might be CSS, JS, and JSON files, functions, and directly passed
|
||||
objects.
|
||||
|
||||
```js
|
||||
postcssPresetEnv({
|
||||
/*
|
||||
@custom-media --small-viewport (max-width: 30em);
|
||||
@custom-selector :--heading h1, h2, h3;
|
||||
:root { --color: red; }
|
||||
*/
|
||||
exportTo: 'path/to/file.css'
|
||||
});
|
||||
```
|
||||
|
||||
Multiple destinations can be passed into this option as well, and they will be
|
||||
parsed in the order they are received. JavaScript files, JSON files, and
|
||||
objects will use different namespaces to import different kinds of variables.
|
||||
|
||||
```js
|
||||
const cachedObject = {};
|
||||
|
||||
postcssPresetEnv({
|
||||
exportTo: [
|
||||
/*
|
||||
@custom-media --small-viewport (max-width: 30em);
|
||||
@custom-selector :--heading h1, h2, h3;
|
||||
:root { --color: red; }
|
||||
*/
|
||||
'path/to/file.css',
|
||||
|
||||
/* module.exports = {
|
||||
customMedia: { '--small-viewport': '(max-width: 30em)' },
|
||||
customProperties: { '--color': 'red' },
|
||||
customSelectors: { ':--heading': 'h1, h2, h3' },
|
||||
environmentVariables: { '--branding-padding': '20px' }
|
||||
} */
|
||||
'and/then/this.js',
|
||||
|
||||
/* {
|
||||
"custom-media": { "--small-viewport": "(max-width: 30em)" }
|
||||
"custom-properties": { "--color": "red" },
|
||||
"custom-selectors": { ":--heading": "h1, h2, h3" },
|
||||
"environment-variables": { "--branding-padding": "20px" }
|
||||
} */
|
||||
'and/then/that.json',
|
||||
|
||||
cachedObject,
|
||||
variables => {
|
||||
if ('customProperties' in variables) {
|
||||
// do something special with customProperties
|
||||
}
|
||||
|
||||
Object.assign(cachedObject, variables);
|
||||
}
|
||||
]
|
||||
});
|
||||
```
|
||||
|
||||
### debug
|
||||
|
||||
The `debug` option enables debugging messages to stdout which should be useful to help you debug which features have been enabled/disabled and why.
|
||||
|
||||
### enableClientSidePolyfills
|
||||
|
||||
The `enableClientSidePolyfills` enables any feature that would need an extra browser library to be loaded into the page for it to work. Defaults to `true`.
|
||||
|
||||
Note that manually enabling/disabling features via the "feature" option overrides this flag.
|
||||
|
||||
## Stability and Portability
|
||||
|
||||
[PostCSS Preset Env] will often include very modern CSS features that are not fully ready yet.
|
||||
This gives users the chance to play around with these features and provide feedback.
|
||||
|
||||
If the specification changes or is abandoned a new major version of the plugin will be released.
|
||||
This will require you to update your source code so that everything works as expected.
|
||||
|
||||
To have more stability between updates of [PostCSS Preset Env] you may set `stage: 3` and/or `minimumVendorImplementations: 2`.
|
||||
|
||||
A side effect of staying close to the standard is that you can more easily migrate your project to other tooling all together.
|
||||
|
||||
## Plugins list
|
||||
|
||||
### Plugins that need client library
|
||||
|
||||
This is the current list of features that need a client library with a link
|
||||
to the polyfill's library.
|
||||
|
||||
* `blank-pseudo-class`: [Plugin](https://github.com/csstools/postcss-plugins/blob/main/plugins/css-blank-pseudo) / [Polyfill](https://github.com/csstools/postcss-plugins/blob/main/plugins/css-blank-pseudo/README-BROWSER.md)
|
||||
* `focus-visible-pseudo-class`: [Plugin](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible) / [Polyfill](https://github.com/WICG/focus-visible)
|
||||
* `focus-within-pseudo-class`: [Plugin](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-within) / [Library](https://github.com/jsxtools/focus-within) / [Polyfill](https://github.com/jsxtools/focus-within/blob/master/README-BROWSER.md)
|
||||
* `has-pseudo-class`: [Plugin](https://github.com/csstools/postcss-plugins/blob/main/plugins/css-has-pseudo) / [Polyfill](https://github.com/csstools/postcss-plugins/blob/main/plugins/css-has-pseudo/README-BROWSER.md)
|
||||
* `prefers-color-scheme-query`: [Plugin](https://github.com/csstools/postcss-plugins/blob/main/plugins/css-prefers-color-scheme) / [Polyfill](https://github.com/csstools/postcss-plugins/blob/main/plugins/css-prefers-color-scheme/README-BROWSER.md)
|
||||
|
||||
If you want to disable these types of features, please check the [`enableClientSidePolyfills` option](#enableclientsidepolyfills).
|
||||
|
||||
### Plugins not affected by Browser Support
|
||||
|
||||
Given they have no support they will always be enabled if they match by Stage:
|
||||
|
||||
* `blank-pseudo-class`: [Plugin](https://github.com/csstools/postcss-plugins/blob/main/plugins/css-blank-pseudo) / [Polyfill](https://github.com/csstools/postcss-plugins/blob/main/plugins/css-blank-pseudo/README-BROWSER.md)
|
||||
* `custom-media-queries`: [Plugin](https://github.com/postcss/postcss-custom-media)
|
||||
* `has-pseudo-class`: [Plugin](https://github.com/csstools/postcss-plugins/blob/main/plugins/css-has-pseudo) / [Polyfill](https://github.com/csstools/postcss-plugins/blob/main/plugins/css-has-pseudo/README-BROWSER.md)
|
||||
* `image-set-function`: [Plugin](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function)
|
||||
* `media-query-ranges`: [Plugin](https://github.com/postcss/postcss-media-minmax)
|
||||
* `nesting-rules`: [Plugin](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting)
|
||||
|
||||
[cli-img]: https://github.com/csstools/postcss-plugins/workflows/test/badge.svg
|
||||
[cli-url]: https://github.com/csstools/postcss-plugins/actions/workflows/test.yml?query=workflow/test
|
||||
[discord]: https://discord.gg/bUadyRwkJS
|
||||
[npm-img]: https://img.shields.io/npm/v/postcss-preset-env.svg
|
||||
[npm-url]: https://www.npmjs.com/package/postcss-preset-env
|
||||
[package-phobia-badge]: https://packagephobia.com/badge?p=postcss-preset-env
|
||||
[package-phobia]: https://packagephobia.com/result?p=postcss-preset-env
|
||||
|
||||
[autoprefixer]: https://github.com/postcss/autoprefixer
|
||||
[browserslist]: https://github.com/browserslist/browserslist#readme
|
||||
[caniuse]: https://caniuse.com/
|
||||
[cssdb]: https://cssdb.org/
|
||||
[PostCSS]: https://github.com/postcss/postcss
|
||||
[PostCSS Preset Env]: https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env
|
||||
[readme-style-with-preset-env-img]: https://csstools.github.io/postcss-preset-env/readme-style-with-preset-env.svg
|
||||
[readme-style-with-preset-env-url]: https://codepen.io/pen?template=OZRovK
|
||||
[readme-transform-with-preset-env-img]: https://csstools.github.io/postcss-preset-env/readme-transform-with-preset-env.svg
|
||||
[readme-transform-with-preset-env-url]: https://csstools.github.io/postcss-preset-env/
|
||||
113
receipeServer/frontend_old/node_modules/postcss-preset-env/package.json
generated
vendored
Normal file
113
receipeServer/frontend_old/node_modules/postcss-preset-env/package.json
generated
vendored
Normal file
@@ -0,0 +1,113 @@
|
||||
{
|
||||
"name": "postcss-preset-env",
|
||||
"description": "Convert modern CSS into something browsers understand",
|
||||
"version": "7.4.3",
|
||||
"author": "Jonathan Neal <jonathantneal@hotmail.com>",
|
||||
"license": "CC0-1.0",
|
||||
"engines": {
|
||||
"node": "^12 || ^14 || >=16"
|
||||
},
|
||||
"main": "dist/index.cjs",
|
||||
"module": "dist/index.mjs",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./dist/index.mjs",
|
||||
"require": "./dist/index.cjs",
|
||||
"default": "./dist/index.mjs"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"CHANGELOG.md",
|
||||
"LICENSE.md",
|
||||
"README.md",
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@csstools/postcss-color-function": "^1.0.3",
|
||||
"@csstools/postcss-font-format-keywords": "^1.0.0",
|
||||
"@csstools/postcss-hwb-function": "^1.0.0",
|
||||
"@csstools/postcss-ic-unit": "^1.0.0",
|
||||
"@csstools/postcss-is-pseudo-class": "^2.0.1",
|
||||
"@csstools/postcss-normalize-display-values": "^1.0.0",
|
||||
"@csstools/postcss-oklab-function": "^1.0.2",
|
||||
"@csstools/postcss-progressive-custom-properties": "^1.3.0",
|
||||
"autoprefixer": "^10.4.4",
|
||||
"browserslist": "^4.20.2",
|
||||
"css-blank-pseudo": "^3.0.3",
|
||||
"css-has-pseudo": "^3.0.4",
|
||||
"css-prefers-color-scheme": "^6.0.3",
|
||||
"cssdb": "^6.5.0",
|
||||
"postcss-attribute-case-insensitive": "^5.0.0",
|
||||
"postcss-clamp": "^4.1.0",
|
||||
"postcss-color-functional-notation": "^4.2.2",
|
||||
"postcss-color-hex-alpha": "^8.0.3",
|
||||
"postcss-color-rebeccapurple": "^7.0.2",
|
||||
"postcss-custom-media": "^8.0.0",
|
||||
"postcss-custom-properties": "^12.1.5",
|
||||
"postcss-custom-selectors": "^6.0.0",
|
||||
"postcss-dir-pseudo-class": "^6.0.4",
|
||||
"postcss-double-position-gradients": "^3.1.1",
|
||||
"postcss-env-function": "^4.0.6",
|
||||
"postcss-focus-visible": "^6.0.4",
|
||||
"postcss-focus-within": "^5.0.4",
|
||||
"postcss-font-variant": "^5.0.0",
|
||||
"postcss-gap-properties": "^3.0.3",
|
||||
"postcss-image-set-function": "^4.0.6",
|
||||
"postcss-initial": "^4.0.1",
|
||||
"postcss-lab-function": "^4.1.2",
|
||||
"postcss-logical": "^5.0.4",
|
||||
"postcss-media-minmax": "^5.0.0",
|
||||
"postcss-nesting": "^10.1.3",
|
||||
"postcss-opacity-percentage": "^1.1.2",
|
||||
"postcss-overflow-shorthand": "^3.0.3",
|
||||
"postcss-page-break": "^3.0.4",
|
||||
"postcss-place": "^7.0.4",
|
||||
"postcss-pseudo-class-any-link": "^7.1.1",
|
||||
"postcss-replace-overflow-wrap": "^4.0.0",
|
||||
"postcss-selector-not": "^5.0.0",
|
||||
"postcss-value-parser": "^4.2.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"postcss": "^8.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"postcss-simple-vars": "^6.0.3"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c ../../rollup/default.js",
|
||||
"clean": "node -e \"fs.rmSync('./dist', { recursive: true, force: true });\"",
|
||||
"docs": "node ./docs/generate.mjs",
|
||||
"lint": "npm run lint:eslint && npm run lint:package-json",
|
||||
"lint:eslint": "eslint ./src --ext .js --ext .ts --ext .mjs --no-error-on-unmatched-pattern",
|
||||
"lint:package-json": "node ../../.github/bin/format-package-json.mjs",
|
||||
"prepublishOnly": "npm run clean && npm run build && npm run test",
|
||||
"stryker": "stryker run --logLevel error",
|
||||
"test": "node .tape.mjs && node ./src/test/test.mjs && npm run test:exports",
|
||||
"test:exports": "node ./test/_import.mjs && node ./test/_require.cjs",
|
||||
"test:rewrite-expects": "REWRITE_EXPECTS=true node .tape.mjs"
|
||||
},
|
||||
"homepage": "https://github.com/csstools/postcss-plugins/tree/main/plugin-packs/postcss-preset-env#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/csstools/postcss-plugins.git",
|
||||
"directory": "plugin-packs/postcss-preset-env"
|
||||
},
|
||||
"bugs": "https://github.com/csstools/postcss-plugins/issues",
|
||||
"keywords": [
|
||||
"css",
|
||||
"csswg",
|
||||
"features",
|
||||
"future",
|
||||
"lists",
|
||||
"next",
|
||||
"postcss",
|
||||
"postcss-plugin",
|
||||
"specifications",
|
||||
"specs",
|
||||
"stages",
|
||||
"w3c"
|
||||
],
|
||||
"volta": {
|
||||
"extends": "../../package.json"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user