fix or change copy

This commit is contained in:
madrilene 2024-06-04 07:35:03 +02:00
parent 7016d57e1c
commit 92242afa6f
2 changed files with 4 additions and 6 deletions

View file

@ -33,4 +33,4 @@ All CSS files placed in `src/assets/css/components/` will be sent to the output
In `src/assets/css/global.css` you can decomment `@import-glob 'tests/*.css';` to include CSS for debugging. In `src/assets/css/global.css` you can decomment `@import-glob 'tests/*.css';` to include CSS for debugging.
It makes visible you when your code[ wrapped in `<is-land>` elements](https://github.com/11ty/is-land) is being hydrated, where things might overflow and many other warnings and errors [that Heydon Pickering came up with](https://heydonworks.com/article/testing-html-with-modern-css/). It makes visible when your code[ wrapped in `<is-land>` elements](https://github.com/11ty/is-land) is being hydrated, where things might overflow and many other warnings and errors [that Heydon Pickering came up with](https://heydonworks.com/article/testing-html-with-modern-css/).

View file

@ -10,13 +10,11 @@ blog:
## An Eleventy starter ## An Eleventy starter
This starter is based on [Andy Bell's CSS workflow/boilerplate](/about/). Built around a CSS workflow that emphasizes guiding browser styling rather than micromanaging it. It incorporates progressive enhancement, fluid type and spacing, and utilizes modern CSS features for layout. The goal is to develop frontends that provide a great experience across all devices, connection speeds, and usage contexts.
In Andy's words, we'd rather hint the browser than micromanage it, using progressive enhancement, CSS layout, fluid type & spacing, and modern CSS features. The aim is to create frontends that look good to everyone, regardless of device, connection speed or context.
This is version 3. **This is version 3.**
I keep a [branch of v1](https://github.com/madrilene/eleventy-excellent/tree/v1) and [v2](https://github.com/madrilene/eleventy-excellent/tree/v2) because I have changed a lot of things. I keep a [branch of v1](https://github.com/madrilene/eleventy-excellent/tree/v1) and [v2](https://github.com/madrilene/eleventy-excellent/tree/v2) because I have changed a lot of things.
I have tried to [document](/get-started/#docs-lol) most features and methodologies.
I have tried to [document](/get-started/#docs-lol) features and methodologies.
**Have fun** and let me know if you find any issues or have ideas for improvements! **Have fun** and let me know if you find any issues or have ideas for improvements!