mCSS 1.0.0 #50
minimaldesign
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The official launch. Everything from the 0.9 beta reviewed, restructured, and built out into a full component framework for websites. Read the announcement post, or jump straight to the docs.
mCSS follows the copy-it-you-own-it model: there is no package to install or update. Grab
dist/mcss.css(ormcss.min.css), copy the pieces you want, and edit them like anything else you wrote.Highlights
theme.default.cssis a copyable starting point, andtheme.wireframe.css(a hand-drawn wireframe skin) is the worked example. See the themes docs.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..layout,.layout-centered,.layout-sidebar,.layout-docs,.layout-split,.layout-cover) with full-page demos and thumbnail diagrams in the layouts docs.dist/build: the whole framework pre-processed as a drop-in file, plus per-file copies indist/css/, committed and kept fresh by CI./llms.txt,/llms-full.txt, and a markdown twin of every docs page. See the AI docs.Breaking changes since 0.9
extraClassprops renamed toclass.atomslayer collapsed intocomponents;atom.*files are gone.global.layout.cssinternals replaced by the layout scaffolds above.pageslayer removed from the layer order.settings.theme.default.cssrenamed tosettings.ui.css; "theme tokens" are now "interface tokens", and themes live intheme.*.cssfiles.--theme-border-colorand--theme-shadow-colorrenamed to--ui-border-colorand--ui-shadow-color.The full list of changes is in the changelog. The last pre-1.0 state of the old file tree is preserved under the
v0.9.0tag.If you build something with mCSS, come show it off in the discussions.
This discussion was created from the release mCSS 1.0.0.
All reactions