Skip to content

Commit 7ca2365

Browse files
committed
Add related section
1 parent 1f94195 commit 7ca2365

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

package.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
"name": "awesome-css-learning",
33
"private": true,
44
"scripts": {
5-
"test": "awesome-lint",
6-
"toc": "markdown-toc -i --maxdepth 2 readme.md"
5+
"test": "awesome-lint"
76
},
87
"author": "Michael Kühnel",
98
"devDependencies": {
10-
"awesome-lint": "^0.9.0",
11-
"markdown-toc": "^1.2.0"
9+
"awesome-lint": "^0.9.0"
1210
}
1311
}

readme.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ This list is mainly about [CSS](https://developer.mozilla.org/docs/Web/CSS) –
88

99
## Contents
1010

11-
<!-- Run `npm run toc` to generate the TOC -->
12-
13-
<!-- toc -->
14-
1511
- [CSS References](#css-references)
1612
- [CSS in a nutshell](#css-in-a-nutshell)
1713
- [Fundamental concepts](#fundamental-concepts)
@@ -20,8 +16,7 @@ This list is mainly about [CSS](https://developer.mozilla.org/docs/Web/CSS) –
2016
- [Custom properties (aka CSS variables)](#custom-properties-aka-css-variables)
2117
- [Layout](#layout)
2218
- [Animation](#animation)
23-
24-
<!-- tocstop -->
19+
- [Related](#related)
2520

2621
---
2722

@@ -100,6 +95,10 @@ This list is mainly about [CSS](https://developer.mozilla.org/docs/Web/CSS) –
10095

10196
---
10297

98+
## Related
99+
100+
[Awesome JavaScript Learning](https://github.com/micromata/awesome-javascript-learning) - A tiny list limited to the best JavaScript learning resources.
101+
103102
## License
104103

105104
[![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)

0 commit comments

Comments
 (0)