Fix order of @import
In CSS 2.1, any @import rules must precede all other rules (except the @charset rule, if present).
This commit is contained in:
parent
8de97dddfd
commit
f7811c1ca6
1 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
@import "normalize.css";
|
||||
|
||||
/**
|
||||
* Copyright 2013 The Rust Project Developers. See the COPYRIGHT
|
||||
* file at the top-level directory of this distribution and at
|
||||
|
|
@ -59,8 +61,6 @@
|
|||
src: local('Source Code Pro Semibold'), url("SourceCodePro-Semibold.woff") format('woff');
|
||||
}
|
||||
|
||||
@import "normalize.css";
|
||||
|
||||
* {
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue