The two main new things is the new css.ChromaStyles template func and the new importContext option demonstrated below.
{{ $light := css.ChromaStyles (dict "targetPath" "css/components/chroma-light.css" "style" "github" "mode" "light") }} {{ $dark := css.ChromaStyles (dict "targetPath" "css/components/chroma-dark.css" "style" "github" "mode" "dark") }} {{ $opts := dict "minify" true "importContext" (slice $light $dark) }} {{ $css := resources.Get "css/main.css" | css.Build $opts }}
The importContext is relevant for css.Build, js.Build, css.Sass, and css.PostCSS. and it allows you to make resources (e.g. built from resources.FromString) resolvable in e.g. CSS @import statements.
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | Release v0.164.0 | 0 | 10 | 06-07-2026 |
| 2 | Release v0.160.0 | 0 | 10 | 04-04-2026 |
| 3 | Release v0.163.0 | 0 | 10 | 08-06-2026 |
| 4 | Release v0.160.1 | 0 | 10 | 08-04-2026 |
| 5 | Release v0.161.0 | 0 | 10 | 28-04-2026 |
| 6 | Release v0.162.0 | 0 | 10 | 26-05-2026 |
| 7 | Release v0.161.1 | 0 | 10 | 29-04-2026 |
| 8 | Release v0.163.1 | 0 | 10 | 11-06-2026 |
| 9 | Release v0.163.2 | 0 | 10 | 15-06-2026 |
| 10 | Release v0.163.3 | 0 | 10 | 18-06-2026 |