A CSS library to simplify your structures.
See a demo.
- Grid
- Form
- Table
- List
- Color pallet
- Responsive
- Documentation
Using cdn: cdn.jsdelivr.net/gh/danielsclet/simplify/dest/simplify.min.css
or
Using npm: npm i simplify
- Clone this repository
- Go to the folder
- Run
npm install - Run
npm run dev:watchfor watching file change during development (the output file goes to dest/simplify.css) - Run
npm run buildto build project (the output file goes to dest/simplify.min.css)
This project is licensed under the MIT License - see the LICENSE file for details
