Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Mar 27, 2021
1 parent 55f34ce commit 39a8e86
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ module.exports = {
postcss(crafty, config, bundle) {
// Override CSS custom properties in code
const customProperties = config.processor("postcss-custom-properties").options;
customProperties.variables = {
color: "#fa5b35"
customProperties.importFrom = {
customProperties: {
"--color": "#fa5b35"
}
}
}
};
2 changes: 1 addition & 1 deletion packages/postcss-swissquote-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"postcss-color-rgba-fallback": "4.0.0",
"postcss-csso": "5.0.0",
"postcss-custom-media": "8.0.0",
"postcss-custom-properties": "7.0.0",
"postcss-custom-properties": "11.0.0",
"postcss-custom-selectors": "6.0.0",
"postcss-dir-pseudo-class": "5.0.0",
"postcss-filter-gradient": "1.0.0",
Expand Down
13 changes: 6 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8960,13 +8960,12 @@ [email protected]:
resolved "https://registry.yarnpkg.com/postcss-custom-media/-/postcss-custom-media-8.0.0.tgz#1be6aff8be7dc9bf1fe014bde3b71b92bb4552f1"
integrity sha512-FvO2GzMUaTN0t1fBULDeIvxr5IvbDXcIatt6pnJghc736nqNgsGao5NT+5+WVLAQiTt6Cb3YUms0jiPaXhL//g==

postcss-custom-properties@7.0.0:
version "7.0.0"
resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-7.0.0.tgz#24dc4fbe6d6ed550ea4fd3b11204660e9ffa3b33"
integrity sha512-dl/CNaM6z2RBa0vZZqsV6Hunj4HD6Spu7FcAkiVp5B2tgm6xReKKYzI7x7QNx3wTMBNj5v+ylfVcQGMW4xdkHw==
postcss-custom-properties@11.0.0:
version "11.0.0"
resolved "https://registry.yarnpkg.com/postcss-custom-properties/-/postcss-custom-properties-11.0.0.tgz#f98cd192cd8dfcd8afa3baa1ad5b5d91d01292f3"
integrity sha512-Fhnx/QLt+CTt23A/KKVx1anZD9nmVpOxKCKv5owWacMoOsBXFhMAD6SZYbmPMH4nHdIeMUnWOvLZnlY4niS0sA==
dependencies:
balanced-match "^1.0.0"
postcss "^6.0.18"
postcss-values-parser "^4.0.0"

[email protected]:
version "6.0.0"
Expand Down Expand Up @@ -9317,7 +9316,7 @@ postcss@^5.0.5:
source-map "^0.5.6"
supports-color "^3.2.3"

postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.10, postcss@^6.0.18, postcss@^6.0.23, postcss@^6.0.6, postcss@^6.0.9:
postcss@^6.0.0, postcss@^6.0.1, postcss@^6.0.10, postcss@^6.0.23, postcss@^6.0.6, postcss@^6.0.9:
version "6.0.23"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-6.0.23.tgz#61c82cc328ac60e677645f979054eb98bc0e3324"
integrity sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag==
Expand Down

0 comments on commit 39a8e86

Please sign in to comment.