Skip to content
kolaycss.css ~37 KB

The classic CSS file with every style inside, for use with <link rel="stylesheet">. Includes grid, colors, components and utilities.

Download kolaycss.css
kolaycss.min.js ~59 KB

Carries the full CSS internally and only injects the rules actually used on the page as a <style> tag. No <link> needed — start with a single line.

Download kolaycss.min.js
Both? kolaycss.min.js already contains framework.css. Loading both together only duplicates styles; kolaycss.min.js alone is enough.

Using the downloaded files

  1. Copy the files into your project folder (e.g. assets/).
  2. Add one line to your page (the code below is ready to copy).

Setup code

<script src="assets/kolaycss.min.js"></script>

What's inside

framework.css contains the following sections:

Version: 1.2 - Stable