{"id":28384243,"url":"https://github.com/eriklharper/postcss-nested-import","last_synced_at":"2025-06-25T23:31:46.829Z","repository":{"id":20146024,"uuid":"88562135","full_name":"eriklharper/postcss-nested-import","owner":"eriklharper","description":"@import stylesheets inside nested CSS","archived":false,"fork":false,"pushed_at":"2023-09-06T06:00:43.000Z","size":232,"stargazers_count":18,"open_issues_count":2,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T08:53:27.689Z","etag":null,"topics":["postcss"],"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/eriklharper.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":"2017-04-18T00:08:33.000Z","updated_at":"2025-04-06T23:27:03.000Z","dependencies_parsed_at":"2024-06-18T17:02:46.717Z","dependency_job_id":"74f98900-5b61-4f94-9be9-ff1e4b7d027c","html_url":"https://github.com/eriklharper/postcss-nested-import","commit_stats":{"total_commits":48,"total_committers":7,"mean_commits":6.857142857142857,"dds":0.3125,"last_synced_commit":"7aa75561651ea7ab7098a93c3c198273ce92db6e"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriklharper%2Fpostcss-nested-import","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriklharper%2Fpostcss-nested-import/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriklharper%2Fpostcss-nested-import/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriklharper%2Fpostcss-nested-import/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eriklharper","download_url":"https://codeload.github.com/eriklharper/postcss-nested-import/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eriklharper%2Fpostcss-nested-import/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258368806,"owners_count":22689985,"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":["postcss"],"created_at":"2025-05-30T08:08:52.078Z","updated_at":"2025-06-25T23:31:46.818Z","avatar_url":"https://github.com/eriklharper.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ePostCSS Nested Import\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003ePostCSS plugin for importing other stylesheet source files anywhere in your CSS.\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/eriklharper/postcss-nested-import/actions/workflows/test.yml\" rel=\"nofollow noreferrer noopener\"\u003e\n    \u003cimg src=\"https://github.com/eriklharper/postcss-nested-import/actions/workflows/test.yml/badge.svg\" alt=\"GitHub CI test\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\nBefore:\n\n```css\n/* vendor.css */\n.vendor {\n  background: silver;\n}\n\n/* index.css */\n:global {\n  @nested-import './vendor.css';\n}\n```\n\nAfter:\n\n```css\n:global {\n  .vendor {\n    background: silver;\n  }\n}\n```\n\n## Usage\n\n```js\npostcss([require(\"postcss-nested-import\")]);\n```\n\nSee [PostCSS](https://github.com/postcss/postcss) docs for examples for your environment.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feriklharper%2Fpostcss-nested-import","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feriklharper%2Fpostcss-nested-import","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feriklharper%2Fpostcss-nested-import/lists"}