sparkle-css

A lightweight, open-source, mobile-first CSS framework for easy website designs.

license website GitHub tag npm jsDelivr David-DM Travis

Introduction

Welcome and thank you for using Sparkle, a lightweight, responsive, open-source CSS framework created to help Web Designers and Developers create simple, responsive websites. It was developed by J. Djimitry Riviere in late 2016, and continues to be improved upon by its developer. The major key to this framework lies within its ease of use to deliver superb results when designing apps and websites.

Getting Started

There are 3 ways to get started with the Sparkle framework:

  1. Clone for fork your own copy via Git;
    git clone https://github.com/jdriviere/sparkle-css.git
    
  2. Link the latest release directly into your HTML file by inserting the following lines to your HTML file: ```html

3. Download using Bower:
```bash
bower install sparkle-css

Documentation

The documentation can be found here!

Coming soon…

Contributing

The contribution guidelines can be found here!

MIT License

Copyright (c) 2017-2019 J. Djimitry Rivière

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.