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

Use plain .scss, not CSS module #4108

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Use plain .scss, not CSS module #4108

merged 1 commit into from
Jun 20, 2024

Conversation

shauns
Copy link
Contributor

@shauns shauns commented Jun 20, 2024

WHY are these changes introduced?

Fixes a bug with the dev console UI

WHAT is this pull request doing?

Vite has changed how it deals with CSS modules; our reset.scss is not a css module so must be renamed.

How to test your changes?

Run pnpm shopify app dev --path=<path to app>

Measuring impact

How do we know this change was effective? Please choose one:

  • n/a - this doesn't need measurement, e.g. a linting rule or a bug-fix
  • Existing analytics will cater for this addition
  • PR includes analytics changes to measure impact

Checklist

  • I've considered possible cross-platform impacts (Mac, Linux, Windows)
  • I've considered possible documentation changes

Copy link
Contributor

We detected some changes at either packages/*/src or packages/cli-kit/assets/cli-ruby/** and there are no updates in the .changeset.
If the changes are user-facing, run "pnpm changeset add" to track your changes and include them in the next release CHANGELOG.

Copy link
Contributor

Coverage report

St.
Category Percentage Covered / Total
🟡 Statements 72.55% 7452/10271
🟡 Branches 69.12% 3655/5288
🟡 Functions 71.52% 1969/2753
🟡 Lines 72.89% 7038/9655

Test suite run success

1713 tests passing in 794 suites.

Report generated by 🧪jest coverage report action from 31c8875

@nickwesselman
Copy link
Contributor

Looking good!

image

@shauns shauns added this pull request to the merge queue Jun 20, 2024
Merged via the queue into main with commit 4f23966 Jun 20, 2024
@shauns shauns deleted the dev-console-ui branch June 20, 2024 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants