Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/Cerdic/CSSTidy
Browse files Browse the repository at this point in the history
  • Loading branch information
fitnr committed Aug 7, 2012
2 parents 5d4e48c + 259638e commit 2bd4208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csstidyphp/data.inc.php
Expand Up @@ -65,7 +65,7 @@
* @global array $GLOBALS['csstidy']['at_rules']
* @version 1.1
*/
$GLOBALS['csstidy']['at_rules'] = array('page' => 'is','font-face' => 'atis','charset' => 'iv', 'import' => 'iv','namespace' => 'iv','media' => 'at','keyframes' => 'at');
$GLOBALS['csstidy']['at_rules'] = array('page' => 'is','font-face' => 'atis','charset' => 'iv', 'import' => 'iv','namespace' => 'iv','media' => 'at','keyframes' => 'at','-moz-keyframes' => 'at','-o-keyframes' => 'at','-webkit-keyframes' => 'at','-ms-keyframes' => 'at');

/**
* Properties that need a value with unit
Expand Down

0 comments on commit 2bd4208

Please sign in to comment.