We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1794b commit cab0f68Copy full SHA for cab0f68
kanban/README.md
@@ -433,8 +433,8 @@ Finally, some style for the individual tasks:
433
}
434
```
435
436
-We use the content property to put a Unicode times symbol and make a neat little
437
-delete button:
+And we use the CSS [content property][content-prop] to put a Unicode times
+symbol and make a neat little delete button:
438
439
```css
440
.delete:before {
@@ -451,3 +451,4 @@ delete button:
451
[flask]: http://flask.pocoo.org/
452
[trello]: https://trello.com/
453
[dnd]: https://github.com/gaearon/react-dnd
454
+[content-prop]: https://developer.mozilla.org/en-US/docs/Web/CSS/content
0 commit comments