Skip to content

cssmerge

About cssmerge

cssmergeколи под наем is a commandline utility which extracts selected blocks of CSS from multiple input stylesheets, and merges them into a single coherent output stylesheet, with optional comments on where they came from, and warnings about conflicting styles.

It is written in Perl 5 and requires the CSS module from CPAN. Other than that, it’s just a simple perl script; download it, rename it to cssmerge, and run it. The license terms are the same as for Perl itself. Documentation is in POD format within the script (ie, type perldoc cssmerge)

I welcome your feedback; you can either leave a comment on the announcement for the version you are using, or email ben@removethisbit.qolc.net.

cssmerge 1.12 released

v1.12 of cssmerge has now been released. The main change is to fix the --exact option that was broken in v1.10. This option is not normally useful anyway, but I thought I might as well fix it.

Download here.

I’ve also changed the licensing to just GPL, as I’m not convinced about using Artistic on scripts (as opposed to modules).

cssmerge 1.10 released

cssmerge is a commandline utility which extracts selected blocks of CSS from multiple input files and merges them into a single coherent output, with optional comments on where they came from, and warnings about conflicting styles. v1.10 is the first public release.

It is written in Perl 5 and requires the CSS module from CPAN. Other than that, it’s just a simple perl script; download it, rename it if you want, and run it. The license terms are the same as for Perl itself. Documentation is in POD format within the script.

Download cssmerge 1.10.

I welcome your feedback; please leave a comment here or email ben@removethisbit.qolc.net.