Hi guys,
is there any CSS parser in the CodeIgniter Framework? If not: Where should I store my PHP file for parsing css (neat solution)? In the webroot?
Hi guys,
is there any CSS parser in the CodeIgniter Framework? If not: Where should I store my PHP file for parsing css (neat solution)? In the webroot?
Since everything is displayed from the root directory (index.php) there is no need to put the url in the CSS file as you can have it relative to the root directory.