{"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"keywords":["postcss","css","postcss-plugin","clearfix","clear"],"dist-tags":{"latest":"1.0.0"},"author":{"name":"Sean King","email":"sean@simpla.io"},"description":"PostCSS plugin that adds `fix` and `fix-legacy` attributes to the `clear` property, for self-clearing of children.","readme":"# PostCSS Clearfix\n[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url]\n\n[PostCSS][PostCSS] plugin that adds `fix` and `fix-legacy` attributes to the `clear` property, for self-clearing of children.\n\nPart of [Rucksack - CSS Superpowers](http://simplaio.github.io/rucksack).\n\n```css\n.foo {\n  clear: fix; /* IE8+ */\n}\n\n.bar {\n  clear: fix-legacy; /* IE6+ */\n}\n```\n\n```css\n.foo:after{\n  content: '';\n  display: block;\n  clear: both;\n}\n\n.bar:before,\n.bar:after {\n  content: '';\n  display: table;\n}\n.bar:after {\n  clear: both;\n}\n.bar {\n  zoom: 1;\n}\n```\n\n--\n\n### Usage\n\n```js\npostcss([ require('postcss-clearfix') ])\n```\n\n#### Options\n\n##### display\n\nType: `string`\nDefault: `block`\n\nAllows to customise `fix` with `block` or `table` display property.\nUse `table` to prevent margin collapsing in the end of fixed element.\n\nSee [PostCSS][PostCSS] docs for examples for your environment.\n\n--\n\n### License\n\nMIT © [Sean King](https://twitter.com/seaneking)\n\n[npm-image]: https://badge.fury.io/js/postcss-clearfix.svg\n[npm-url]: https://npmjs.org/package/postcss-clearfix\n[travis-image]: https://travis-ci.org/seaneking/postcss-clearfix.svg?branch=master\n[travis-url]: https://travis-ci.org/seaneking/postcss-clearfix\n[daviddm-image]: https://david-dm.org/seaneking/postcss-clearfix.svg?theme=shields.io\n[daviddm-url]: https://david-dm.org/seaneking/postcss-clearfix\n[PostCSS]: https://github.com/postcss/postcss\n","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-clearfix.git"},"users":{"imagion":true},"bugs":{"url":"https://github.com/seaneking/postcss-clearfix/issues"},"license":"MIT","versions":{"0.1.0":{"name":"postcss-clearfix","version":"0.1.0","description":"PostCSS plugin that adds `fix` and `fix-legacy` attributes to the `clear` property, for self-clearing of children.","keywords":["postcss","css","postcss-plugin","clearfix","clear"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-clearfix.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"Sean King","email":"sean@simpla.io","url":"http://simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-clearfix/issues"},"homepage":"https://github.com/seaneking/postcss-clearfix","dependencies":{"postcss":"^4.1.9"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp check"},"gitHead":"3889ecefc2b73ea7b0841d317915f1a2c9d31e9b","_id":"postcss-clearfix@0.1.0","_shasum":"04c5e04bcada79ff84786bd8877b55d70ec5c3e3","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.0","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"04c5e04bcada79ff84786bd8877b55d70ec5c3e3","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-clearfix/-/postcss-clearfix-0.1.0.tgz"},"directories":{}},"0.1.1":{"name":"postcss-clearfix","version":"0.1.1","description":"PostCSS plugin that adds `fix` and `fix-legacy` attributes to the `clear` property, for self-clearing of children.","keywords":["postcss","css","postcss-plugin","clearfix","clear"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-clearfix.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-clearfix/issues"},"homepage":"https://github.com/seaneking/postcss-clearfix","dependencies":{"postcss":"^4.1.9"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp check"},"gitHead":"4da8d568670d16bbd63d6ecd99169aca1e3da015","_id":"postcss-clearfix@0.1.1","_shasum":"3312cbd5520154bd60e8c3daf175f67d4e0f63cd","_from":".","_npmVersion":"2.13.0","_nodeVersion":"0.12.7","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"3312cbd5520154bd60e8c3daf175f67d4e0f63cd","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-clearfix/-/postcss-clearfix-0.1.1.tgz"},"directories":{}},"0.1.2":{"name":"postcss-clearfix","version":"0.1.2","description":"PostCSS plugin that adds `fix` and `fix-legacy` attributes to the `clear` property, for self-clearing of children.","keywords":["postcss","css","postcss-plugin","clearfix","clear"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-clearfix.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-clearfix/issues"},"homepage":"https://github.com/seaneking/postcss-clearfix","dependencies":{"postcss":"^4.1.9"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp check"},"gitHead":"7c6dc65871ffae9eec26a79dd073362ce474dad2","_id":"postcss-clearfix@0.1.2","_shasum":"22cbb48cd9c945457c6db8c2ce85ac26092f8909","_from":".","_npmVersion":"2.13.0","_nodeVersion":"0.12.7","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"22cbb48cd9c945457c6db8c2ce85ac26092f8909","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-clearfix/-/postcss-clearfix-0.1.2.tgz"},"directories":{}},"0.1.3":{"name":"postcss-clearfix","version":"0.1.3","description":"PostCSS plugin that adds `fix` and `fix-legacy` attributes to the `clear` property, for self-clearing of children.","keywords":["postcss","css","postcss-plugin","clearfix","clear"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-clearfix.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-clearfix/issues"},"homepage":"https://github.com/seaneking/postcss-clearfix","dependencies":{"postcss":"^4.1.9"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp check"},"gitHead":"012762a8f4b8828863902c1ff062b1dbd4108a87","_id":"postcss-clearfix@0.1.3","_shasum":"36301f37c8c63bd4a9eca768667946285ec02165","_from":".","_npmVersion":"2.13.0","_nodeVersion":"0.12.7","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"36301f37c8c63bd4a9eca768667946285ec02165","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-clearfix/-/postcss-clearfix-0.1.3.tgz"},"directories":{}},"0.1.4":{"name":"postcss-clearfix","version":"0.1.4","description":"PostCSS plugin that adds `fix` and `fix-legacy` attributes to the `clear` property, for self-clearing of children.","keywords":["postcss","css","postcss-plugin","clearfix","clear"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-clearfix.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-clearfix/issues"},"homepage":"https://github.com/seaneking/postcss-clearfix","dependencies":{"postcss":"^4.1.9"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp check"},"gitHead":"220637952d89970863f05973f5a0863d3a993d22","_id":"postcss-clearfix@0.1.4","_shasum":"a50e2109a82e32e54ff1ddd4f9d71bcea4a4086d","_from":".","_npmVersion":"2.13.0","_nodeVersion":"0.12.7","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"a50e2109a82e32e54ff1ddd4f9d71bcea4a4086d","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-clearfix/-/postcss-clearfix-0.1.4.tgz"},"directories":{}},"0.1.5":{"name":"postcss-clearfix","version":"0.1.5","description":"PostCSS plugin that adds `fix` and `fix-legacy` attributes to the `clear` property, for self-clearing of children.","keywords":["postcss","css","postcss-plugin","clearfix","clear"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-clearfix.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-clearfix/issues"},"homepage":"https://github.com/seaneking/postcss-clearfix","dependencies":{"postcss":"^5.0"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp check"},"gitHead":"23d12628c913f8316cf737e3fd528a5a24d6f41f","_id":"postcss-clearfix@0.1.5","_shasum":"acb9207ea92ef30a9730f4e0ff20a6b93f56052f","_from":".","_npmVersion":"2.13.0","_nodeVersion":"0.12.7","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"acb9207ea92ef30a9730f4e0ff20a6b93f56052f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-clearfix/-/postcss-clearfix-0.1.5.tgz"},"directories":{}},"0.1.6":{"name":"postcss-clearfix","version":"0.1.6","description":"PostCSS plugin that adds `fix` and `fix-legacy` attributes to the `clear` property, for self-clearing of children.","keywords":["postcss","css","postcss-plugin","clearfix","clear"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-clearfix.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-clearfix/issues"},"homepage":"https://github.com/seaneking/postcss-clearfix","dependencies":{"postcss":"^5.0"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp check"},"gitHead":"5d59a67d8adb60b65cc09ed3198240df04856caa","_id":"postcss-clearfix@0.1.6","_shasum":"e83afc573ba7a2da9292896e9ed3c4b1207bea9b","_from":".","_npmVersion":"2.13.0","_nodeVersion":"0.12.7","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"e83afc573ba7a2da9292896e9ed3c4b1207bea9b","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-clearfix/-/postcss-clearfix-0.1.6.tgz"},"directories":{}},"0.2.0":{"name":"postcss-clearfix","version":"0.2.0","description":"PostCSS plugin that adds `fix` and `fix-legacy` attributes to the `clear` property, for self-clearing of children.","keywords":["postcss","css","postcss-plugin","clearfix","clear"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-clearfix.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-clearfix/issues"},"homepage":"https://github.com/seaneking/postcss-clearfix","dependencies":{"postcss":"^5.0"},"devDependencies":{"gulp-eslint":"^0.12.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp check"},"gitHead":"1f0347c59280041d6bd46843ae8e5948905ef4cf","_id":"postcss-clearfix@0.2.0","_shasum":"49edacb1774fff6411fb05aad0badc241a408f61","_from":".","_npmVersion":"2.13.0","_nodeVersion":"0.12.7","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"49edacb1774fff6411fb05aad0badc241a408f61","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-clearfix/-/postcss-clearfix-0.2.0.tgz"},"directories":{}},"0.2.1":{"name":"postcss-clearfix","version":"0.2.1","description":"PostCSS plugin that adds `fix` and `fix-legacy` attributes to the `clear` property, for self-clearing of children.","keywords":["postcss","css","postcss-plugin","clearfix","clear"],"files":["index.js"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-clearfix.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-clearfix/issues"},"homepage":"https://github.com/seaneking/postcss-clearfix","dependencies":{"postcss":"^5.0"},"devDependencies":{"gulp-eslint":"^2.0.0","gulp-mocha":"^2.0.1","chai":"^2.3.0","gulp":"^3.8.11"},"scripts":{"test":"gulp check"},"gitHead":"8db595bc18047c07098f92fffe63c9e10229d2f1","_id":"postcss-clearfix@0.2.1","_shasum":"d1bd6b2b703af480502722cbc901db634fc8253f","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"d1bd6b2b703af480502722cbc901db634fc8253f","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-clearfix/-/postcss-clearfix-0.2.1.tgz"},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/postcss-clearfix-0.2.1.tgz_1455610673522_0.4388679184485227"},"directories":{}},"0.3.0":{"name":"postcss-clearfix","version":"0.3.0","description":"PostCSS plugin that adds `fix` and `fix-legacy` attributes to the `clear` property, for self-clearing of children.","keywords":["postcss","css","postcss-plugin","clearfix","clear"],"files":["index.js"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-clearfix.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-clearfix/issues"},"homepage":"https://github.com/seaneking/postcss-clearfix","dependencies":{"postcss":"^5.0"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.1.0","mocha":"^2.4.5"},"scripts":{"test":"mocha test --reporter nyan","posttest":"eslint ."},"gitHead":"77d4418d211cf147216b7101ca6a8733ffb25db7","_id":"postcss-clearfix@0.3.0","_shasum":"248e87aa9d8f5773060fd9b4cde85aaabf9d0c53","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"248e87aa9d8f5773060fd9b4cde85aaabf9d0c53","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-clearfix/-/postcss-clearfix-0.3.0.tgz"},"_npmOperationalInternal":{"host":"packages-5-east.internal.npmjs.com","tmp":"tmp/postcss-clearfix-0.3.0.tgz_1456741671267_0.9263997543603182"},"directories":{}},"1.0.0":{"name":"postcss-clearfix","version":"1.0.0","description":"PostCSS plugin that adds `fix` and `fix-legacy` attributes to the `clear` property, for self-clearing of children.","keywords":["postcss","css","postcss-plugin","clearfix","clear"],"files":["index.js"],"license":"MIT","repository":{"type":"git","url":"git+https://github.com/seaneking/postcss-clearfix.git"},"author":{"name":"Sean King","email":"sean@simpla.io"},"maintainers":[{"name":"seaneking","email":"sean@simpla.io"}],"bugs":{"url":"https://github.com/seaneking/postcss-clearfix/issues"},"homepage":"https://github.com/seaneking/postcss-clearfix","dependencies":{"postcss":"^5.0"},"devDependencies":{"chai":"^3.5.0","eslint":"^2.1.0","mocha":"^2.4.5"},"scripts":{"test":"mocha test --reporter nyan","posttest":"eslint ."},"gitHead":"6be2203415cdb06207d7cbf3f1109eceafe003bb","_id":"postcss-clearfix@1.0.0","_shasum":"afec6a0e01d25dac36a54adb89ffd4bfe1d219af","_from":".","_npmVersion":"3.3.12","_nodeVersion":"5.5.0","_npmUser":{"name":"seaneking","email":"sean@simpla.io"},"dist":{"shasum":"afec6a0e01d25dac36a54adb89ffd4bfe1d219af","tarball":"http://nexus.dui88.com:8081/nexus/content/repositories/npm-registry/postcss-clearfix/-/postcss-clearfix-1.0.0.tgz"},"_npmOperationalInternal":{"host":"packages-12-west.internal.npmjs.com","tmp":"tmp/postcss-clearfix-1.0.0.tgz_1457510256522_0.01112974132411182"},"directories":{}}},"name":"postcss-clearfix","time":{"modified":"2016-03-09T07:57:39.199Z","created":"2015-06-20T02:49:16.543Z","0.1.0":"2015-06-20T02:49:16.543Z","0.1.1":"2015-07-21T00:40:29.626Z","0.1.2":"2015-07-22T01:18:00.705Z","0.1.3":"2015-07-26T09:41:45.977Z","0.1.4":"2015-08-20T22:21:35.581Z","0.1.5":"2015-08-20T22:23:27.433Z","0.1.6":"2015-08-20T22:27:15.353Z","0.2.0":"2015-08-20T22:41:35.788Z","0.2.1":"2016-02-16T08:17:56.819Z","0.3.0":"2016-02-29T10:27:53.922Z","1.0.0":"2016-03-09T07:57:39.199Z"},"readmeFilename":"README.md","homepage":"https://github.com/seaneking/postcss-clearfix"}