fabian-mcfly
fabian-mcfly
Using thise code ```scss $var:800; .Title { @media screen AND (max-width:#{$var}px), screen AND (max-height:920px) { font-size:#{32 / 16}rem; } } ``` you will receive this CSS output, breaking the Media...
Currently, the `php`-Extension for newly baked templates is hardcoded. Thus it's not possible to create other filetypes without overwriting the whole `TemplateCommand::bake` method. https://github.com/cakephp/bake/blob/1c8a2d7b6a15f4bbc77bf15c5c780fbceb41de35/src/Command/TemplateCommand.php#L359
Reported from Imagick::convolveImage. The image source itself shows this error: ``` Exception type: Error Message: Call to undefined method Imagick::setImageBias() File: src/ImagickDemo/Imagick/functions.php:689 Stack trace: #0 ?? ImagickDemo\Imagick\convolveImage #1 /vendor/rdlowrey/auryn/lib/Executable.php:47 ReflectionFunction->invokeArgs...