Skip to content

Installation

Using the Starter Project

The quickest way to get started is use the starter project from Github. Either by cloning as below or you can download the latest version here.

git clone https://github.com/AccentDesign/karma-css-starter.git

Then simply run the following:

npm install
npm run watch-css

Other Installation Methods

The package can be installed through npm:

npm install karma-css --save

Or bower:

bower install karma-css

Or by cloning the repo over at Github:

git clone https://github.com/AccentDesign/karma-css.git

Or if you only want the default grid, styles and utility helpers you can use a cdn:

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/karma-css@latest/dist/karma.min.css">