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 2 commits
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
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Copy link
Member

Choose a reason for hiding this comment

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

I think we could probably lose these sentence. Otherwise looks good!

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 removed line 73. Is that what you were referring to?


### 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.
Expand Down