{"id":13827838,"url":"https://github.com/less/less-plugin-autoprefix","last_synced_at":"2025-05-16T07:05:03.769Z","repository":{"id":20568833,"uuid":"23849122","full_name":"less/less-plugin-autoprefix","owner":"less","description":"Adds the ability for less to be post-processed by autoprefixer","archived":false,"fork":false,"pushed_at":"2023-10-04T02:16:42.000Z","size":29,"stargazers_count":171,"open_issues_count":12,"forks_count":31,"subscribers_count":17,"default_branch":"master","last_synced_at":"2025-05-07T00:06:22.061Z","etag":null,"topics":["autoprefixer","less-plugin"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/less.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-09-09T20:31:53.000Z","updated_at":"2025-02-03T15:20:09.000Z","dependencies_parsed_at":"2022-08-29T18:41:24.900Z","dependency_job_id":null,"html_url":"https://github.com/less/less-plugin-autoprefix","commit_stats":{"total_commits":36,"total_committers":13,"mean_commits":2.769230769230769,"dds":0.4444444444444444,"last_synced_commit":"bea8732c351a757dda88657663cae512dcfa6e48"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/less%2Fless-plugin-autoprefix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/less%2Fless-plugin-autoprefix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/less%2Fless-plugin-autoprefix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/less%2Fless-plugin-autoprefix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/less","download_url":"https://codeload.github.com/less/less-plugin-autoprefix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254431515,"owners_count":22070129,"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":["autoprefixer","less-plugin"],"created_at":"2024-08-04T09:02:14.419Z","updated_at":"2025-05-16T07:05:03.728Z","avatar_url":"https://github.com/less.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","Hacking on Font Awesome"],"sub_categories":[],"readme":"[![NPM version](https://badge.fury.io/js/less-plugin-autoprefix.svg)](http://badge.fury.io/js/less-plugin-autoprefix)\n\nless-plugin-autoprefix\n========================\n\nUses autoprefixer to add prefixes to css after conversion from less.\n\n## lessc usage\n\nInstall..\n\n```\nnpm install -g less-plugin-autoprefix\n```\n\nand then on the command line,\n\n```\nlessc file.less --autoprefix=\"browsers\"\n```\n\nThe browsers are a comma seperated list of [browsers as specified with autoprefixer](https://github.com/postcss/autoprefixer#browsers).\n\n## Programmatic usage\n\n```js\nvar LessPluginAutoPrefix = require('less-plugin-autoprefix'),\n    autoprefixPlugin = new LessPluginAutoPrefix({browsers: [\"last 2 versions\"]});\nless.render(lessString, { plugins: [autoprefixPlugin] })\n  .then(\n```\n\n## Browser usage\n\nBrowser usage is not supported at this time.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fless%2Fless-plugin-autoprefix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fless%2Fless-plugin-autoprefix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fless%2Fless-plugin-autoprefix/lists"}