{"id":19855096,"url":"https://github.com/liorocks/tailwindcss-plugin-demo","last_synced_at":"2026-02-03T06:04:51.872Z","repository":{"id":65514221,"uuid":"327194342","full_name":"liorocks/tailwindcss-plugin-demo","owner":"liorocks","description":"Generated with create-tailwind-plugin","archived":false,"fork":false,"pushed_at":"2021-01-06T04:01:09.000Z","size":87,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-03T12:57:40.318Z","etag":null,"topics":["create-tailwind-plugin","demo","tailwindcss-plugin","taiwindcss"],"latest_commit_sha":null,"homepage":"https://github.com/Landish/create-tailwind-plugin","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/liorocks.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}},"created_at":"2021-01-06T03:59:14.000Z","updated_at":"2023-03-09T01:17:41.000Z","dependencies_parsed_at":"2023-01-26T21:01:23.879Z","dependency_job_id":null,"html_url":"https://github.com/liorocks/tailwindcss-plugin-demo","commit_stats":null,"previous_names":["landish/tailwindcss-plugin-demo"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/liorocks/tailwindcss-plugin-demo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liorocks%2Ftailwindcss-plugin-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liorocks%2Ftailwindcss-plugin-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liorocks%2Ftailwindcss-plugin-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liorocks%2Ftailwindcss-plugin-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liorocks","download_url":"https://codeload.github.com/liorocks/tailwindcss-plugin-demo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liorocks%2Ftailwindcss-plugin-demo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29035364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-03T02:28:16.591Z","status":"ssl_error","status_checked_at":"2026-02-03T02:27:48.904Z","response_time":96,"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":["create-tailwind-plugin","demo","tailwindcss-plugin","taiwindcss"],"created_at":"2024-11-12T14:11:42.701Z","updated_at":"2026-02-03T06:04:51.857Z","avatar_url":"https://github.com/liorocks.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tailwindcss-plugin-demo\n\n\u003e Demo plugin created with create-tailwind-plugin\n\nInstall the plugin from npm:\n\n```\n$ npm install tailwindcss-plugin-demo\n```\n\nThen add the plugin to your `tailwind.config.js` file:\n\n```js\n// tailwind.config.js\nmodule.exports = {\n  theme: {\n    // ...\n    // Optional. Your plugin might not have any options at all.\n    demo: {\n      // ...\n      YOUR_PLUGIN_CUSTOM_OPTION: true,\n      // ...\n    },\n  },\n  variants: {\n    // ...\n    // Optional. Your plugin might not have any variants at all.\n    demo: ['responsive'],\n    // ...\n  },\n  plugins: [\n    // ...\n    require('tailwindcss-plugin-demo'),\n    // ...\n  ],\n};\n```\n\nThis plugin will generate following CSS:\n\n```css\n/* ... */\n.example-utility-class {\n  display: block;\n}\n\n.custom-utility-class {\n  background-color: red;\n}\n/* ... */\n```\n\n## License\n\ntailwindcss-plugin-demo is licensed under the MIT License.\n\n## Credits\n\nCreated with [create-tailwind-plugin](https://github.com/Landish/create-tailwind-plugin).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliorocks%2Ftailwindcss-plugin-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliorocks%2Ftailwindcss-plugin-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliorocks%2Ftailwindcss-plugin-demo/lists"}