Closed markacianfrani closed 1 year ago
Latest commit: 84264f70c04450f0c1020e57cfe88728e66d43ed
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Name | Link |
---|---|
Latest commit | 84264f70c04450f0c1020e57cfe88728e66d43ed |
Latest deploy log | https://app.netlify.com/sites/astro-stencil/deploys/645bdbc8d0b7970008731d09 |
Deploy Preview | https://deploy-preview-1134--astro-stencil.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Name | Link |
---|---|
Latest commit | 84264f70c04450f0c1020e57cfe88728e66d43ed |
Latest deploy log | https://app.netlify.com/sites/astro-preview/deploys/645bdbc8093c890008994a97 |
Deploy Preview | https://deploy-preview-1134--astro-preview.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
Brief Description
This PR refactors all of our test files to have one entrypoint for CSS--test.css. The global astro.css has been moved to this file to make testing our library without it easier. It was also annoying because some tests were using the test.css and some weren't. Now we have a way to control all of the CSS for every test in one place. Individual tests can still have their own local styles.
A few VRTs have been updated. These are the files without the test.css so adding that changed the presentation slightly (adding some global padding, etc)
JIRA Link
Related Issue
General Notes
Motivation and Context
Issues and Limitations
Types of changes
Checklist