{"id":18889728,"url":"https://github.com/middleman/middleman-autoprefixer","last_synced_at":"2025-04-04T22:05:06.551Z","repository":{"id":9619437,"uuid":"11546284","full_name":"middleman/middleman-autoprefixer","owner":"middleman","description":"Autoprefixer integration with Middleman","archived":false,"fork":false,"pushed_at":"2021-05-18T17:19:48.000Z","size":99,"stargazers_count":116,"open_issues_count":3,"forks_count":16,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-28T21:03:54.422Z","etag":null,"topics":["autoprefixer","middleman","middleman-extension"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/middleman.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-20T11:49:14.000Z","updated_at":"2023-11-13T04:23:14.000Z","dependencies_parsed_at":"2022-08-20T22:31:04.307Z","dependency_job_id":null,"html_url":"https://github.com/middleman/middleman-autoprefixer","commit_stats":null,"previous_names":[],"tags_count":37,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/middleman%2Fmiddleman-autoprefixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/middleman%2Fmiddleman-autoprefixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/middleman%2Fmiddleman-autoprefixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/middleman%2Fmiddleman-autoprefixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/middleman","download_url":"https://codeload.github.com/middleman/middleman-autoprefixer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256110,"owners_count":20909240,"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","middleman","middleman-extension"],"created_at":"2024-11-08T07:50:30.813Z","updated_at":"2025-04-04T22:05:06.523Z","avatar_url":"https://github.com/middleman.png","language":"Ruby","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"[![Gem version](https://img.shields.io/gem/v/middleman-autoprefixer.svg)](https://rubygems.org/gems/middleman-autoprefixer) [![Build status](https://img.shields.io/travis/middleman/middleman-autoprefixer.svg)](https://travis-ci.org/middleman/middleman-autoprefixer) [![Coveralls](https://img.shields.io/coveralls/middleman/middleman-autoprefixer.svg)](https://coveralls.io/r/middleman/middleman-autoprefixer) [![Dependency status](https://img.shields.io/gemnasium/middleman/middleman-autoprefixer.svg)](https://gemnasium.com/middleman/middleman-autoprefixer)\n\n# Middleman::Autoprefixer\n\n\u003e Automatically vendor-prefix stylesheets served by Middleman.\n\n## Usage\n\nAdd the following line to `Gemfile`, then run `bundle install`:\n\n```ruby\ngem 'middleman-autoprefixer'\n```\n\nAfter installation, activate (and optionally configure) the extension in `config.rb`:\n\n```ruby\nactivate :autoprefixer\n```\n\n```ruby\nactivate :autoprefixer do |config|\n  config.browsers = ['last 2 versions', 'Explorer \u003e= 9']\n  config.ignore   = ['/stylesheets/hacks.css']\nend\n```\n\n## Available options\n\n### browsers\n\nThe list of targeted browsers. Takes values and uses defaults accordingly to [Autoprefixer’s documentation](https://github.com/postcss/autoprefixer#browsers).\n\n### add\n\nWhether to add vendor prefixes: `true` or `false`. Enabled by default.\n\n### remove\n\nWhether to remove outdated prefixes: `true` or `false`. Enabled by default.\n\n### cascade\n\nThe visual cascade of prefixed properties: `true` or `false`. Enabled by default.\n\n### inline\n\nWhether to process inline styles within HTML files: `true` or `false`. Disabled by default.\n\n### ignore\n\nThe array of patterns or paths to exclude from processing. Empty by default.\n\n## License\n\nMiddleman Autoprefixer was created by [Dominik Porada](https://github.com/porada) and is distributed under the [MIT](http://porada.mit-license.org/) license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiddleman%2Fmiddleman-autoprefixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmiddleman%2Fmiddleman-autoprefixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmiddleman%2Fmiddleman-autoprefixer/lists"}