Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/voku/CssToInlineStyles

CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very usefull when you're sending emails.
https://github.com/voku/CssToInlineStyles

Made the class compliant with PSR2.

5590a4e1d7ff3acd85465372de8be906d711c5d5 authored about 12 years ago by Tijs Verkoyen <[email protected]>
Moved textual stuff into seperate files

e6783f3768c889666cd8618cfc07ab60cc4ae79c authored about 12 years ago by Tijs Verkoyen <[email protected]>
Bumped version

d66f0b3cfb63e6ca39e95c3a3586bd38197e5ebf authored about 12 years ago by Tijs Verkoyen <[email protected]>
Added composer.json file

From now on you can use this class with Composer

fc2f1c5e7817351f0fba62c71c1791d19bb9cc08 authored over 12 years ago by Tijs Verkoyen <[email protected]>
Added example

f63722ae18145fd2bc9488d3b815337e865ec7fe authored over 12 years ago by Tijs Verkoyen <[email protected]>
Merge pull request #15 from blaugueux/master

Added new method

132ba9737cbf15320c0f54cf27711ed12bcd9484 authored over 12 years ago by Tijs Verkoyen <[email protected]>
Added missing doc.

b68b2bc839cfea319364a85e722d253895d9ec25 authored almost 13 years ago by Benjamin Laugueux <[email protected]>
Added possibility to strip original style tags.

81db5729d9ca715ff1cbfe08262212b50bd69bf6 authored almost 13 years ago by Benjamin Laugueux <[email protected]>
Bumped version

1a4902e99e1a9da7637d10bb50e8525d462a5f7a authored over 13 years ago by Tijs Verkoyen <[email protected]>
Preserve original inline styles

589b6b3a428766b2ad4497ca986c956d3bba456b authored over 13 years ago by Tijs Verkoyen <[email protected]>
Bumped version

b1369c6a92d1bffeca83e13ef2672f200562a513 authored over 13 years ago by Tijs Verkoyen <[email protected]>
Beter handling of XHTML output, thx to Michele Locati.

1c9e98b98911b1eab3a6ae4db394dc20bd0b74ad authored over 13 years ago by Tijs Verkoyen <[email protected]>
Added support for multiple values for the same property

e58c4b345126aa19fd7c6dd4a63a5c4222e78507 authored almost 14 years ago by Tijs Verkoyen <[email protected]>
Fixed some code-styling issues

196caac3bf405b86258c464f0cb63b86dfc5c558 authored almost 14 years ago by Tijs Verkoyen <[email protected]>
Added README

3854223540a58b4eab3e17ba1a2d6644a1d5b907 authored about 14 years ago by Tijs Verkoyen <[email protected]>
Fix for http://github.com/tijsverkoyen/CssToInlineStyles/issues#issue/1

1326203db1bddc1fa2d3f6c500de5b11dae18340 authored about 14 years ago by Tijs Verkoyen <[email protected]>
Made it possible to set the encoding that will be used with DOMDocument (default is UTF-8)

* new method: setEncoding, eg.: $cssToInline->setEncoding('iso-8859-15');

5ec6c487f8f8f3206e7208831677b6987927b6c0 authored about 14 years ago by Tijs Verkoyen <[email protected]>
Linked file

24359a416a2768de42edb7a500d870b8b477d29b authored about 14 years ago by Tijs Verkoyen <[email protected]>
.class are matched from now on.

- fixed issue with #id
- new beta-feature: added a way to output valid XHTML (thx to Matt Hornsby)

a3458729f5cb5adc037af67e229575bf7141872c authored about 14 years ago by Tijs Verkoyen <[email protected]>
fixed some stuff on specifity

e11014fb460acc77c97cabc18c914c4e170e1507 authored about 14 years ago by Tijs Verkoyen <[email protected]>
- rewrote the buildXPathQuery-method

- fixed some stuff on specifity
- added a way to use inline style-blocks

f12c60b16750a682db30aeaaa5f0a5bc88466220 authored about 14 years ago by Tijs Verkoyen <[email protected]>
Initial version

8bdb38e117b0062dd10addba7e9e031f4d5024d9 authored about 14 years ago by Tijs Verkoyen <[email protected]>