File tree Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Expand file tree Collapse file tree 3 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -60,10 +60,6 @@ module.exports = class ClarkPlugin extends Plugin {
60
60
// require('postcss-property-lookup')
61
61
] ;
62
62
const after = [
63
- // https://github.com/postcss/postcss-calc
64
- // Reduce `calc()` expressions whenever possible
65
- require ( 'postcss-calc' ) ,
66
-
67
63
// https://github.com/postcss/postcss-color-function
68
64
// Transform W3C CSS color function to more compatible CSS
69
65
require ( 'postcss-color-function' ) ,
Original file line number Diff line number Diff line change 20
20
},
21
21
"dependencies" : {
22
22
"postcss-advanced-variables" : " ^3.0.0" ,
23
- "postcss-calc" : " ^7.0.1" ,
24
23
"postcss-color-function" : " ^4.1.0" ,
25
24
"postcss-custom-selectors" : " ^5.1.2" ,
26
25
"postcss-easing-gradients" : " ^3.0.1" ,
Original file line number Diff line number Diff line change @@ -3303,11 +3303,6 @@ css-selector-tokenizer@^0.7.0:
3303
3303
fastparse "^1.1.1"
3304
3304
regexpu-core "^1.0.0"
3305
3305
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
-
3311
3306
cssdb@^4.4.0 :
3312
3307
version "4.4.0"
3313
3308
resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-4.4.0.tgz#3bf2f2a68c10f5c6a08abd92378331ee803cddb0"
@@ -7089,16 +7084,6 @@ postcss-attribute-case-insensitive@^4.0.1:
7089
7084
postcss "^7.0.2"
7090
7085
postcss-selector-parser "^5.0.0"
7091
7086
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
-
7102
7087
postcss-color-function@^4.1.0 :
7103
7088
version "4.1.0"
7104
7089
resolved "https://registry.yarnpkg.com/postcss-color-function/-/postcss-color-function-4.1.0.tgz#b6f9355e07b12fcc5c34dab957834769b03d8f57"
You can’t perform that action at this time.
0 commit comments