{"id":16819456,"url":"https://github.com/hacknug/tailwindcss-background-extended","last_synced_at":"2025-03-22T03:31:31.028Z","repository":{"id":32893205,"uuid":"145318951","full_name":"hacknug/tailwindcss-background-extended","owner":"hacknug","description":"All of the missing background utilities for Tailwind CSS.","archived":false,"fork":false,"pushed_at":"2023-04-26T08:58:38.000Z","size":55,"stargazers_count":26,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-18T07:43:08.786Z","etag":null,"topics":["tailwind","tailwind-css","tailwindcss","tailwindcss-plugin"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/tailwindcss-background-extended","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/hacknug.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-08-19T16:20:37.000Z","updated_at":"2024-04-22T14:02:45.000Z","dependencies_parsed_at":"2024-06-20T23:38:19.128Z","dependency_job_id":null,"html_url":"https://github.com/hacknug/tailwindcss-background-extended","commit_stats":{"total_commits":21,"total_committers":3,"mean_commits":7.0,"dds":"0.38095238095238093","last_synced_commit":"3af7383b9c02a0ac80db272edcc8039425861a5a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacknug%2Ftailwindcss-background-extended","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacknug%2Ftailwindcss-background-extended/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacknug%2Ftailwindcss-background-extended/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacknug%2Ftailwindcss-background-extended/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hacknug","download_url":"https://codeload.github.com/hacknug/tailwindcss-background-extended/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244902929,"owners_count":20529114,"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":["tailwind","tailwind-css","tailwindcss","tailwindcss-plugin"],"created_at":"2024-10-13T10:53:25.381Z","updated_at":"2025-03-22T03:31:30.693Z","avatar_url":"https://github.com/hacknug.png","language":"JavaScript","readme":"# Tailwind CSS Background Extended Plugin\n\nThis plugin adds all of the missing background utilities to Tailwind CSS.\n\n## Installation\n\nAdd this plugin to your project:\n\n```bash\n# Install using pnpm\npnpm install --save-dev tailwindcss-background-extended\n\n# Install using npm\nnpm install --save-dev tailwindcss-background-extended\n\n# Install using yarn\nyarn add -D tailwindcss-background-extended\n```\n\n## Usage\n\n```js\n// tailwind.config.js\n{\n  theme: {\n    backgroundImage: { // defaults to {}\n      tailwindcss: \"url('https://avatars0.githubusercontent.com/u/30317862')\",\n    },\n  },\n\n  variants: { // all the following default to ['responsive']\n    backgroundImage: ['responsive'],\n    backgroundClip: ['responsive'],\n    backgroundOrigin: ['responsive'],\n  },\n\n  plugins: [\n    require('tailwindcss-background-extended'), // no options to configure\n  ],\n}\n```\n\n```css\n.bg-image-tailwindcss { background-image: url('https://avatars0.githubusercontent.com/u/30317862'); }\n\n.bg-clip-border { background-clip: border-box; }\n.bg-clip-padding { background-clip: padding-box; }\n.bg-clip-content { background-clip: content-box; }\n.bg-clip-text { background-clip: text; }\n\n.bg-origin-border { background-origin: border-box; }\n.bg-origin-padding { background-origin: padding-box; }\n.bg-origin-content { background-origin: content-box; }\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacknug%2Ftailwindcss-background-extended","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacknug%2Ftailwindcss-background-extended","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacknug%2Ftailwindcss-background-extended/lists"}