{"id":16346543,"url":"https://github.com/madeleineostoja/postcss-clearfix","last_synced_at":"2025-03-20T23:32:38.233Z","repository":{"id":34000724,"uuid":"37755479","full_name":"madeleineostoja/postcss-clearfix","owner":"madeleineostoja","description":"PostCSS plugin that adds a 'fix' argument to the 'clear' property","archived":false,"fork":false,"pushed_at":"2021-05-08T00:30:47.000Z","size":64,"stargazers_count":47,"open_issues_count":2,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-12T00:35:44.394Z","etag":null,"topics":["clearfix","css","postcss","postcss-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madeleineostoja.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-20T02:48:18.000Z","updated_at":"2022-05-11T21:22:31.000Z","dependencies_parsed_at":"2022-07-13T21:34:59.117Z","dependency_job_id":null,"html_url":"https://github.com/madeleineostoja/postcss-clearfix","commit_stats":null,"previous_names":["seaneking/postcss-clearfix"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fpostcss-clearfix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fpostcss-clearfix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fpostcss-clearfix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fpostcss-clearfix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madeleineostoja","download_url":"https://codeload.github.com/madeleineostoja/postcss-clearfix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221810223,"owners_count":16884070,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clearfix","css","postcss","postcss-plugin"],"created_at":"2024-10-11T00:35:36.098Z","updated_at":"2024-10-28T08:53:43.468Z","avatar_url":"https://github.com/madeleineostoja.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PostCSS Clearfix\n[![NPM version][npm-badge]][npm-url] [![Downloads][downloads-badge]][npm-url] [![Build Status][travis-image]][travis-url]\n\n[PostCSS][PostCSS] plugin that adds a native `fix` value to the CSS `clear` property, for self-clearing children. The output clearfix works in IE8+.\n\n_Part of [Rucksack - CSS Superpowers](http://simplaio.github.io/rucksack)_\n\n**Input**\n\n```css\n.cleared {\n  clear: fix;\n}\n```\n\n**Output**\n\n```css\n.cleared:after{\n  content: '';\n  display: block;\n  clear: both;\n}\n```\n\n### Usage\n\n```js\npostcss([ require('postcss-clearfix') ])\n```\n\nSee [PostCSS][PostCSS] docs for examples for your environment.\n\n### Options\n\nProperty  | Type   | Default   | Description                                                                                                                    \n--------- | ------ | --------- | ------------                                                                                                                     \n`display` | String | `'block'` | Set the display property outputted in the `::after` clearfix (eg: use `'table'` to prevent collapsed margins on cleared items) \n\n***\n\nMIT © [Sean King](https://twitter.com/seaneking)\n\n[npm-badge]: https://badge.fury.io/js/postcss-clearfix.svg\n[npm-url]: https://npmjs.org/package/postcss-clearfix\n[downloads-badge]: https://img.shields.io/npm/dm/postcss-clearfix.svg\n[travis-image]: https://travis-ci.org/seaneking/postcss-clearfix.svg?branch=master\n[travis-url]: https://travis-ci.org/seaneking/postcss-clearfix\n[PostCSS]: https://github.com/postcss/postcss\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeleineostoja%2Fpostcss-clearfix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadeleineostoja%2Fpostcss-clearfix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeleineostoja%2Fpostcss-clearfix/lists"}