diff --git a/src/docs/css.md b/src/docs/css.md index a0fc1d0..1542f0a 100644 --- a/src/docs/css.md +++ b/src/docs/css.md @@ -12,7 +12,7 @@ The CSS system of this starter was invented by Andy Bell. If you want to know ex The main CSS file is now inline in production to improve performance, see `.src/_includes/head/css-inline.njk`. -You can add per-page or component bundles of CSS. Instead of adding your CSS file to the `src/assets/css/global/blocks/` directory, you can place them in `src/assets/css/bundle/`. All CSS files in there will be stored alongside `global.css` in `.src/_includes/css/`. You can now include them in the "local" bundle only on pages or components where you need them: +You can add per-page or component bundles of CSS. Instead of adding your CSS file to the `src/assets/css/global/blocks/` directory, you can place them in `src/assets/css/local/`. All CSS files in there will be stored alongside `global.css` in `.src/_includes/css/`. You can now include them in the "local" bundle only on pages or components where you need them: {% raw %} diff --git a/src/pages/about.md b/src/pages/about.md index 549f336..8dd4967 100644 --- a/src/pages/about.md +++ b/src/pages/about.md @@ -14,7 +14,6 @@ If you want to know exactly how it all works, [read this article on piccalil.li] The aim is to spread the idea and use of this _excellent_ workflow. To work with it efficiently you should be familiar with [cube.fyi](https://cube.fyi/), [utopia.fyi](https://utopia.fyi/) and [every-layout.dev](https://every-layout.dev/). - buildexcellentwebsit.es -- Remix the original: https://glitch.com/edit/#!/remix/build-excellent-websites - Study the [original CSS boilerplate](https://github.com/Set-Creative-Studio/cube-boilerplate/tree/main) ## Watch the talk