Skip to content

Commit c5f8a27

Browse files
authored
Merge pull request #940 from berarma/add-normalizecss
Add back normalize.css It's a dependency for milligram.
2 parents dbca0b0 + d602fd4 commit c5f8a27

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

templates/Pages/home.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</title>
6969
<?= $this->Html->meta('icon') ?>
7070

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

7373
<?= $this->fetch('meta') ?>
7474
<?= $this->fetch('css') ?>

templates/layout/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</title>
2828
<?= $this->Html->meta('icon') ?>
2929

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

3232
<?= $this->fetch('meta') ?>
3333
<?= $this->fetch('css') ?>

templates/layout/error.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
</title>
2424
<?= $this->Html->meta('icon') ?>
2525

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

2828
<?= $this->fetch('meta') ?>
2929
<?= $this->fetch('css') ?>

webroot/css/normalize.min.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)