|
1 | 1 | CSS-Inliner |
2 | 2 | ------- |
3 | 3 |
|
| 4 | +[![Latest Version on Packagist][ico-version]][link-packagist] |
| 5 | +[![Software License][ico-license]](LICENSE.md) |
| 6 | +[![Build Status][ico-travis]][link-travis] |
| 7 | +[![Total Downloads][ico-downloads]][link-downloads] |
| 8 | + |
4 | 9 | CSS-Inliner is simple PHP tools that **inserts CSS from file into HTML style attributes**. Nothing more, nothing less. |
5 | 10 |
|
6 | 11 | I tried to make it **as fast as possible**, but due to third party libraries I can't do more. |
@@ -70,4 +75,19 @@ a.google{color:#c0392b;font-weight:700;font-family:Verdana, 'Open Sans';font-siz |
70 | 75 | A file myResult.html will be genereted in templates/example. |
71 | 76 |
|
72 | 77 | Your .html and .css files must be the same name of your template path. |
73 | | -See an example in https://github.com/alisonmonteiro/CSS-Inliner/tree/master/templates |
| 78 | +See an example in https://github.com/alisonmonteiro/CSS-Inliner/tree/master/templates |
| 79 | + |
| 80 | +[ico-version]: https://img.shields.io/packagist/v/northys/CSS-Inliner.svg?style=flat-square |
| 81 | +[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square |
| 82 | +[ico-travis]: https://travis-ci.org/Northys/CSS-Inliner.svg?branch=master |
| 83 | +[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/northys/CSS-Inliner.svg?style=flat-square |
| 84 | +[ico-code-quality]: https://img.shields.io/scrutinizer/g/northys/CSS-Inliner.svg?style=flat-square |
| 85 | +[ico-downloads]: https://img.shields.io/packagist/dt/northys/CSS-Inliner.svg?style=flat-square |
| 86 | + |
| 87 | +[link-packagist]: https://packagist.org/packages/northys/CSS-Inliner |
| 88 | +[link-travis]: https://travis-ci.org/Northys/CSS-Inliner |
| 89 | +[link-scrutinizer]: https://scrutinizer-ci.com/g/northys/CSS-Inliner/code-structure |
| 90 | +[link-code-quality]: https://scrutinizer-ci.com/g/northys/CSS-Inliner |
| 91 | +[link-downloads]: https://packagist.org/packages/northys/CSS-Inliner |
| 92 | +[link-author]: https://github.com/Northys |
| 93 | +[link-contributors]: ../../contributors |
0 commit comments