Skip to content

Commit

Permalink
Merge pull request #20 from scramatte/main
Browse files Browse the repository at this point in the history
Quick dirty fix to solve #19 issue
  • Loading branch information
Muetze42 authored Sep 18, 2022
2 parents 87acbad + a0520f4 commit 72c3cde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Console/Commands/CustomAssetsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ protected function npmProduction(): void
$replace = [
'@import \'nova\';' => $novaCSS,
'@import \'fonts\';' => $fontsCSS,
'@import \'tailwindcss/components\';' => '@import \'tailwindcss/components\';' . PHP_EOL . '@import \'tailwindcss/utilities\';',
];
$appCSS = str_replace(array_keys($replace), array_values($replace), $appCSS);
$this->novaStorage->put('resources/css/app.css', $appCSS);
Expand Down

0 comments on commit 72c3cde

Please sign in to comment.