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.
There are three ways to download Siimple:
- Using npm:
npm install siimple
. - Using bower:
bower install siimple
. - Download the latest release: https://github.com/siimple/siimple/releases.
- Clone the repo:
git clone https://github.com/siimple/siimple.git
.
For more information about Siimple, please visit the Siimple homepage and read the getting started guide or the reference.
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.
You can contribute with Siimple installing it and submitting issues and pull requests :)
Siimple is under the MIT license.