{"id":16124679,"url":"https://github.com/emilbayes/css-pipeline","last_synced_at":"2026-02-04T14:01:33.988Z","repository":{"id":57111388,"uuid":"72607089","full_name":"emilbayes/css-pipeline","owner":"emilbayes","description":"My personal PostCSS based CSS pipeline","archived":false,"fork":false,"pushed_at":"2022-04-05T08:38:10.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-12T11:58:27.504Z","etag":null,"topics":["cssnext","pipeline","postcss"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emilbayes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-02T05:27:30.000Z","updated_at":"2019-05-30T05:44:28.000Z","dependencies_parsed_at":"2022-08-21T00:00:57.537Z","dependency_job_id":null,"html_url":"https://github.com/emilbayes/css-pipeline","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/emilbayes/css-pipeline","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilbayes%2Fcss-pipeline","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilbayes%2Fcss-pipeline/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilbayes%2Fcss-pipeline/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilbayes%2Fcss-pipeline/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emilbayes","download_url":"https://codeload.github.com/emilbayes/css-pipeline/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emilbayes%2Fcss-pipeline/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262857263,"owners_count":23375490,"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":["cssnext","pipeline","postcss"],"created_at":"2024-10-09T21:22:42.637Z","updated_at":"2026-02-04T14:01:33.897Z","avatar_url":"https://github.com/emilbayes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `@emilbayes/css-pipeline`\n\n[![Build Status](https://travis-ci.org/emilbayes/css-pipeline.svg?branch=master)](https://travis-ci.org/emilbayes/css-pipeline)\n\n\u003e My personal PostCSS based CSS pipeline\n\n## Usage\n\n```js\nvar postcss = require('postcss')\nvar pipeline = require('@emilbayes/css-pipeline')\n\npostcss(pipeline()).process(cssString).then(oncomplete, onerror)\n\nfunction oncomplete (result) {\n  console.log(result.css)\n  process.exit(0)\n}\nfunction onerror (err) {\n  console.error(err)\n  process.exit(1)\n}\n\n```\n\nOr with [`postcss-cli`](https://github.com/postcss/postcss-cli):\n\n```sh\ncat index.css | postcss --use @emilbayes/css-pipeline \u003e bundle.css\n```\n\n## API\n\n### `pipeline(opts)`\n\nReturns a PostCSS plugin.\n\n* `opts.debug`, also available through the `DEBUG` env var. Defaults to `false`\n* `opts.rtl`, also available through the `RTL` env var. Defaults to `false`\n\n## Install\n\n```sh\nnpm install @emilbayes/css-pipeline\n```\n\n## License\n\n[ISC](LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilbayes%2Fcss-pipeline","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femilbayes%2Fcss-pipeline","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femilbayes%2Fcss-pipeline/lists"}