mirror of
https://github.com/pure-css/pure.git
synced 2024-11-07 21:34:24 +00:00
add IE conditional comment to pull in -old-ie.css
This commit is contained in:
parent
126455ec10
commit
92862c3d71
@ -7,7 +7,13 @@
|
||||
|
||||
<link rel="stylesheet" href="../../../../build/base.css">
|
||||
<link rel="stylesheet" href="../../../../build/grids.css">
|
||||
<link rel="stylesheet" href="../../../../build/grids-responsive.css">
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<link rel="stylesheet" href="../../../../build/grids-responsive-old-ie.css">
|
||||
<![endif]-->
|
||||
<!--[if gt IE 8]><!-->
|
||||
<link rel="stylesheet" href="../../../../build/grids-responsive.css">
|
||||
<!--<![endif]-->
|
||||
|
||||
<style>
|
||||
.content {
|
||||
|
Loading…
Reference in New Issue
Block a user