<?php/* * This file is part of the CssStyleSelector Bundle. * * (c) Daniel Kiesel <https://github.com/iCodr8> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */namespace Craffft\CssStyleSelectorBundle;use Symfony\Component\HttpKernel\Bundle\Bundle;/** * Configures the Craffft Css Style Selector Bundle. */class CraffftCssStyleSelectorBundle extends Bundle{}