Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.79 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.79 KB

Neue Build Status

This is Neue, our interface framework and pattern library. It defines a set of base styles and common patterns shared throughout our website. It's a strong foundation for building beautiful interfaces.

Neue was built for our internal needs at DoSomething.org, but it could also work for your organization. Feel free to fork this repository and use it as a starting point for your own website and style guide.

Usage

You can get your own copy of Neue by downloading a release or by using Bower:

bower install DoSomething/neue#~5.0.0

Include the bundled dist/neue.css and dist/neue.js in your page. Be sure to include jQuery 1.7+ and the bundled dist/modernizr-neue.js in your page's <head>. That's it! Check out the online pattern library and start building.

You can also integrate Neue into your app's SCSS/AMD build process. See Advanced Usage. See CONTRIBUTING to set up Neue for local development.

Browser Support

Neue supports Chrome 31+, Safari 5+, Firefox 20+, Android 4+, iOS 5+, and IE8+ (with polyfills). For IE8 support, you'll need to include polyfills to support HTML5 elements, media queries, and rem CSS units. See HTML5Shiv and Respond.js for more information.

License

©2014 DoSomething.org. Neue is free software, and may be redistributed under the terms specified in the LICENSE file. The name and logo for DoSomething.org are trademarks of Do Something, Inc and may not be used without permission.