cssnano-preset-advanced
Advanced tools
Comparing version 7.0.2 to 7.0.3
{ | ||
"name": "cssnano-preset-advanced", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"main": "src/index.js", | ||
@@ -15,4 +15,4 @@ "types": "types/index.d.ts", | ||
"autoprefixer": "^10.4.19", | ||
"browserslist": "^4.23.0", | ||
"cssnano-preset-default": "^7.0.2", | ||
"browserslist": "^4.23.1", | ||
"cssnano-preset-default": "^7.0.3", | ||
"postcss-discard-unused": "^7.0.1", | ||
@@ -19,0 +19,0 @@ "postcss-merge-idents": "^7.0.0", |
@@ -318,4 +318,19 @@ # cssnano-preset-advanced | ||
This plugin is loaded with its default configuration. | ||
This plugin is loaded with the following configuration: | ||
```js | ||
{ | ||
plugins: [ | ||
{ | ||
name: 'preset-default', | ||
params: { | ||
overrides: { | ||
removeViewBox: false, | ||
}, | ||
}, | ||
}, | ||
], | ||
} | ||
``` | ||
### [`postcss-unique-selectors`](https://github.com/cssnano/cssnano/tree/master/packages/postcss-unique-selectors) | ||
@@ -322,0 +337,0 @@ |
18503
354
+ Addedcaniuse-lite@1.0.30001696(transitive)
+ Addedelectron-to-chromium@1.5.90(transitive)
+ Addedpostcss-calc@10.1.0(transitive)
- Removedcaniuse-lite@1.0.30001697(transitive)
- Removedelectron-to-chromium@1.5.93(transitive)
- Removedpostcss-calc@10.1.1(transitive)
Updatedbrowserslist@^4.23.1