mirror of
https://github.com/pure-css/pure
synced 2025-01-14 20:27:28 +01: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/base.css">
|
||||||
<link rel="stylesheet" href="../../../../build/grids.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>
|
<style>
|
||||||
.content {
|
.content {
|
||||||
|
Loading…
Reference in New Issue
Block a user