Rename firefox.css to default.css

This commit is contained in:
2018-02-18 19:05:18 -05:00
parent 8f00901332
commit 638671bf82
7 changed files with 6 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
/* apply Firefox's default stylesheet so that Bootstrap has some browser-like styling to work with */
// @import '../default.css';
@import '../firefox.css';
@import '../default.css';
/* apply the Bootstrap reboot (normalize.css) to convert Firefox default styling to some cross-browser baseline
* then, apply the Bootstrap component styling */