icetee / siimple

Minimal CSS Framework for flat and clean designs.

Home Page:https://siimple.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Siimple

Siimple

npm npm devDependency Status

About

Siimple is a minimal and light CSS framework for flat and clean designs created by Josemi Juanes, and built using SASS/SCSS. The result is a clean starting point for your front-end developments with a 5Kb minimized version.

NOTE: Siimple wasn't created for competing with Bootstrap.

Getting started

There are three ways to download Siimple:

For more information about Siimple, please visit the Siimple homepage and read the getting started guide or the reference.

Build

By default, you have a compiled version of Siimple in the dist/ folder. Nevertheless, you can build your local copy of Siimple in two steps. First, install the dev-dependencies using npm:

npm install

Then, build the Siimple source code (placed in src/) using Gulp:

gulp default

This will generate a compiled version in dist/ folder.

Contribute

You can contribute with Siimple installing it and submitting issues and pull requests :)

License

Siimple is under the MIT license.

About

Minimal CSS Framework for flat and clean designs.

https://siimple.github.io

License:MIT License


Languages

Language:CSS 94.7%Language:JavaScript 5.3%