PHP Classes

File: sample1/sample.php

Recommend this page to a friend!
  Classes of mehmet emin akyüz   Inherited CSS   sample1/sample.php   Download  
File: sample1/sample.php
Role: Example script
Content type: text/plain
Description: Sample php file to convert sample.i.css to standard css
Class: Inherited CSS
Build CSS styles that inherit from parent styles
Author: By
Last change:
Date: 12 years ago
Size: 123 bytes
 

Contents

Class file image Download
<?php
require_once '../icss.php';
$icss = new ICSS( 'sample.i.css' );
$output = $icss->build( true );
echo
$output;
?>