{"id":21890747,"url":"https://github.com/chantastic/planningcenter-minions.css","last_synced_at":"2026-05-19T06:31:30.897Z","repository":{"id":57325558,"uuid":"65757959","full_name":"chantastic/planningcenter-minions.css","owner":"chantastic","description":"A minions.css extensions for Planning Center app colors.","archived":false,"fork":false,"pushed_at":"2016-09-01T20:07:09.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-11T13:41:22.829Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://chantastic.github.io/planningcenter-minions.css/","language":"HTML","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/chantastic.png","metadata":{"files":{"readme":"README.markdown","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":"2016-08-15T19:13:54.000Z","updated_at":"2019-06-25T14:25:41.000Z","dependencies_parsed_at":"2022-09-09T05:53:36.698Z","dependency_job_id":null,"html_url":"https://github.com/chantastic/planningcenter-minions.css","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/chantastic%2Fplanningcenter-minions.css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantastic%2Fplanningcenter-minions.css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantastic%2Fplanningcenter-minions.css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chantastic%2Fplanningcenter-minions.css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chantastic","download_url":"https://codeload.github.com/chantastic/planningcenter-minions.css/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244898447,"owners_count":20528341,"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":[],"created_at":"2024-11-28T12:16:39.685Z","updated_at":"2026-05-19T06:31:25.845Z","avatar_url":"https://github.com/chantastic.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Planning Center Minions\n\nA [minions.css](https://github.com/chantastic/minions.css) extensions for [Planning Center](https://planning.center/) app colors.\n\nSupports `background-color`, `border-color`, `color`, and `fill` properties.\n\n[example](http://chantastic.github.io/planningcenter-minions.css)\n\n## Usage\n\n`planningcenter-minions.css` is a context-provider. In the majority case, context is provided by the host application. However, cross-applicatin modals need a way to cascade styles where host context is unavailable (iFrame).\n\nIn minions, these context providers look like variables: `\u003cbody class=\"appcolor=accounts\"\u003e`.\n\nThe elements that observe these contexts are written like this: `\u003cdiv class=\"c-appcolor\"\u003e`. This element's color would be the application color.\n\n### Example\n\n```html\n\u003cbody class=\"appcolor=accounts\"\u003e\n  \u003cdiv\u003e\u003c!-- modal-like thing --\u003e\n    \u003cheader class=\"gc-appcolor c-white\"\u003e\n      Edit a Person\n    \u003c/header\u003e\n\n    \u003cdiv\u003e\n      \u003cp\u003eContentz.\u003c/p\u003e\n    \u003c/div\u003e\n\n    \u003cfooter\u003e\n      \u003cbutton\n        class=\"bc-appcolor c-appcolor gc-transparent\"\n        type=\"button\"\n        value=\"Create\"\n      /\u003e\n\n      \u003cinput\n        class=\"gc-appcolor c-white\"\n        type=\"submit\"\n        value=\"Create\"\n      /\u003e\n    \u003c/footer\u003e\n  \u003c/div\u003e\n\u003c/body\u003e\n```\n\n## Installation\n\nThe [main css](./planningcenter-minions.css) file is in the root of this project. Copy/paste \n\n### NPM\n\nInstall the package.\n\n```bash\nnpm i -D planningcenter-minions.css\n```\n\nAdd it to your build pipeline. I'll assume you know how to do that. Here's what it looks like using Webpakc/css-laoder:\n\n```js\nimport \"planningcenter-minions\"\n```\n\n### link tag\n\nObviously you can include this using a link-tag.\n\n```html\n\u003clink rel=\"stylesheet\" href=\"./path/to/planningcenter-minions.css\" /\u003e\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchantastic%2Fplanningcenter-minions.css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchantastic%2Fplanningcenter-minions.css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchantastic%2Fplanningcenter-minions.css/lists"}