Skip to content

Instantly share code, notes, and snippets.

@gms8994
Created February 4, 2013 14:41
Show Gist options
  • Save gms8994/4707079 to your computer and use it in GitHub Desktop.
Save gms8994/4707079 to your computer and use it in GitHub Desktop.
my $css = CSS->new({ 'parser' => 'CSS::Parse::Heavy', 'adaptor' => 'CSS::Adaptor::Debug' });
$css->read_file($css_file);
die $css->output();
@gms8994
Copy link
Author

gms8994 commented Feb 4, 2013

NEW RULE
--------------------------------------------------
SELECTORS:
        article
        aside
        details
        figcaption
        figure
        footer
        header
        hgroup
        nav
        section

PROPERTIES:
        display:        block;

--------------------------------------------------

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment