{"id":21712502,"url":"https://github.com/youfoundron/gatsby-plugin-purify-css","last_synced_at":"2025-04-12T18:08:15.945Z","repository":{"id":57244762,"uuid":"104025614","full_name":"youfoundron/gatsby-plugin-purify-css","owner":"youfoundron","description":"Gatsby plugin for removing unused CSS in production.","archived":false,"fork":false,"pushed_at":"2018-11-01T23:38:39.000Z","size":85,"stargazers_count":27,"open_issues_count":3,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T18:04:21.092Z","etag":null,"topics":["gatsby","gatsby-plugin","plugin","purifycss","uncss"],"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/youfoundron.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":"2017-09-19T04:15:15.000Z","updated_at":"2024-04-22T00:43:34.000Z","dependencies_parsed_at":"2022-09-01T04:30:53.256Z","dependency_job_id":null,"html_url":"https://github.com/youfoundron/gatsby-plugin-purify-css","commit_stats":null,"previous_names":["rongierlach/gatsby-plugin-purify-css","rongierlach/gatsby-plugin-uncss"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youfoundron%2Fgatsby-plugin-purify-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youfoundron%2Fgatsby-plugin-purify-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youfoundron%2Fgatsby-plugin-purify-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/youfoundron%2Fgatsby-plugin-purify-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/youfoundron","download_url":"https://codeload.github.com/youfoundron/gatsby-plugin-purify-css/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248610346,"owners_count":21132921,"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":["gatsby","gatsby-plugin","plugin","purifycss","uncss"],"created_at":"2024-11-25T23:39:27.873Z","updated_at":"2025-04-12T18:08:15.925Z","avatar_url":"https://github.com/youfoundron.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gatsby Plugin PurifyCSS\n[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)\n [![npm version](https://badge.fury.io/js/gatsby-plugin-purify-css.svg)](https://badge.fury.io/js/gatsby-plugin-purify-css) [![dependencies Status](https://david-dm.org/rongierlach/gatsby-plugin-purify-css/status.svg)](https://david-dm.org/rongierlach/gatsby-plugin-purify-css) [![devDependencies Status](https://david-dm.org/rongierlach/gatsby-plugin-purify-css/dev-status.svg)](https://david-dm.org/rongierlach/gatsby-plugin-purify-css?type=dev)  \nAs featured in Gatsby's [community plugins](https://www.gatsbyjs.org/docs/plugins/#community-plugins).  \nA [Gatsby](https://github.com/gatsbyjs/gatsby) post-build plugin that implements [PurifyCSS](https://github.com/purifycss/purifycss).  \nNever worry about the size of your css framework again!  \nUpdates your html files directly, removing any unused inline styles.\n\n## Gatsby 2\n\nThis plugin does not (currently) work with Gatsby 2. The\n[purgecss](https://www.gatsbyjs.org/packages/gatsby-plugin-purgecss/) plugin\ndoes and might be a suitable alternative.\n\n## Install\n`$ npm install gatsby-plugin-purify-css`\n\n## Usage\nIn your `gatsby-config.js` file:\n```javascript\nmodule.exports = {\n  plugins: [\n    {\n      resolve: 'gatsby-plugin-purify-css',\n      options: {\n        /* Defaults */\n        styleId: 'gatsby-inlined-css',\n        purifyOptions: {\n          info: true,\n          minify: true\n        }\n      }\n    }\n  ]\n}\n```\n\n## Options\nPurifyCSS options are documented [here](https://github.com/purifycss/purifycss#the-optional-options-argument).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoufoundron%2Fgatsby-plugin-purify-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoufoundron%2Fgatsby-plugin-purify-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoufoundron%2Fgatsby-plugin-purify-css/lists"}