- HEAD
- v5.4.2
- v5.4.1
- v5.4.0
- v5.3.0
- v5.2.4
- v5.2.3
- v5.2.2
- v5.2.1
- v5.2.0
- v5.1.1
- v5.1.0
- v5.0.4
- v5.0.3
- v5.0.2
- v5.0.1
- v5.0.0 Blouson
- v4.4.3
- v4.4.2
- v4.4.1
- v4.4.0
- v4.3.2
- v4.3.1
- v4.3.0
- v4.2.0
- v4.1.1
- v4.1.0
- v4.0.1
- v4.0.0 Peplum
- v3.6.0
- v3.5.1
- v3.5.0
- v3.4.1
- v3.4.0
- v3.3.0 / v3.3.1
- v3.2.1
- v3.2.0
- v3.1.3
- v3.1.1 / v3.1.2
- v3.0.0 Tea-Length Dress
- v2.0.0 Little Black Dress
- v1.2.4
- v1.2.3
- v1.2.2 / v1.2.1 / v1.2.0
- v1.1.0
- v1.0.0 sem.css
- v0.10.x
- v0.9.x
- v0.8.0
- v0.7.0 – v0.6.0
- v0.5.x
- v0.4.0
- v0.3.x
- v0.2.x
- v0.1.x
- Extend the full-height flex layout trigger from
body > mainto also cover a direct wrapper under<body>that directly contains<main>.
- Add
lint-staged-based pre-commit checks and move full validation to pre-push/release. - Add local
release-itautomation for validation, version bumping, changelog promotion, and README version updates. - Create GitHub releases from the CLI with
ghinstead of relying on a browser flow.
- Add
--dress-gap-bodyvariable for<body>with an immediate<main>. Default to--dress-m-b. - Set default bold font weight on all headings.
- Disable CSS nesting in build.
- Add some compatibility for browsers not supporting
light-dark(). - Add
lint-stagedandrelease-it.
- Export every CSS layer file for import finer control.
- Override
margin-blockin> :first-child&> :last-childofasideinstead of overriding variables affecting children elements.
- Fix monospace font not being used on
<textarea>.
- Use
dvbinstead ofdvhfor<body>min-block-size.
- Add missing changes.
- Drop
prefers-color-schemein favour oflight-dark().
- Fix unstable shrink-wrap body width when header or footer is present in Safari macOS.
- Add styling for logo and title link in header.
- Fix button link icon colour in light mode.
- Switch from Lightning CSS to PostCSS with cssnano to reduce CSS file size.
- Adjust and unify usage of Lightning CSS for minification.
- Tweak CSS minification.
- Migrated from Sass to native CSS with nesting.
- Rebuilt the documentation site with Astro 5.
- Updated the playground tooling to use Vite.
- Introduced semantic colour tokens (
--dress-sec,--dress-neg,--dress-pos) with highlight counterparts (--dress-mk,--dress-del,--dress-ins) replacing the old--dress-axpair, and refreshed<meter>colours through--dress-low,--dress-mid, and--dress-hi. - Renamed
--dress-bg-3to--dress-dtto better describe its role as the shared border/detail colour. - Split font stacks into
--dress-ff-sansand--dress-ff-serif, plus derived--dress-ffand--dress-ff-htokens for body vs heading copy. - Removed the global
[hidden]override to keep browser-native behaviours such ashidden="until-found". - Added codenames to current major version, and to past major versions in retrospect.
- Move
overflow-wrap&word-breakto<body>.
- Wrap long URLs in
<a>.
- Avoid hover state on links and buttons for mobile.
- Add
--dress-bt-2-avariable. - Set
max-widthon<iframe>.
- Add style for
popover,<del>,<iframe>,<ins>,<q>,<samp>. - Adjust padding of
<dialog>. - Add shadow under
<dialog>&popover. - Adjust style of
<mark>in dark theme. - Have
<figure>work with<embed>&<picture>. - Update logo.
- Fix max width of
<dialog>.
- Fix styling in
<dialog><menu>.
- Rename
--dress-acvariable to--dress-ax. - Fix block gap in in horizontal
<menu>.
- Add focus ring on
<img>in links.
- Added
--dress-mw-fcustom property (max-width fallback). - Fixed
.cm-editormax-width in Playground. - Animated Playground style changes.
- Moved
body > mainfrom_blocksto_sections.
- Adjusted
<body>width and padding.- Fixed "springing" issue on macOS Safari.
- Updated padding for consistency with inline elements.
- Centered
<main>invertical-rllayout.
- Added print borders on
<header>and<footer>. - Removed backgrounds in print.
- Increased contrast for print.
- Added
--dress-mw-minfor minimum body width. - Moved
<select>chevrons to right in RTL. - Updated skipnav.
- Used
--dress-bgfor background. - Disabled transition.
- Used
block&inlineprops in_formsand_links.
- Added
text-size-adjust.
- Increased contrast for
--dress-bg-3. - Set
aria-hidden="true"on heading anchor links.
- Added heading anchor links on docs.
- Subtle transitions (likely affects links, buttons).
- Added icon in CSS banner.
- Added banner comment in
dress.css.
- New "Properties" section in Elements.
- Moved attribute styles to
_props.sass. - Added styles for
[inert]and<abbr>. - Used
:focus-visibleto suppress focus ring for mouse users. - Added:
--dress-so(scroll offset).scroll-margin-block-starton headings.scroll-padding-top→scroll-padding-block-start
- Style for
[hidden]. - Style for
<dialog>.
- Adjusted print styles.
- Improved font size var breakdown.
- Styled
<a download>,<menu>in<form>,<fieldset>. - Fixed
first-childmargin leak in header/footer.
- Removed unused
--dress-border-bottom.
- Updated markup for skipnav.
- Centered top page headings.
- Full-height
<body>layout with<main>.
- Renamed animation:
sc-target-fade→dress-target-fade
- Fixed missing variable.
- Adjusted form layout spacing using
gapvars. - Switched inline spacing units to
remfromrch.
- Switched to
rch/rlhunits for inline spacing. - Renamed margin vars to logical props:
--dress-m-t → --dress-m-bs --dress-m-b → --dress-m-be --dress-m-v → --dress-m-b
- Renamed
--dc-*vars (from--sc-*).
- Renamed package to
@remino/dress.css. - Project renamed from
sem.csstodress.css. - Renamed dist files, favicon, logo.
- Added block margin to
<object>and<svg>.
- Merged playground previews.
- Adjusted
<select>padding. - Added copy buttons on code blocks.
- Improved focus rings.
- Styled labels with disabled inputs.
- Styled checkboxes and radios.
- Made default font size slightly flexible.
- CSP-compatible external JS.
- Disabled demo links.
- Added
color-scheme: light darkto:root. - Prevented font resizing in iOS Safari.
- Used
viinstead ofvw. - Favoured inline/block sizes over width/height.
- Full-width
<body>with max constraint.
<video>support.- Styling for
<aside>and<figure>. - Styled
<a download>, adjusted<pre>line-height.
- Styled multiple inputs in a single label.
- Adjusted form control spacing.
- Styled nested
<figure>and<aside>.
- Added smooth scrolling.
- Styled
:targeton headings with fade effect. - Made tables scrollable.
- Used variables to cancel margins.
- Added syntax highlighting with Pastie theme.
- Styled external links with icon.
- Print tweaks for buttons, URLs.
- Adjusted heading line-heights and metadata.
- Initial project setup.
- Styled basic elements (headings, links, forms).
- Added print styles, layout support.