Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade Greenwood v0.27.0 #80

Merged
merged 7 commits into from
Nov 23, 2022
Merged

Conversation

thescientist13
Copy link
Contributor

@thescientist13 thescientist13 commented Oct 1, 2022

Related Issue

Upgrade to latest version of Greenwood v0.27.0

Summary of Changes

  1. Clean up plugins in greenwood.config.js
  2. Upgrade web-test-runner.config.js accordingly

TODO

  1. Get postcss-import back - Enhancement/issue 763 restore postcss import ProjectEvergreen/greenwood#998

Tracking a known compat issue between Bootstrap and postcss-preset-env
ProjectEvergreen/greenwood#1002


Not a big deal it seems, but seeing this output from CSSTree
ProjectEvergreen/greenwood#1002 (comment)

   Parse error: ")" is expected
   5224 |  max-width: 100%;
   5225 |  margin: 0;
   5226 |  filter: alpha(opacity=0);
  ------------------------------^
   5227 |  opacity: 0;
   5228 |}
  Parse error: Unexpected input
   6960 |  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
   6961 |  background-repeat: repeat-x;
   6962 |  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#0000…
  -----------------------^
   6963 |}
   6964 |.carousel-control.right {
  Parse error: Unexpected input
   6970 |  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
   6971 |  background-repeat: repeat-x;
   6972 |  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#8000…
  -----------------------^
   6973 |}
   6974 |.carousel-control:focus, .carousel-control:hover {
  Parse error: ")" is expected
   5224 |  max-width: 100%;
   5225 |  margin: 0;
   5226 |  filter: alpha(opacity=0);
  ------------------------------^
   5227 |  opacity: 0;
   5228 |}
  Parse error: Unexpected input
   6960 |  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
   6961 |  background-repeat: repeat-x;
   6962 |  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#0000…
  -----------------------^
   6963 |}
   6964 |.carousel-control.right {
  Parse error: Unexpected input
   6970 |  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
   6971 |  background-repeat: repeat-x;
   6972 |  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#8000…
  -----------------------^
   6973 |}
   6974 |.carousel-control:focus, .carousel-control:hover {
  

@netlify
Copy link

netlify bot commented Oct 1, 2022

Deploy Preview for practical-fermat-fa2c48 ready!

Name Link
🔨 Latest commit 3b4bdc5
🔍 Latest deploy log https://app.netlify.com/sites/practical-fermat-fa2c48/deploys/637e87c3c20c8b00080d9ec5
😎 Deploy Preview https://deploy-preview-80--practical-fermat-fa2c48.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

package.json Outdated
@@ -67,6 +67,7 @@
"eslint": "^8.2.0",
"glob-promise": "^4.2.2",
"mime-types": "^2.1.34",
"postcss-import": "^13.0.0",

This comment was marked as outdated.

@thescientist13 thescientist13 marked this pull request as ready for review November 21, 2022 19:07
@thescientist13 thescientist13 force-pushed the chore/upgrade-greenwood-v0.27.0 branch from 4866b58 to 593b19c Compare November 21, 2022 19:17
@thescientist13 thescientist13 merged commit b9d474f into main Nov 23, 2022
@thescientist13 thescientist13 deleted the chore/upgrade-greenwood-v0.27.0 branch November 23, 2022 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

1 participant