Rocket is a powerful Sass framework with many common used components and utility functions, to help you build websites faster and easier.

Download Get started

Features

Get started

  1. Download Rocket

    Download Rocket via npm, bower or download the source files directly.

    bower install rocket --save
    
    download tools
  2. Import Rocket and Start using Rocket Mixins and Functions

    Import Rocket into your sass file. (More details about Sass import, visit http://sass-lang.com/guide#topic-5). You can now use all the mixins and functions.

    scss
    @import "path/to/rocket";
    
    .wrapper {
      @include grid(3 7);
    }
    
  3. Compile sass to css

    Use one of these tools or a Task runner to compile your sass files to css files.

    download tools

What's next?

Start with the Guide? Read the Document? Follow a simply Tutorial?

Support

BrowserStackBrowserstack