{"id":21654809,"url":"https://github.com/localvoid/autoprefixer_transformer","last_synced_at":"2026-04-17T04:33:04.527Z","repository":{"id":19921265,"uuid":"23187326","full_name":"localvoid/autoprefixer_transformer","owner":"localvoid","description":"Dart `pub` transformer that parses css and adds vendor prefixes to CSS rules","archived":false,"fork":false,"pushed_at":"2015-04-01T08:31:46.000Z","size":163,"stargazers_count":2,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T10:38:10.225Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/localvoid.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":"2014-08-21T13:05:10.000Z","updated_at":"2017-08-08T11:28:37.000Z","dependencies_parsed_at":"2022-08-17T15:31:09.753Z","dependency_job_id":null,"html_url":"https://github.com/localvoid/autoprefixer_transformer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/localvoid/autoprefixer_transformer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localvoid%2Fautoprefixer_transformer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localvoid%2Fautoprefixer_transformer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localvoid%2Fautoprefixer_transformer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localvoid%2Fautoprefixer_transformer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/localvoid","download_url":"https://codeload.github.com/localvoid/autoprefixer_transformer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localvoid%2Fautoprefixer_transformer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31915207,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"online","status_checked_at":"2026-04-17T02:00:06.879Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-11-25T08:29:08.096Z","updated_at":"2026-04-17T04:33:04.488Z","avatar_url":"https://github.com/localvoid.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# autoprefixer_transformer \n\n\u003e [pub](https://pub.dartlang.org/) transformer that parses css and\n\u003e adds vendor prefixes to css rules.\n\n## Prerequisites\n\nThis transformer depends on\n[autoprefixer](https://github.com/postcss/autoprefixer) CLI tool\nthat performs transformations.\n\n## Usage example\n\n### `pubspec.yaml`\n\n```yaml\nname: autoprefixer_example\ndependencies:\n  autoprefixer_transformer: any\ntransformers:\n- autoprefixer_transformer:\n    browsers:\n    - \"last 2 versions\"\n```\n\n### `web/example.css`\n\n```css\n.noselect {\n  user-select: none;\n}\n```\n\n## Options\n\n### `executable`\n\nPath to the [autoprefixer](https://github.com/postcss/autoprefixer)\nexecutable.\n\nTYPE: `String`  \nDEFAULT: `autoprefixer`\n\n### `browsers`\n\nBrowsers you want to target.\n\nTYPE: `List\u003cString\u003e`  \nDEFAULT: `[\u003e 1%]`\n\n### `source_map`\n\nGenerate source map in release mode.\n\nTYPE: `bool`  \nDEFAULT: `false`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocalvoid%2Fautoprefixer_transformer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocalvoid%2Fautoprefixer_transformer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocalvoid%2Fautoprefixer_transformer/lists"}