{"id":19133693,"url":"https://github.com/zhuping/mat-autoprefixer","last_synced_at":"2026-05-14T08:44:53.954Z","repository":{"id":57291771,"uuid":"96293759","full_name":"zhuping/mat-autoprefixer","owner":"zhuping","description":"Prefix CSS for mat","archived":false,"fork":false,"pushed_at":"2017-07-05T08:36:47.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-04T23:06:51.433Z","etag":null,"topics":["autoprefixer","mat","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhuping.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}},"created_at":"2017-07-05T08:07:00.000Z","updated_at":"2017-07-05T08:37:54.000Z","dependencies_parsed_at":"2022-08-27T12:20:29.120Z","dependency_job_id":null,"html_url":"https://github.com/zhuping/mat-autoprefixer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhuping%2Fmat-autoprefixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhuping%2Fmat-autoprefixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhuping%2Fmat-autoprefixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhuping%2Fmat-autoprefixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhuping","download_url":"https://codeload.github.com/zhuping/mat-autoprefixer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240214567,"owners_count":19766263,"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","mat","postcss"],"created_at":"2024-11-09T06:23:30.151Z","updated_at":"2025-11-13T08:03:03.953Z","avatar_url":"https://github.com/zhuping.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mat-autoprefixer\n\n## Installation\n\n```sh\nnpm install --save-dev mat-autoprefixer\n```\n\n## Basic Usage\n\n```javascript\nvar mat   = require('mat')\nvar less  = require('mat-less')\nvar autoprefixer = require('mat-autoprefixer')\n\nmat.task('less', function () {\n  mat.url([/.*\\.css/])\n    .rewrite([\n      [/\\.css/g, '.less']\n    ])\n    .use(less({sourceMap: {sourceMapFileInline: true}}))\n    .use(autoprefixer({\n      browsers: ['last 2 versions'],\n      cascade: false\n    }))\n})\n```\n## Options\n\nSee the Autoprefixer [options](https://github.com/postcss/autoprefixer#options).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhuping%2Fmat-autoprefixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhuping%2Fmat-autoprefixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhuping%2Fmat-autoprefixer/lists"}