Getting Started

Get started with Rocket CSS. Here you'll find everything you need to get up and running with this open source, lightweight CSS framework.

NPM#

Get up and running with Rocket CSS by installing through NPM.

npm install rocket-css --save

CSS#

The easiest way to get up and running with Rocket CSS is to download Rocket CSS and include either our minified, or non-minified version of Rocket CSS.

Download the .zip and use the compiled rocketcss.css file located in: rocketcss-dist/css/rocketcss.css

Download v1.2.0

Include in your project

After you've downloaded Rocket CSS, you'll need to add it to the <head>

<link rel="stylesheet" type="text/css" href="rocket-css.min.css">

JS#

Rocket CSS is a pure CSS only framework. We provide basic classes for adding Javascript functionality, but you'll have to build this functionality.

Community#

New feature idea? Or found a bug? Rocket CSS is community focused, we rely on the community to help build this framework, so if you find something, feel free to open a Github issue.

Please search Github issues before opening a new one.