Closed rdela closed 6 months ago
Name | Link |
---|---|
Latest commit | 7df993dd20902a6d4523c1369a0b8bc1e0179bce |
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...Use your smartphone camera to open QR code link. |
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.
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 topre
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-spacerename 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
tobs
this disambiguates it from Eleventy's built in serve / dev server also might as well build first so now begins w/eleventy &&