paragon icon indicating copy to clipboard operation
paragon copied to clipboard

[maintenance] Upgrade Gatsby JS ecosystem packages in Paragon

Open adamstankiewicz opened this issue 2 years ago • 1 comments

Ensure Gatsby packages are upgraded to latest.

===

We recently added support via @edx/frontend-build (v12.6.0) for MFEs to use @custom-media queries to support using CSS variables in media queries.

It's unclear if there is a similar change required to ensure @custom-media is supported in Paragon's Gatsby documentation website.

For example, will we need to add the postcss-custom-media plugin to gatsby-node.js and/or gatsby-config.js to add support for @custom-media?

### Acceptance Criteria
- [ ] Ensure the Paragon documentation website supports `@custom-media`.
- [ ] Upgrade Gatsby-related packages through Paragon.

adamstankiewicz avatar Feb 24 '23 13:02 adamstankiewicz

PR (DRAFT): https://github.com/openedx/paragon/pull/2767

PKulkoRaccoonGang avatar Nov 06 '23 11:11 PKulkoRaccoonGang