Created
February 4, 2013 14:41
-
-
Save gms8994/4707079 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| my $css = CSS->new({ 'parser' => 'CSS::Parse::Heavy', 'adaptor' => 'CSS::Adaptor::Debug' }); | |
| $css->read_file($css_file); | |
| die $css->output(); |
Author
gms8994
commented
Feb 4, 2013
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment