{"id":15389565,"url":"https://github.com/trysound/postcss-easy-import","last_synced_at":"2025-04-04T11:10:38.213Z","repository":{"id":43659316,"uuid":"50596867","full_name":"TrySound/postcss-easy-import","owner":"TrySound","description":"PostCSS plugin to inline @import rules content with extra features","archived":false,"fork":false,"pushed_at":"2023-02-10T02:41:44.000Z","size":250,"stargazers_count":201,"open_issues_count":13,"forks_count":25,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-01T22:09:05.384Z","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/TrySound.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}},"created_at":"2016-01-28T16:33:49.000Z","updated_at":"2025-03-07T13:12:17.000Z","dependencies_parsed_at":"2024-01-13T18:39:15.159Z","dependency_job_id":"128dc4d3-e49b-4572-8c09-ed4b5d44a716","html_url":"https://github.com/TrySound/postcss-easy-import","commit_stats":{"total_commits":42,"total_committers":6,"mean_commits":7.0,"dds":0.5,"last_synced_commit":"b5c5c1cdb0f9dc8028ab6d81ca537c7fd6208010"},"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrySound%2Fpostcss-easy-import","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrySound%2Fpostcss-easy-import/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrySound%2Fpostcss-easy-import/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TrySound%2Fpostcss-easy-import/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TrySound","download_url":"https://codeload.github.com/TrySound/postcss-easy-import/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166168,"owners_count":20894654,"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-10-01T15:02:14.372Z","updated_at":"2025-04-04T11:10:38.190Z","avatar_url":"https://github.com/TrySound.png","language":"JavaScript","readme":"# postcss-easy-import [![Build Status][ci-img]][ci]\n\n[PostCSS] plugin to inline @import rules content with extra features.\n\n[postcss-import]: https://github.com/postcss/postcss-import\n[PostCSS]: https://github.com/postcss/postcss\n[ci-img]: https://travis-ci.org/TrySound/postcss-easy-import.svg\n[ci]: https://travis-ci.org/TrySound/postcss-easy-import\n\n## Usage\n\n```js\npostcss([ require('postcss-easy-import') ])\n```\n\nSee [PostCSS] docs for examples for your environment.\n\n## Resolving files with globs\n\nThe path to the file will be checked and if it contains a glob it will be used\nto locate it. These can be mixed and matched with normal module paths:\n\n```css\n@import \"suitcss-utils-display\"; /* node_modules */\n@import \"./theme.css\"; /* relative path */\n@import \"./components/*.css\"; /* glob */\n@import \"suitcss-utils-size/lib/*.css\"; /* glob inside node_modules */\n```\n\n## Options\n\nThis plugin is a [postcss-import] extension which introduces its own `resolve` option.\n\n### `prefix`\n\nType: `false` or `string`\nDefault: `false`\n\nAllows partial-like importing with a prefix before the filename.\n\n```css\n@import 'modules/partial.css';\n/* will import modules/_partial.css */\n```\n\nPrefixed versions are always favoured. Otherwise the non-prefix version is used:\n\n```\n├── _baz.css\n├── baz.css\n├── bar.css\n```\n\nThe matched files would be `['_baz.css', 'bar.css']`.\n\n### `extensions`\n\nType: `array` or `string`\nDefault: `.css`\n\nDefines file extensions which will be looked for.\n\n# License\n\nMIT © [Bogdan Chadkin](mailto:trysound@yandex.ru)\n","funding_links":[],"categories":["CSS3"],"sub_categories":["PostCSS"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrysound%2Fpostcss-easy-import","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrysound%2Fpostcss-easy-import","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrysound%2Fpostcss-easy-import/lists"}