59798b
Use <link> instead of @import - Based on csslint, fix the following: styles.css 1: warning at line 5, col 1 @import prevents parallel downloads, use <link> instead. @import url("bootstrap.min.css");