Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #111 #146

Merged
merged 3 commits into from
Oct 31, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mine repo are old can you replace the two links above with https://github.com/giuseppeg/suitcss-toolkit (not maintained anyway)

* 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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you move this section up, before Example ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made those changes.


Install [Node](http://nodejs.org) (comes with npm).
Expand Down