Please upgrade to the latest version of Internet Explorer or use one of the following browsers: Google Chrome, Apple Safari, or Mozilla Firefox
Base styles, component and layout structures for a projects foundation.
.sass versionems and percentages instead of pixel measurementsUnderoos is meant as the starting point for an application. All of the .sass files are meant to be tweaked to the design, the important part is maintaining the structure of the markup as close as possible. This allows back end developers, front end developers and design teams to work simultaneously across an application. Underoos is the fancy stuff under the pants.
For more details around Underoos and how it works, take a look at the interactive docs.
Underoos is still under continuous development. It's stable, but is subject to some changes.
scss by using the sass-convert tool)Within a Rails environment:
Include underoos in your Gemfile
gem 'underoos'
Then run the generator
rails g underoos:assets
Currently in other environments, it's a manual operation, but it's on our short list to automate this.
.sass files from within underoos/app/assets/stylesheets/javascripts files from within underoos/app/assets/javascripts/javascripts files from within underoos/vendor/assets/javascripts/./script/javascripts for pulling down the latest vendor javascriptsWe know this sort of sucks ATM, but we'll get something better in place, promise.
Underoos utilizes sherpa for documentation generation. This means the comments actually generate a living styleguide. As long as the structure doesn't change, the styleguide will be updated as you change style configurations. This allows documentation to be portable across applications. If you're like us, you hate documenting, so creating an automated task is a bonus all around. We will most likely move the inline documentation to external files in the very near future. Stay tuned.
See the sherpa project for more details.
Underoos is heavily inspired by the fabulous Twitter Bootstrap library. In fact, we are using most of the JavaScript files contained within Bootstrap. We literally built underoos and it's documentation on the backs of giants. Let us give credit where credit is due. There are some key differences between underoos and bootstrap, so don't think of it as a pure clone.
If you don't mind dealing with the less library, you should be using Twitter's Bootstrap.
Feature updates are currently being run through a Pivotal Tracker project.
We are happy to take pull requests and bug fixes, but please follow these simple rules.
Feel free to check in with us before working on anything just to make sure we haven't started down the path already.
To work with the repository, clone and run the following:
bundle
rake sherpa:html
Anytime you alter documentation, you'll need to run rake sherpa:html to regenerate it. If you are only tweaking styles, there is no need to rerun this command, just hit refresh.
Underoos is MIT licensed, so do what you want with these files. We built them for us, but hopefully this makes somebody's life easier too. If you use underoos in a project, like us on Facebook... just kidding, don't do that, that is just lame. Seriously though, let us know how it goes.
Please upgrade to the latest version of Internet Explorer or use one of the following browsers: Google Chrome, Apple Safari, or Mozilla Firefox
For full functionality of this site it is necessary to enable JavaScript.