/simplify

A CSS library to simplify your structures. 🏰

Primary LanguageCSSMIT LicenseMIT

Simplify

A CSS library to simplify your structures.

See a demo.

Features

  • Grid
  • Form
  • Table
  • List
  • Color pallet
  • Responsive
  • Documentation

Installation

Using cdn: cdn.jsdelivr.net/gh/danielsclet/simplify/dest/simplify.min.css

or

Using npm: npm i simplify

Develop

  1. Clone this repository
  2. Go to the folder
  3. Run npm install
  4. Run npm run dev:watch for watching file change during development (the output file goes to dest/simplify.css)
  5. Run npm run build to build project (the output file goes to dest/simplify.min.css)

License

This project is licensed under the MIT License - see the LICENSE file for details