# Rapido Framework An easy and quick [**Sass**](http://sass-lang.com/) + [**Compass**](http://compass-style.org/) + [**Susy**](http://susy.oddbird.net/) + [**OOCSS**](http://oocss.org/) + [**BEM**](http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/) prototyping framework based on Bootstrap without all the default styles. ## Features * Most of the modules from Boostrap (some heavily modified and streamlined) * **CSS architecture and styling completely separated**, creating and switching complex themes is much easier * **Every unused component can be disabled** to slim the final css * All sizes are in **em** and respect the **vertical rhythm** of the page * **Super easy responsive layouts** with Susy and custom mixins * Full support of **automatic sprite generation** (with Compass) * Full support of **icon fonts** with 8 fonts already included and custom mixin to remove any frictions * Complete set of **css animations** with custom mixin * There is a variable for almost everything ## Documentation A complete documentation of what is currently available can be found here: [Rapido Documentation](http://raffone.github.io/rapido/) ## Credits * [Bootstrap](https://github.com/twitter/bootstrap) * [Twitter Bootstrap - For Compass](https://github.com/vwall/compass-twitter-bootstrap) * [Susy [a Compass plugin]](https://github.com/ericam/susy) * [HTML5 Boilerplate](https://github.com/h5bp/html5-boilerplate) * [Inuit.css](https://github.com/csswizardry/inuit.css) ## License This code is made available under the same license as Twitter Bootstrap. -- Copyright 2013 [Raffaele Rasini](http://twitter.com/raffaele) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.