Skip to content

Commit

Permalink
Merge pull request #940 from berarma/add-normalizecss
Browse files Browse the repository at this point in the history
Add back normalize.css

It's a dependency for milligram.
  • Loading branch information
ADmad committed Feb 17, 2023
2 parents dbca0b0 + d602fd4 commit c5f8a27
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/Pages/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
</title>
<?= $this->Html->meta('icon') ?>

<?= $this->Html->css(['milligram.min', 'fonts', 'cake', 'home']) ?>
<?= $this->Html->css(['normalize.min', 'milligram.min', 'fonts', 'cake', 'home']) ?>

<?= $this->fetch('meta') ?>
<?= $this->fetch('css') ?>
Expand Down
2 changes: 1 addition & 1 deletion templates/layout/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</title>
<?= $this->Html->meta('icon') ?>

<?= $this->Html->css(['milligram.min', 'fonts', 'cake']) ?>
<?= $this->Html->css(['normalize.min', 'milligram.min', 'fonts', 'cake']) ?>

<?= $this->fetch('meta') ?>
<?= $this->fetch('css') ?>
Expand Down
2 changes: 1 addition & 1 deletion templates/layout/error.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
</title>
<?= $this->Html->meta('icon') ?>

<?= $this->Html->css(['milligram.min', 'fonts', 'cake']) ?>
<?= $this->Html->css(['normalize.min', 'milligram.min', 'fonts', 'cake']) ?>

<?= $this->fetch('meta') ?>
<?= $this->fetch('css') ?>
Expand Down
8 changes: 8 additions & 0 deletions webroot/css/normalize.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c5f8a27

Please sign in to comment.