Skip to content

Commit 4ef34b1

Browse files
committed
Format Markdown files
1 parent a70c4c0 commit 4ef34b1

File tree

5 files changed

+391
-314
lines changed

5 files changed

+391
-314
lines changed

CHANGELOG.md

Lines changed: 24 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262

6363
## v5.1.1
6464

65-
- Fix unstable shrink-wrap body width when header or footer is present in Safari macOS
65+
- Fix unstable shrink-wrap body width when header or footer is present in Safari
66+
macOS
6667

6768
## v5.1.0
6869

@@ -89,11 +90,18 @@
8990
- Migrated from Sass to native CSS with nesting
9091
- Rebuilt the documentation site with Astro 5
9192
- Updated the playground tooling to use Vite
92-
- Introduced semantic colour tokens (`--dress-sec`, `--dress-neg`, `--dress-pos`) with highlight counterparts (`--dress-mk`, `--dress-del`, `--dress-ins`) replacing the old `--dress-ax` pair, and refreshed `<meter>` colours through `--dress-low`, `--dress-mid`, and `--dress-hi`
93-
- Renamed `--dress-bg-3` to `--dress-dt` to better describe its role as the shared border/detail colour
94-
- Split font stacks into `--dress-ff-sans` and `--dress-ff-serif`, plus derived `--dress-ff` and `--dress-ff-h` tokens for body vs heading copy
95-
- Removed the global `[hidden]` override to keep browser-native behaviours such as `hidden="until-found"`
96-
- Added codenames to current major version, and to past major versions in retrospect.
93+
- Introduced semantic colour tokens (`--dress-sec`, `--dress-neg`,
94+
`--dress-pos`) with highlight counterparts (`--dress-mk`, `--dress-del`,
95+
`--dress-ins`) replacing the old `--dress-ax` pair, and refreshed `<meter>`
96+
colours through `--dress-low`, `--dress-mid`, and `--dress-hi`
97+
- Renamed `--dress-bg-3` to `--dress-dt` to better describe its role as the
98+
shared border/detail colour
99+
- Split font stacks into `--dress-ff-sans` and `--dress-ff-serif`, plus derived
100+
`--dress-ff` and `--dress-ff-h` tokens for body vs heading copy
101+
- Removed the global `[hidden]` override to keep browser-native behaviours such
102+
as `hidden="until-found"`
103+
- Added codenames to current major version, and to past major versions in
104+
retrospect.
97105

98106
## v4.4.3
99107

@@ -145,8 +153,8 @@
145153
## v4.1.0
146154

147155
- Adjusted `<body>` width and padding
148-
- Fixed "springing" issue on macOS Safari
149-
- Updated padding for consistency with inline elements
156+
- Fixed "springing" issue on macOS Safari
157+
- Updated padding for consistency with inline elements
150158

151159
## v4.0.1
152160

@@ -190,9 +198,9 @@
190198
- Added styles for `[inert]` and `<abbr>`
191199
- Used `:focus-visible` to suppress focus ring for mouse users
192200
- Added:
193-
- `--dress-so` (scroll offset)
194-
- `scroll-margin-block-start` on headings
195-
- `scroll-padding-top``scroll-padding-block-start`
201+
- `--dress-so` (scroll offset)
202+
- `scroll-margin-block-start` on headings
203+
- `scroll-padding-top``scroll-padding-block-start`
196204
- Style for `[hidden]`
197205
- Style for `<dialog>`
198206

@@ -227,11 +235,11 @@
227235

228236
- Switched to `rch`/`rlh` units for inline spacing
229237
- Renamed margin vars to logical props:
230-
```scss
231-
--dress-m-t--dress-m-bs
232-
--dress-m-b--dress-m-be
233-
--dress-m-v--dress-m-b
234-
```
238+
```scss
239+
--dress-m-t--dress-m-bs
240+
--dress-m-b--dress-m-be
241+
--dress-m-v--dress-m-b
242+
```
235243
- Renamed `--dc-*` vars (from `--sc-*`)
236244

237245
## v2.0.0 Little Black Dress

LICENSE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ ISC License
22

33
Copyright © 2024-2025 Rémino Rem <https://remino.net>
44

5-
Permission to use, copy, modify, and/or distribute this software for any
6-
purpose with or without fee is hereby granted, provided that the above
7-
copyright notice and this permission notice appear in all copies.
5+
Permission to use, copy, modify, and/or distribute this software for any purpose
6+
with or without fee is hereby granted, provided that the above copyright notice
7+
and this permission notice appear in all copies.
88

99
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
10-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
11-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
13-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
14-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
15-
PERFORMANCE OF THIS SOFTWARE.
10+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
11+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
12+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
13+
OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
14+
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
15+
THIS SOFTWARE.

README.md

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,20 @@ states out of the box. Earlier releases were known as **sem.css**.
2929

3030
- [Features](#features)
3131
- [Installation](#installation)
32-
- [HTML (CDN)](#html-cdn)
33-
- [npm](#npm)
34-
- [Direct download](#direct-download)
32+
- [HTML (CDN)](#html-cdn)
33+
- [npm](#npm)
34+
- [Direct download](#direct-download)
3535
- [Usage](#usage)
3636
- [Browser support](#browser-support)
37+
- [Backwards compatibility](#backwards-compatibility)
3738
- [Development](#development)
38-
- [Install first](#install-first)
39-
- [CSS](#css)
40-
- [Docs](#docs)
41-
- [Build everything](#build-everything)
39+
- [Install first](#install-first)
40+
- [CSS](#css)
41+
- [Docs](#docs)
42+
- [Build everything](#build-everything)
4243
- [Tests](#tests)
43-
- [Visual regression (Playwright)](#visual-regression-playwright)
44-
- [Response redirects (Hurl)](#response-redirects-hurl)
44+
- [Visual regression (Playwright)](#visual-regression-playwright)
45+
- [Response redirects (Hurl)](#response-redirects-hurl)
4546
- [Contributing](#contributing)
4647
- [Licence](#licence)
4748

@@ -117,6 +118,16 @@ their mobile counterparts). Compatibility is periodically checked with
117118
[`doiuse`](https://www.npmjs.com/package/doiuse); older engines such as IE are
118119
not supported.
119120

121+
### Backwards compatibility
122+
123+
This stylesheet is meant to stay up to date with the latest changes of
124+
mainstream browsers, not to support old CSS forever. Major version changes will
125+
likely break support of previous version of this stylesheet. Minor version
126+
updates are less likely to do so, but there is still a possibility. If a
127+
specific version of the stylesheet works best for you, stay with it. If you
128+
prefer using the latest version, make sure to read the updates (`CHANGELOG.md`)
129+
and to test your site or application.
130+
120131
[Back to top](#)
121132

122133
---

0 commit comments

Comments
 (0)