{"id":16327091,"url":"https://github.com/mrmlnc/vscode-autoprefixer","last_synced_at":"2025-06-11T20:39:42.895Z","repository":{"id":43950028,"uuid":"63284980","full_name":"mrmlnc/vscode-autoprefixer","owner":"mrmlnc","description":":electric_plug: Parse CSS and add vendor prefixes automatically.","archived":false,"fork":false,"pushed_at":"2023-01-07T17:44:37.000Z","size":787,"stargazers_count":42,"open_issues_count":25,"forks_count":12,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-03T14:51:21.448Z","etag":null,"topics":["autoprefixer","visual-studio-code","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://goo.gl/4v2w2d","language":"TypeScript","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/mrmlnc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"ko_fi":"mrmlnc","custom":["https://www.buymeacoffee.com/mrmlnc","https://www.paypal.me/mrmlnc"]}},"created_at":"2016-07-13T22:57:14.000Z","updated_at":"2024-06-11T18:32:00.000Z","dependencies_parsed_at":"2023-02-07T18:45:50.806Z","dependency_job_id":null,"html_url":"https://github.com/mrmlnc/vscode-autoprefixer","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/mrmlnc/vscode-autoprefixer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmlnc%2Fvscode-autoprefixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmlnc%2Fvscode-autoprefixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmlnc%2Fvscode-autoprefixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmlnc%2Fvscode-autoprefixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mrmlnc","download_url":"https://codeload.github.com/mrmlnc/vscode-autoprefixer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mrmlnc%2Fvscode-autoprefixer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259336213,"owners_count":22842506,"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","visual-studio-code","vscode","vscode-extension"],"created_at":"2024-10-10T23:10:21.869Z","updated_at":"2025-06-11T20:39:42.851Z","avatar_url":"https://github.com/mrmlnc.png","language":"TypeScript","funding_links":["https://ko-fi.com/mrmlnc","https://www.buymeacoffee.com/mrmlnc","https://www.paypal.me/mrmlnc","https://paypal.me/mrmlnc"],"categories":[],"sub_categories":[],"readme":"# VS Code Plugin for Autoprefixer\n\n\u003e This plugin for VS Code provides an interface to [autoprefixer](https://github.com/postcss/autoprefixer).\n\n![VS Code plugin](https://cloud.githubusercontent.com/assets/7034281/16823311/da82a3c6-496b-11e6-8d95-0bebbf0b9607.gif)\n\n## Donate\n\nIf you want to thank me, or promote your issue.\n\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/mrmlnc)\n\n\u003e :heart: I will be glad to see your support and PR's.\n\n## Install\n\nPlugin installation is performed in several stages:\n\n  1. Press `F1` and select `Extensions: Install Extensions`.\n  2. Search and choose `vscode-autoprefixer`.\n\nSee the [extension installation guide](https://code.visualstudio.com/docs/editor/extension-gallery) for details.\n\n## Usage\n\nPress `F1` and run the command named `Autoprefixer: Run`.\n\n## Supported languages\n\n* CSS\n* Less\n* SCSS\n\n## Supported settings\n\n### autoprefixer.findExternalAutoprefixer\n\n* Type: `Boolean`\n* Default: `false`\n\nUse an external Autoprefixer package instead of built-in version.\n\nYou must install Autoprefixer using:\n\n* `npm i -D autoprefixer`\n* `npm i -g autoprefixer`\n\n\u003e **About first run with this option**\n\u003e\n\u003e When you first start the plugin is looking for an installed Autoprefixer. Therefore, the first run may take a long time. Subsequent runs are much faster.\n\n### autoprefixer.options\n\n* Type: `Object`\n* Default: `{}`\n\nAny options supported by autoprefixer — [documentation](https://github.com/postcss/autoprefixer#options).\n\n### autoprefixer.formatOnSave\n\n* Type: `Boolean`\n* Default: `false`\n\nAdd vendor prefixes to CSS when you save a file.\n\n### autoprefixer.ignoreFiles\n\n* Type: `Array`\n* Default: `[]`\n* Example: `[\"variables.less\", \"mixins/**/*\"]`\n\nAn optional array of glob-patterns to ignore files.\n\n## Keyboard shortcuts\n\nFor changes keyboard shortcuts, create a new rule in `File -\u003e Preferences -\u003e Keyboard Shortcuts`:\n\n```json\n{\n  \"key\": \"ctrl+shift+c\",\n  \"command\": \"autoprefixer.execute\"\n}\n```\n\n## Changelog\n\nSee the [Releases section of our GitHub project](https://github.com/mrmlnc/vscode-autoprefixer/releases) for changelogs for each release version.\n\n## License\n\nThis software is released under the terms of the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmlnc%2Fvscode-autoprefixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrmlnc%2Fvscode-autoprefixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrmlnc%2Fvscode-autoprefixer/lists"}