Skip to content
forked from kizu/if-ie.styl

Dividing the styles from IE and for IE using Stylus

Notifications You must be signed in to change notification settings

iulyus/if-ie.styl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Stylus way to divide code for IE and for others

if-ie.styl is not a library — but a methodology of splitting the styles for IE and for other browsers. The profits of it are the reduced number of requests — one for each browser, the reduced size of each stylesheet — each browser would get only what it needs, and the faster and easier way to write hacks for ie. More on the features below.

This is the addition to the great CSS Preprocessor Stylus.

Table of Contents

  1. Install
  2. Usage
  3. Features

Install

  1. Clone if-ie.styl somewhere to your project

git clone git:https://github.com/kizu/if-ie.styl.git


2. Include it in your `.styl` project:

    ``` CSS
@import "if-ie.styl/if-ie"
Note, that if you want to use [nib](https://github.co