Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ The official launch. Everything from the 0.9 beta reviewed, restructured, and bu

- The framework now uses **native CSS cascade layers**: `settings, base, elements, global, components, theme, helpers`. Layer order, not import order or specificity, decides priority, and your own unlayered CSS beats the framework by default.
- Framework and docs-site CSS fully split (`src/styles/framework/` vs `src/styles/site/`).
- Removed the `--layout-aside-background-color` interface token: no rule in the framework or the docs site ever consumed it. Style `.layout_content_aside` directly if you want an aside background.
- Docs site upgraded to Astro 7.

### Breaking
Expand Down
1 change: 0 additions & 1 deletion dist/css/settings.ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ xxl: 1920px
--layout-content-width: 70ch;
--layout-aside-width: 245px;
--layout-toc-width: 1fr;
--layout-aside-background-color: var(--base-100);

--prose-spacing: var(--sm1);
}
Expand Down
1 change: 0 additions & 1 deletion dist/mcss.css
Original file line number Diff line number Diff line change
Expand Up @@ -545,7 +545,6 @@ xxl: 1920px
--layout-content-width: 70ch;
--layout-aside-width: 245px;
--layout-toc-width: 1fr;
--layout-aside-background-color: var(--base-100);

--prose-spacing: var(--sm1);
}
Expand Down
2 changes: 1 addition & 1 deletion dist/mcss.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/styles/framework/settings.ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@
--layout-content-width: 70ch;
--layout-aside-width: 245px;
--layout-toc-width: 1fr;
--layout-aside-background-color: var(--base-100);

--prose-spacing: var(--sm1);
}
Expand Down
Loading