{"id":16085696,"url":"https://github.com/bart-jaskulski/eleventy-postcss-extension","last_synced_at":"2026-02-25T00:32:58.929Z","repository":{"id":57222361,"uuid":"429390820","full_name":"bart-jaskulski/eleventy-postcss-extension","owner":"bart-jaskulski","description":"Add CSS processing with PostCSS to your Eleventy build.","archived":false,"fork":false,"pushed_at":"2022-09-29T07:03:39.000Z","size":6,"stargazers_count":7,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-25T13:57:55.769Z","etag":null,"topics":["css","eleventy","eleventy-plugin","postcss"],"latest_commit_sha":null,"homepage":"","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/bart-jaskulski.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-11-18T10:44:04.000Z","updated_at":"2024-04-10T09:18:22.000Z","dependencies_parsed_at":"2022-09-07T16:21:44.724Z","dependency_job_id":null,"html_url":"https://github.com/bart-jaskulski/eleventy-postcss-extension","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bart-jaskulski/eleventy-postcss-extension","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bart-jaskulski%2Feleventy-postcss-extension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bart-jaskulski%2Feleventy-postcss-extension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bart-jaskulski%2Feleventy-postcss-extension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bart-jaskulski%2Feleventy-postcss-extension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bart-jaskulski","download_url":"https://codeload.github.com/bart-jaskulski/eleventy-postcss-extension/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bart-jaskulski%2Feleventy-postcss-extension/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29806454,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-24T22:43:48.403Z","status":"ssl_error","status_checked_at":"2026-02-24T22:43:18.536Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["css","eleventy","eleventy-plugin","postcss"],"created_at":"2024-10-09T13:09:00.446Z","updated_at":"2026-02-25T00:32:58.913Z","avatar_url":"https://github.com/bart-jaskulski.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Eleventy plugin for processing CSS files\n\nAdds CSS files to build pipeline with PostCSS processing. Include `postcss.config.js` in root folder of your project and start transforming CSS files without additional Eleventy setup.\n\n## Installation\n\nThis plugin requires Eleventy 1.0.0.\n\n```sh\nnpm install eleventy-postcss-extension\n```\n\n## Usage\n\n```js\nconst pluginCSS = require(\"eleventy-postcss-extension\");\n\nmodule.exports = function(eleventyConfig) {\n  eleventyConfig.addPlugin(pluginCSS);\n};\n```\n\nProcess your `*.css` files from your input directory. Any files living in your includes directory are by default available to import, not written to your output directory. This is achieved with using `postcss-import` by default when processing your CSS, which means you rather shouldn't explicitly enable this in your config (but you can). You can import your CSS as :\n\n```css\n@import 'vendor/reset.css';\n/* import from `node_modules` also works */\n@import 'tailwindcss/utilities';\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbart-jaskulski%2Feleventy-postcss-extension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbart-jaskulski%2Feleventy-postcss-extension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbart-jaskulski%2Feleventy-postcss-extension/lists"}