{"id":13725202,"url":"https://github.com/madeleineostoja/postcss-hexrgba","last_synced_at":"2025-03-16T15:31:01.111Z","repository":{"id":33889338,"uuid":"37602089","full_name":"madeleineostoja/postcss-hexrgba","owner":"madeleineostoja","description":"PostCSS plugin that adds shorthand hex methods to rgba() values","archived":false,"fork":false,"pushed_at":"2023-03-01T21:29:57.000Z","size":156,"stargazers_count":70,"open_issues_count":13,"forks_count":13,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-20T01:48:40.265Z","etag":null,"topics":["css-color","css-colors","postcss","postcss-plugin"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"gin-gonic/gin","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/madeleineostoja.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-06-17T15:04:37.000Z","updated_at":"2024-01-06T15:16:40.000Z","dependencies_parsed_at":"2024-06-18T13:39:07.377Z","dependency_job_id":"95adcdc3-926b-4387-803c-9e6bdcd2d181","html_url":"https://github.com/madeleineostoja/postcss-hexrgba","commit_stats":{"total_commits":54,"total_committers":16,"mean_commits":3.375,"dds":0.5185185185185186,"last_synced_commit":"b7dc6ad5d0720d092f98c138d54cf3e2f0464d31"},"previous_names":["seaneking/postcss-hexrgba"],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fpostcss-hexrgba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fpostcss-hexrgba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fpostcss-hexrgba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/madeleineostoja%2Fpostcss-hexrgba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/madeleineostoja","download_url":"https://codeload.github.com/madeleineostoja/postcss-hexrgba/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221665209,"owners_count":16860196,"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":["css-color","css-colors","postcss","postcss-plugin"],"created_at":"2024-08-03T01:02:15.660Z","updated_at":"2024-10-27T10:49:22.733Z","avatar_url":"https://github.com/madeleineostoja.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# PostCSS HexRGBA\n[![NPM version][npm-badge]][npm-url] [![Downloads][downloads-badge]][npm-url] [![Build Status][travis-badge]][travis-url]\n\n[PostCSS][PostCSS] plugin that adds shorthand hex methods to rgba() values.\n\n_Part of [Rucksack - CSS Superpowers](https://www.rucksackcss.org/)_\n\n**Input**\n\n```css\n.foo {\n  color: rgba(#0fab53, 0.8)\n}\n\n.bar {\n  background: linear-gradient(rgba(#fff, .1), rgba(#fff, .2));\n}\n```\n\n**Output**\n\n```css\n.foo {\n  color: rgba(15,171,83, 0.8)\n}\n\n.bar {\n  background: linear-gradient(rgba(255,255,255, .1), rgba(255,255,255, .2));\n}\n```\n\n## Usage\n\n```js\npostcss([ require('postcss-hexrgba') ])\n```\n\nSee [PostCSS][PostCSS] docs for examples for your environment.\n\n***\n\nMIT © [Sean King](https://twitter.com/seaneking)\n\n[npm-badge]: https://badge.fury.io/js/postcss-hexrgba.svg\n[npm-url]: https://npmjs.org/package/postcss-hexrgba\n[downloads-badge]: https://img.shields.io/npm/dm/postcss-hexrgba.svg\n[travis-badge]: https://travis-ci.org/seaneking/postcss-hexrgba.svg?branch=master\n[travis-url]: https://travis-ci.org/seaneking/postcss-hexrgba\n[PostCSS]: https://github.com/postcss/postcss\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeleineostoja%2Fpostcss-hexrgba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmadeleineostoja%2Fpostcss-hexrgba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmadeleineostoja%2Fpostcss-hexrgba/lists"}