Stuff
This commit is contained in:
@@ -4,7 +4,6 @@ declare(strict_types=1);
|
|||||||
|
|
||||||
namespace Pcm\IconBundle\Twig\Functions;
|
namespace Pcm\IconBundle\Twig\Functions;
|
||||||
|
|
||||||
use Exception;
|
|
||||||
use InvalidArgumentException;
|
use InvalidArgumentException;
|
||||||
use Twig\Extension\AbstractExtension;
|
use Twig\Extension\AbstractExtension;
|
||||||
use Twig\TwigFunction;
|
use Twig\TwigFunction;
|
||||||
@@ -168,3 +167,13 @@ final class IconExtension extends AbstractExtension
|
|||||||
}
|
}
|
||||||
|
|
||||||
class IconNotFound extends \Exception {};
|
class IconNotFound extends \Exception {};
|
||||||
|
|
||||||
|
// class="stroke-neutral-400 fill-neutral-400"
|
||||||
|
|
||||||
|
// hover:stroke-ses-highlight
|
||||||
|
// group-hover:stroke-ses-highlight
|
||||||
|
|
||||||
|
// hover:fill-ses-highlight
|
||||||
|
// group-hover:fill-ses-highlight
|
||||||
|
|
||||||
|
// cursor-pointer
|
||||||
|
|||||||
Reference in New Issue
Block a user