<?php

return array (
  0 => 
  ezcDocumentPcssLayoutDirective::__set_state(array(
     'regularExpression' => NULL,
     'address' => 
    array (
      0 => 'foo',
      1 => '#bar',
    ),
     'formats' => 
    array (
      'margin' => '0em',
      'padding' => '1em 3em 5.3px 1.32',
    ),
     'file' => 's_009_font_face.pcss',
     'line' => 1,
     'position' => 8,
  )),
  1 => 
  ezcDocumentPcssDeclarationDirective::__set_state(array(
     'address' => '@font-face',
     'formats' => 
    array (
      'font-family' => 'Garamond',
      'src' => 'url(garamond.eot), url(garamond.pfr)',
    ),
     'file' => 's_009_font_face.pcss',
     'line' => 6,
     'position' => 12,
     'regularExpression' => NULL,
  )),
);

