{"id":20599997,"url":"https://github.com/mungell/react-postcss","last_synced_at":"2025-04-15T00:41:08.403Z","repository":{"id":57342632,"uuid":"43986541","full_name":"MunGell/react-postcss","owner":"MunGell","description":"Simple style tag for React","archived":false,"fork":false,"pushed_at":"2015-10-19T23:17:43.000Z","size":368,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-09T02:07:44.053Z","etag":null,"topics":["css-in-js","experimental","postcss","react"],"latest_commit_sha":null,"homepage":"http://shmavon.gazanchyan.me/react-with-style/","language":"JavaScript","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/MunGell.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2015-10-10T00:39:49.000Z","updated_at":"2025-02-06T04:18:32.000Z","dependencies_parsed_at":"2022-09-16T02:50:23.645Z","dependency_job_id":null,"html_url":"https://github.com/MunGell/react-postcss","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2Freact-postcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2Freact-postcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2Freact-postcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MunGell%2Freact-postcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MunGell","download_url":"https://codeload.github.com/MunGell/react-postcss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248986270,"owners_count":21194024,"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-in-js","experimental","postcss","react"],"created_at":"2024-11-16T08:34:46.132Z","updated_at":"2025-04-15T00:41:08.387Z","avatar_url":"https://github.com/MunGell.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# react-postcss\n\n[![Build Status](https://travis-ci.org/MunGell/react-postcss.svg)](https://travis-ci.org/MunGell/react-postcss)\n\nThis repository contains proof-of-concept simple style tag component for React.\n\n## How to use\n\n```js\nstyle: function() {\n    return `\n        .Container {\n            \u0026__button {\n                color: red;\n                background-color: black;\n            }\n        }\n    `;\n},\n\nrender: function () {\n    return (\n        \u003cdiv className=\"Container\"\u003e\n            \u003cStyle plugins={[postcssNested, autoprefixer]}\u003e{this.style()}\u003c/Style\u003e\n            \u003cbutton className=\"Container__button\"\u003e\n                Button\n            \u003c/button\u003e\n        \u003c/div\u003e\n    )\n}\n```\n\n## PostCSS\n\nThis component uses [PostCSS](https://github.com/postcss/postcss).\nYou can use any plugins from [postcss.parts](http://postcss.parts/) website.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmungell%2Freact-postcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmungell%2Freact-postcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmungell%2Freact-postcss/lists"}