mirror of
https://github.com/robsheldon/sscaffold-css.git
synced 2025-08-22 05:22:52 +02:00
Update README with badges and acknowledgements.
This commit is contained in:
28
README.md
28
README.md
@@ -4,6 +4,12 @@
|
|||||||
</a>
|
</a>
|
||||||
</p>
|
</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
|
## 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.
|
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
|
## License
|
||||||
|
|
||||||
Like everything else it evolved from, sscaffold is being released under the [MIT license](https://opensource.org/licenses/MIT). See 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
|
||||||
|
Reference in New Issue
Block a user