Skip to content

Commit

Permalink
Add “sans-serif” to tail of font shortcut (#3813)
Browse files Browse the repository at this point in the history
  • Loading branch information
code-warrior authored and jeddy3 committed Nov 23, 2018
1 parent d41c5df commit 309644f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/rules/font-weight-notation/README.md
Expand Up @@ -31,7 +31,7 @@ a { font-weight: bold; }
```

```css
a { font: italic normal 20px; }
a { font: italic normal 20px sans-serif; }
```

The following patterns are *not* considered violations:
Expand All @@ -57,7 +57,7 @@ a { font-weight: 700; }
```

```css
a { font: italic 400 20px; }
a { font: italic 400 20px sans-serif; }
```

The following patterns are *not* considered violations:
Expand All @@ -67,7 +67,7 @@ a { font-weight: bold; }
```

```css
a { font: italic normal 20px; }
a { font: italic normal 20px sans-serif; }
```

## Optional secondary options
Expand Down

0 comments on commit 309644f

Please sign in to comment.