Skip to content

makes IE capable of rendering several of the most useful CSS3 decoration features.

License

Notifications You must be signed in to change notification settings

gucong3000/postcss-pie

Repository files navigation

NPM version Travis AppVeyor Codecov

makes IE capable of rendering several of the most useful CSS3 decoration features.


简体中文

postcss-pie is a plugin for PostCSS, use PIE, to makes IE6-IE9 several of the most useful CSS3 decoration features. like:

Usage

Download PIE, Unpack all the files and deploy them to a directory of the web server, such as /pie/ Configure your postcss

var postcss = require('postcss');
var pie = require('postcss-pie');

postcss([
	pie({
		// You must use absolute address and must have the same domain name as HTML. You must not cross domain or use CDN address.
		htcPath: '/pie/PIE.htc',
		// The path to the directory where other files of PIE is, must be full URL, and can be CDN addresses.
		pieLoadPath: 'http://server.com/pie/',
	});
]);

IE requires that HTC behaviors are served up with a content-type header of "text/x-component", otherwise it will simply ignore the behavior. See PIE related documents

About

makes IE capable of rendering several of the most useful CSS3 decoration features.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published