/simple-web

The minimal and themeable CSS toolkit for flat and clean designs

Primary LanguageJavaScriptMIT LicenseMIT

Siimple header

NPM Version Follow @siimplecss Get help MIT License PRs welcome CI

Welcome to the siimple CSS toolkit repository 🎉

Packages

You will find the following packages in this repository:

Package Description Version
siimple The minimal and themeable CSS toolkit.
@siimple/preset-reboot Reboot preset for the siimple CSS toolkit.
@siimple/preset-markup Markup preset for the siimple CSS toolkit.
@siimple/preset-utilities Utilities preset for the siimple CSS toolkit.
@siimple/preset-icons Icons preset for the siimple CSS toolkit.

Development

To get started, first clone this repository in your local machine:

$ git clone https://github.com/jmjuanes/siimple

Install dependencies with npm:

$ npm run install

Build siimple:

$ npm run build

Local playground

You can run the playground editor in your local machine after building siimple. Just run the following command:

$ npm run playground

Documentation

We are using Gatsby for documentation. After building siimple you can build and start the documentation site running the following command:

$ npm run website

License

Code and documentation of siimple © 2015-present Josemi Juanes.

The code is released unde the MIT License and the documentation is released under the Creative Commons CC BY 4.0 License.