Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / vendor / chi-teck / drupal-code-generator / src / Command / Drupal_7 / Theme.php
index 2523822c06b2843e9316d42b802177d7209bc3c6..2da0901672f0bbe0aab74bac28e889031bc9eb84 100644 (file)
@@ -45,7 +45,7 @@ class Theme extends BaseGenerator {
 
     $this->addFile()
       ->path('{machine_name}/css/{asset_name}.css')
-      ->content('');
+      ->template('d7/theme-css.twig');
 
     $this->addDirectory()
       ->path('{machine_name}/templates');