fix: dead link, wrong path

This commit is contained in:
madrilene 2025-11-20 17:35:13 +01:00
parent f843ccca01
commit 6985b69713
2 changed files with 1 additions and 2 deletions

View file

@ -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 %}

View file

@ -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