1
0
mirror of https://github.com/robsheldon/sscaffold-css.git synced 2025-01-29 10:17:50 +01:00

Update README with badges and acknowledgements.

This commit is contained in:
Rob 2019-12-27 17:23:34 -08:00
parent b68d42bd7c
commit 09cfd54c1d

View File

@ -4,6 +4,12 @@
</a>
</p>
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
## Introduction
sscaffold combines css rules from [normalize.css](https://github.com/necolas/normalize.css/), [skeleton.css](https://github.com/dhg/Skeleton), and [milligram](https://github.com/milligram/milligram) into a single, reorganized, easy-to-use css file, with bugfixes and a few other updates and additions. It emphasizes sensible defaults and semantic HTML.
@ -26,3 +32,25 @@ Complete documentation is currently underway.
## License
Like everything else it evolved from, sscaffold is being released under the [MIT license](https://opensource.org/licenses/MIT). See LICENSE.
## Acknowledgements
sscaffold exists thanks to:
* [normalize](https://github.com/necolas/normalize.css/)
* [skeleton](https://github.com/dhg/Skeleton)
* [milligram](https://github.com/milligram/milligram)
* ...and assorted articles on MDN and css-tricks.
[contributors-shield]: https://img.shields.io/github/contributors/robsheldon/sscaffold-css.svg?style=flat-square
[contributors-url]: https://github.com/robsheldon/sscaffold-css/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/robsheldon/sscaffold-css.svg?style=flat-square
[forks-url]: https://github.com/robsheldon/sscaffold-css/network/members
[stars-shield]: https://img.shields.io/github/stars/robsheldon/sscaffold-css.svg?style=flat-square
[stars-url]: https://github.com/robsheldon/sscaffold-css/stargazers
[issues-shield]: https://img.shields.io/github/issues/robsheldon/sscaffold-css.svg?style=flat-square
[issues-url]: https://github.com/robsheldon/sscaffold-css/issues
[license-shield]: https://img.shields.io/github/license/robsheldon/sscaffold-css.svg?style=flat-square
[license-url]: https://github.com/robsheldon/sscaffold-css/blob/master/LICENSE