{"id":13548564,"url":"https://github.com/7rulnik/postcss-flexibility","last_synced_at":"2025-04-12T20:44:04.302Z","repository":{"id":3123500,"uuid":"48510183","full_name":"7rulnik/postcss-flexibility","owner":"7rulnik","description":"PostCSS plugin for Flexibility polyfill","archived":false,"fork":false,"pushed_at":"2023-01-04T21:49:42.000Z","size":1660,"stargazers_count":296,"open_issues_count":10,"forks_count":14,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-04T00:09:11.636Z","etag":null,"topics":["flexbox","flexibility","postcss"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/7rulnik.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-23T20:41:41.000Z","updated_at":"2024-08-19T21:09:33.000Z","dependencies_parsed_at":"2023-01-13T13:00:34.656Z","dependency_job_id":null,"html_url":"https://github.com/7rulnik/postcss-flexibility","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7rulnik%2Fpostcss-flexibility","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7rulnik%2Fpostcss-flexibility/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7rulnik%2Fpostcss-flexibility/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/7rulnik%2Fpostcss-flexibility/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/7rulnik","download_url":"https://codeload.github.com/7rulnik/postcss-flexibility/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248631687,"owners_count":21136556,"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":["flexbox","flexibility","postcss"],"created_at":"2024-08-01T12:01:11.897Z","updated_at":"2025-04-12T20:44:04.280Z","avatar_url":"https://github.com/7rulnik.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# PostCSS Flexibility\n\n[![NPM version](https://badge.fury.io/js/postcss-flexibility.svg)](http://badge.fury.io/js/postcss-flexibility)\n[![Build Status](https://travis-ci.org/7rulnik/postcss-flexibility.svg)](https://travis-ci.org/7rulnik/postcss-flexibility)\n[![Dependency Status](https://david-dm.org/7rulnik/postcss-flexibility.svg)](https://david-dm.org/7rulnik/postcss-flexibility)\n[![devDependency Status](https://david-dm.org/7rulnik/postcss-flexibility/dev-status.svg)](https://david-dm.org/7rulnik/postcss-flexibility#info=devDependencies)\n[![Coverage Status](https://coveralls.io/repos/7rulnik/postcss-flexibility/badge.svg)](https://coveralls.io/r/7rulnik/postcss-flexibility)\n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)\n\n\n[PostCSS] plugin for [Flexibility].\n\n\n```css\n.foo {\n    display: flex;\n}\n```\nwill be processed to:\n```css\n.foo {\n    -js-display: flex;\n    display: flex;\n}\n```\n\n## Installation\n\n```sh\n$ npm install --save-dev postcss postcss-flexibility\n```\n\n## Usage\n\n```js\npostcss([ require('postcss-flexibility') ])\n```\n\nSee [PostCSS] docs for examples for your environment.\n\n### Excluding rules\n\nYou can exclude rule from transformation by adding `/* flexibility-disable */` comment.\n\n```css\n.foo {\n    /* flexibility-disable */\n    display: flex;\n}\n```\nwill be processed to:\n```css\n.foo {\n    /* flexibility-disable */\n    display: flex;\n}\n```\n\n### License\n\nMIT © [Valentin Semirulnik](https://twitter.com/7rulnik)\n\n[PostCSS]: https://github.com/postcss/postcss\n[Flexibility]: https://github.com/10up/flexibility\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7rulnik%2Fpostcss-flexibility","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F7rulnik%2Fpostcss-flexibility","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F7rulnik%2Fpostcss-flexibility/lists"}