Skip to content

Commit 8dbb452

Browse files
authored
remove postcss-calc (#190)
1 parent 98577be commit 8dbb452

File tree

3 files changed

+0
-20
lines changed

3 files changed

+0
-20
lines changed

lib/clark-plugin.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ module.exports = class ClarkPlugin extends Plugin {
6060
// require('postcss-property-lookup')
6161
];
6262
const after = [
63-
// https://github.com/postcss/postcss-calc
64-
// Reduce `calc()` expressions whenever possible
65-
require('postcss-calc'),
66-
6763
// https://github.com/postcss/postcss-color-function
6864
// Transform W3C CSS color function to more compatible CSS
6965
require('postcss-color-function'),

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
},
2121
"dependencies": {
2222
"postcss-advanced-variables": "^3.0.0",
23-
"postcss-calc": "^7.0.1",
2423
"postcss-color-function": "^4.1.0",
2524
"postcss-custom-selectors": "^5.1.2",
2625
"postcss-easing-gradients": "^3.0.1",

yarn.lock

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3303,11 +3303,6 @@ css-selector-tokenizer@^0.7.0:
33033303
fastparse "^1.1.1"
33043304
regexpu-core "^1.0.0"
33053305

3306-
css-unit-converter@^1.1.1:
3307-
version "1.1.1"
3308-
resolved "https://registry.yarnpkg.com/css-unit-converter/-/css-unit-converter-1.1.1.tgz#d9b9281adcfd8ced935bdbaba83786897f64e996"
3309-
integrity sha1-2bkoGtz9jO2TW9urqDeGiX9k6ZY=
3310-
33113306
cssdb@^4.4.0:
33123307
version "4.4.0"
33133308
resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-4.4.0.tgz#3bf2f2a68c10f5c6a08abd92378331ee803cddb0"
@@ -7089,16 +7084,6 @@ postcss-attribute-case-insensitive@^4.0.1:
70897084
postcss "^7.0.2"
70907085
postcss-selector-parser "^5.0.0"
70917086

7092-
postcss-calc@^7.0.1:
7093-
version "7.0.1"
7094-
resolved "https://registry.yarnpkg.com/postcss-calc/-/postcss-calc-7.0.1.tgz#36d77bab023b0ecbb9789d84dcb23c4941145436"
7095-
integrity sha512-oXqx0m6tb4N3JGdmeMSc/i91KppbYsFZKdH0xMOqK8V1rJlzrKlTdokz8ozUXLVejydRN6u2IddxpcijRj2FqQ==
7096-
dependencies:
7097-
css-unit-converter "^1.1.1"
7098-
postcss "^7.0.5"
7099-
postcss-selector-parser "^5.0.0-rc.4"
7100-
postcss-value-parser "^3.3.1"
7101-
71027087
postcss-color-function@^4.1.0:
71037088
version "4.1.0"
71047089
resolved "https://registry.yarnpkg.com/postcss-color-function/-/postcss-color-function-4.1.0.tgz#b6f9355e07b12fcc5c34dab957834769b03d8f57"

0 commit comments

Comments
 (0)