Add styling

This commit is contained in:
Oliver Davies 2019-11-05 00:27:04 +00:00
parent 1df3a68843
commit 6b80c6e908
16 changed files with 6583 additions and 5 deletions

View file

@ -14,4 +14,5 @@ return [
Symfony\Bundle\DebugBundle\DebugBundle::class => ['dev' => true, 'test' => true],
Symfony\Bundle\MakerBundle\MakerBundle::class => ['dev' => true],
Symfony\Bundle\WebServerBundle\WebServerBundle::class => ['dev' => true],
Symfony\WebpackEncoreBundle\WebpackEncoreBundle::class => ['all' => true],
];