Skip to content

Instantly share code, notes, and snippets.

@gms8994
Last active December 12, 2015 03:28
Show Gist options
  • Save gms8994/4707168 to your computer and use it in GitHub Desktop.
Save gms8994/4707168 to your computer and use it in GitHub Desktop.
#!/usr/bin/perl
use warnings;
use strict;
use CSS;
my $css = CSS->new({ 'parser' => 'CSS::Parse::Heavy', 'adaptor' => 'CSS::Adaptor::Debug' });
$css->read_file('bootstrap.css');
die $css->output();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment