Esempio n. 1
0
 /**
  * Sets the media query format
  *
  * @param string $format
  */
 public static function setMediaQueryFormat($format)
 {
     self::$mediaQueryFormat = $format;
 }