From 52c6d82c1af44476ba4c938a5602e95a244b4f94 Mon Sep 17 00:00:00 2001 From: Josh Wenning Date: Sat, 28 Oct 2017 21:13:31 -0400 Subject: [PATCH 1/3] Add community section to docs --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index d464f8f1..2ce9b957 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,23 @@ Tools and dependency managers: * [npm](https://www.npmjs.org/): package manager. * [html-inspector](https://github.com/philipwalton/html-inspector): test HTML templates for SUIT CSS conformance. +### Community Packages + +Easily extend SUIT CSS with these third-party packages. + +#### Components + +* https://github.com/simonsmith/suitcss-components-form-field +* https://github.com/giuseppeg/suitcss-components-icon +* https://github.com/giuseppeg/suitcss-components-arrow +* https://github.com/antontrollback/select + +#### Utilities + +* https://github.com/simonsmith/suitcss-utils-list +* https://github.com/simonsmith/suitcss-utils-image +* https://github.com/frekyll/suitcss-utils-spacing + ## Development Install [Node](http://nodejs.org) (comes with npm). From 3d88dd6e60782834c03b68aea0d093c6bfcc99eb Mon Sep 17 00:00:00 2001 From: Josh Wenning Date: Sun, 29 Oct 2017 16:57:12 -0400 Subject: [PATCH 2/3] Replaced giuseppeg packages and moved section --- README.md | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2ce9b957..dc4fcd48 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,22 @@ the `-w` flag e.g. `npm run build -- -w`. Refer to the [SUIT theme](https://github.com/suitcss/theme) for a more thorough example. +## Community Packages + +Easily extend SUIT CSS with these third-party packages. + +### Components + +* https://github.com/antontrollback/select +* https://github.com/giuseppeg/suitcss-toolkit +* https://github.com/simonsmith/suitcss-components-form-field + +### Utilities + +* https://github.com/frekyll/suitcss-utils-spacing +* https://github.com/simonsmith/suitcss-utils-image +* https://github.com/simonsmith/suitcss-utils-list + ## Example SUIT CSS makes use of variables, custom media queries, and dependency resolution for CSS. @@ -187,23 +203,6 @@ Tools and dependency managers: * [npm](https://www.npmjs.org/): package manager. * [html-inspector](https://github.com/philipwalton/html-inspector): test HTML templates for SUIT CSS conformance. -### Community Packages - -Easily extend SUIT CSS with these third-party packages. - -#### Components - -* https://github.com/simonsmith/suitcss-components-form-field -* https://github.com/giuseppeg/suitcss-components-icon -* https://github.com/giuseppeg/suitcss-components-arrow -* https://github.com/antontrollback/select - -#### Utilities - -* https://github.com/simonsmith/suitcss-utils-list -* https://github.com/simonsmith/suitcss-utils-image -* https://github.com/frekyll/suitcss-utils-spacing - ## Development Install [Node](http://nodejs.org) (comes with npm). From 6107727a5e4c857522e838dd8cb6f4079eeb6057 Mon Sep 17 00:00:00 2001 From: Josh Wenning Date: Tue, 31 Oct 2017 02:37:31 -0400 Subject: [PATCH 3/3] Remove Community Packages sentence --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index dc4fcd48..809fd12a 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,6 @@ example. ## Community Packages -Easily extend SUIT CSS with these third-party packages. - ### Components * https://github.com/antontrollback/select