From e76c58b61c8b6f7f54daf6d8c964b6205ebebfc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Thu, 19 Oct 2023 14:05:54 +0200 Subject: [PATCH 1/2] Add link to collection "css-framework" to topic with the same name --- topics/css-framework/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/css-framework/index.md b/topics/css-framework/index.md index befc81a47ac..2071dd853b7 100644 --- a/topics/css-framework/index.md +++ b/topics/css-framework/index.md @@ -13,3 +13,5 @@ wikipedia_url: https://en.wikipedia.org/wiki/CSS_framework * [Responsiveness](https://github.com/topics/responsive) (often times including breakpoints and [viewport](https://github.com/topics/viewport)) They often have their own class notation and many use [preprocessors](https://github.com/topics/css-preprocessor) like [Sass](https://github.com/topics/sass), [Less](https://github.com/topics/less) or [Stylus](https://github.com/topics/stylus). + +There's a collection of [CSS frameworks](https://github.com/collections/css-frameworks). From 3298799ba68fc1d5355b3570d47e7fb4758bedef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:03:04 +0100 Subject: [PATCH 2/2] Use list instead of boilerplate free-form text Co-authored-by: Justin Kenyon --- topics/css-framework/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/topics/css-framework/index.md b/topics/css-framework/index.md index 2071dd853b7..b1b9b543ab8 100644 --- a/topics/css-framework/index.md +++ b/topics/css-framework/index.md @@ -14,4 +14,5 @@ wikipedia_url: https://en.wikipedia.org/wiki/CSS_framework They often have their own class notation and many use [preprocessors](https://github.com/topics/css-preprocessor) like [Sass](https://github.com/topics/sass), [Less](https://github.com/topics/less) or [Stylus](https://github.com/topics/stylus). -There's a collection of [CSS frameworks](https://github.com/collections/css-frameworks). +Related Collections: + - [CSS frameworks](https://github.com/collections/css-frameworks)