$params = $displayData->params;
$params = $this->item->params;
JLayoutHelper::render('joomla.content.info_block.category_title', array('item' => $this->item));
array('item' => $this->item)
echo $this->escape($displayData['item']->category_title);
var_dump($this->escape($displayData['item']->category_title));
.pipe(cssnano({
discardDuplicates: true,
mergeIdents: true,
discardUnused: true,
mergeRules: true
}))
@font-face{
font-family: 'Caviar_Dreams';
src: url('/templates/mySite/fonts/caviar/CaviarDreams.eot');
src: local('Caviar Dreams'), local('CaviarDreams'),
url('/templates/mySite/fonts/caviar/CaviarDreams.eot?#iefix') format('embedded-opentype'),
url('/templates/mySite/fonts/caviar/CaviarDreams.woff') format('woff'),
url('/templates/mySite/fonts/caviar/CaviarDreams.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
.pipe(cssnano())
.pipe(cssnano({
discardOverridden: {removeAll: false},
cssDeclarationSorter: {order: 'smacss'},
cssDeclarationSorter: false,
//discardComments: {removeAll: false},
discardComments: false,
mergeIdents: true
}))