22 lines
241 B
SCSS
22 lines
241 B
SCSS
// studio - contexts - ie
|
|
// ====================
|
|
|
|
// CASE: less than or equal to IE9
|
|
.lte9 {
|
|
|
|
}
|
|
|
|
// ====================
|
|
|
|
// CASE: less than or equal to IE8
|
|
.lte8 {
|
|
|
|
}
|
|
|
|
// ====================
|
|
|
|
// CASE: less than or equal to IE7
|
|
.lte7 {
|
|
|
|
}
|