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

pre white-space to pre-wrap, rename + add build to browser-sync script #24

Merged
merged 2 commits into from
Apr 29, 2024

Conversation

rdela
Copy link
Owner

@rdela rdela commented Apr 29, 2024

v9.2.12-alpha.9

fix: pre white-space to pre-wrap, rename + fortify browser-sync script

- Unstyled section in third post was breaking layout on mobile.
  Try toggling `pre-wrap` back to `pre` to see the issue:
  https://eleventeen.blog/archive/thirdpost/#unstyled
  or see it in Base Blog on small enough screens:
  https://eleventy-base-blog.netlify.app/blog/thirdpost/#unstyled
  Note text is larger in eleventeen.

- `pre-wrap` Sequences of white space are preserved. Lines are broken at
  newline characters, at <br>, and as necessary to fill line boxes.
  https://developer.mozilla.org/en-US/docs/Web/CSS/white-space

- rename browser-sync script from 9.2.11 / #23:
  https://github.com/rdela/eleventeen/releases/tag/v9.2.11-alpha.9
  https://github.com/rdela/eleventeen/pull/23/files
  from `serve` to `bs`
  this disambiguates it from Eleventy's built in serve / dev server
  also might as well build first so now begins w/ `eleventy &&`
Copy link

netlify bot commented Apr 29, 2024

Deploy Preview for eleventeen ready!

Name Link
🔨 Latest commit 7df993d
🔍 Latest deploy log https://app.netlify.com/sites/eleventeen/deploys/662ff4a040cee60008a8461e
😎 Deploy Preview https://deploy-preview-24--eleventeen.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 100 (no change from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@rdela rdela merged commit 723e5bb into trunk Apr 29, 2024
6 checks passed
@rdela rdela deleted the prewrap branch April 29, 2024 19:37
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.

1 participant