Closed ybiquitous closed 3 months ago
Name | Link |
---|---|
Latest commit | 844e0def535e685cc8caea82f26042cb6f9c2478 |
Latest deploy log | https://app.netlify.com/sites/chimerical-trifle-8d3c21/deploys/66ab904a2ab1470008af9e0b |
Deploy Preview | https://deploy-preview-416--chimerical-trifle-8d3c21.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 configuration.
Here's another way to reproduce this issue locally with https://github.com/stylelint/stylelint.io:
src/pages/demo.js
using this preview URL like this:
- const FRAME_ORIGIN = 'https://chimerical-trifle-8d3c21.netlify.app';
+ const FRAME_ORIGIN = 'https://deploy-preview-416--chimerical-trifle-8d3c21.netlify.app';
npm ci && npm start
@jeddy3 Does this PR change make sense? I'd be happy if you could take a quick look. 🙏🏼
LGTM. Explicitly setting the background colour is fine.
Follow-up to #413
I came across this issue on the dark mode supported by the demo site (https://stylelint.io/demo).
To reproduce it locally, edit
src/demo.css
like this: