We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This commit seems to have broken the css in the https://docs-staging.cypress.io page. 5be5de4
See the Cypress Test Video of the run, where the css is obviously not loading correctly: https://dashboard.cypress.io/#/projects/ma3dkn/runs/c28f9d36-1eef-4bcf-b4fb-8e9a4732ac4f/videos
And the Cypress Test Video on the commit before, where the css is fine: https://dashboard.cypress.io/#/projects/ma3dkn/runs/480835eb-3b6b-490d-a7c7-259a1275820c/videos
We need to:
Can recreate locally running NODE_ENV=staging npm start. Ensure you are on Node 8 and have run npm i first.
NODE_ENV=staging npm start
npm i
The text was updated successfully, but these errors were encountered:
When style.css is bundled correctly it will have rules for things like `#container', which makes it height 100% of the viewport
we can do two tests:
#container
Sorry, something went wrong.
test CSS loaded properly for #67
3ff5d30
af06a93
jennifer-shehane
bahmutov
No branches or pull requests
This commit seems to have broken the css in the https://docs-staging.cypress.io page. 5be5de4
See the Cypress Test Video of the run, where the css is obviously not loading correctly: https://dashboard.cypress.io/#/projects/ma3dkn/runs/c28f9d36-1eef-4bcf-b4fb-8e9a4732ac4f/videos
And the Cypress Test Video on the commit before, where the css is fine: https://dashboard.cypress.io/#/projects/ma3dkn/runs/480835eb-3b6b-490d-a7c7-259a1275820c/videos
We need to:
Can recreate locally running
NODE_ENV=staging npm start
. Ensure you are on Node 8 and have runnpm i
first.The text was updated successfully, but these errors were encountered: