Skip to content

Commit fb42fc8

Browse files
committed
Fix remaining lint: blank line before fenced blocks + trailing spaces
1 parent f9e9842 commit fb42fc8

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

skills/design-engineering/references/components/hover-states-subtle.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Disabled elements should be visually distinct but not dead:
7676
```
7777

7878
But for inputs:
79+
7980
```css
8081
.input:disabled {
8182
background-color: var(--bg-disabled); /* not just opacity */

skills/design-engineering/references/motion/animation-decision-framework.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The most-skipped step in design engineering is asking "should this animate at al
1717
- **Feedback** — confirm the action happened.
1818
- **Hierarchy** — direct attention to one thing over another.
1919
- **Spatial** — clarify where something came from or went to.
20-
20+
2121
Invalid purposes:
2222
- **Decoration** — animation as garnish.
2323
- **Filling time** — animation to mask slow code (fix the code).

skills/design-engineering/references/typography/line-length-tracking.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ For prose: 60–70 characters per line is the sweet spot.
1414
For UI labels and form fields: shorter is fine; you control them.
1515

1616
CSS:
17+
1718
```css
1819
.prose {
1920
max-width: 65ch;

0 commit comments

Comments
 (0)