{"id":16925155,"url":"https://github.com/hiroppy/babel-plugin-styled-components-autoprefixer","last_synced_at":"2026-04-13T13:02:08.379Z","repository":{"id":66361342,"uuid":"74580649","full_name":"hiroppy/babel-plugin-styled-components-autoprefixer","owner":"hiroppy","description":"autoprefixer for styled-components","archived":false,"fork":false,"pushed_at":"2020-08-17T02:51:07.000Z","size":5,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T01:28:36.571Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/hiroppy.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-23T13:45:04.000Z","updated_at":"2020-09-23T07:33:11.000Z","dependencies_parsed_at":"2023-02-22T12:46:18.813Z","dependency_job_id":null,"html_url":"https://github.com/hiroppy/babel-plugin-styled-components-autoprefixer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hiroppy/babel-plugin-styled-components-autoprefixer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fbabel-plugin-styled-components-autoprefixer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fbabel-plugin-styled-components-autoprefixer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fbabel-plugin-styled-components-autoprefixer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fbabel-plugin-styled-components-autoprefixer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiroppy","download_url":"https://codeload.github.com/hiroppy/babel-plugin-styled-components-autoprefixer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiroppy%2Fbabel-plugin-styled-components-autoprefixer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-13T20:08:56.984Z","updated_at":"2026-04-13T13:02:08.358Z","avatar_url":"https://github.com/hiroppy.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# babel-plugin-styled-components-autoprefixer\n\nautoprefixer for [styled-components](https://github.com/styled-components/styled-components).\nI want to exclude autoprefixer from styled-componets.\nI think autoprefixer should be executed at bundle.\nHowever styled-componets has autoprefixer in a production codes....\n\n### Input\n```javascript\nstyled.h1`\n  display: flex;\n`;\n```\n\n### Output\n```javascript\nvar _templateObject = _taggedTemplateLiteral(['\\n  display: -webkit-box;\\ndisplay: -ms-flexbox;\\ndisplay: flex;\\n'], ['\\n  display: -webkit-box;\\ndisplay: -ms-flexbox;\\ndisplay: flex;\\n']);\n\n_styledComponents2.default.h1(_templateObject);\n\n-------------------------\n\n// As you can see:\ndisplay: -webkit-box;\ndisplay: -ms-flexbox;\ndisplay: flex;\n```\n\n### Input\n```javascript\nstyled.h1`\n  background: ${color};\n  display: flex;\n  border: 2px solid ${props =\u003e props.theme.main};\n  padding: ${(props) =\u003e {\n    props.theme.main\n  }};\n`;\n```\n\n### Output\n```javascript\nvar _templateObject = _taggedTemplateLiteral(['\\n  background: ', ';\\n  display: -webkit-box;\\n  display: -ms-flexbox;\\n  display: flex;\\n  border: 2px solid ', ';\\n  padding: ', ';\\n'], ['\\n  background: ', ';\\n  display: -webkit-box;\\n  display: -ms-flexbox;\\n  display: flex;\\n  border: 2px solid ', ';\\n  padding: ', ';\\n']);\n\n_styledComponents2.default.h1(_templateObject, color, function (props) {\n  return props.theme.main;\n}, function (props) {\n  props.theme.main;\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroppy%2Fbabel-plugin-styled-components-autoprefixer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiroppy%2Fbabel-plugin-styled-components-autoprefixer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiroppy%2Fbabel-plugin-styled-components-autoprefixer/lists"}