{"id":16461278,"url":"https://github.com/silvanite/vuepress-plugin-tailwind","last_synced_at":"2025-03-21T05:30:55.982Z","repository":{"id":57160260,"uuid":"170934223","full_name":"Silvanite/vuepress-plugin-tailwind","owner":"Silvanite","description":"Tailwind CSS plugin for VuePress","archived":false,"fork":false,"pushed_at":"2020-05-17T19:29:29.000Z","size":13,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T22:06:50.454Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/Silvanite.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":"2019-02-15T22:02:20.000Z","updated_at":"2023-12-12T20:57:11.000Z","dependencies_parsed_at":"2022-08-26T15:42:07.697Z","dependency_job_id":null,"html_url":"https://github.com/Silvanite/vuepress-plugin-tailwind","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Silvanite%2Fvuepress-plugin-tailwind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Silvanite%2Fvuepress-plugin-tailwind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Silvanite%2Fvuepress-plugin-tailwind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Silvanite%2Fvuepress-plugin-tailwind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Silvanite","download_url":"https://codeload.github.com/Silvanite/vuepress-plugin-tailwind/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244745667,"owners_count":20503044,"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-11T11:07:03.281Z","updated_at":"2025-03-21T05:30:55.658Z","avatar_url":"https://github.com/Silvanite.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VuePress Plugin to add Tailwind CSS\n\n## Overview\n\nThis plugin will install Tailwind CSS ^1.1.2 ready for you to import into your VuePress theme or project. You will need to follow the [Tailwind CSS installation](https://tailwindcss.com/docs/installation/) instructions and add Tailwind to your CSS. E.g. add the tailwind directives to your styl or css files.\n\n```styl\n@tailwind base;\n@tailwind components;\n@tailwind utilities;\n```\n\n## Installation\n\n```sh\nnpm i @silvanite/vuepress-plugin-tailwind\n```\n\nLoad the plugin inside your `config.js` or in your theme's `index.js`\n\n```js\nmodule.exports = {\n    ...\n    \"plugins\": [\n        \"@silvanite/tailwind\"\n    ]\n}\n```\n\n## Configuration options\n\nPlease follow the [Tailwind CSS configuration](https://tailwindcss.com/docs/configuration/) instructions. If you are using the default filename, you do not need to specify it here. If you would like to load a custom configuration file with a different filename to the default `tailwind.config.js` you can specify this in the plugin options.\n\n```js\nmodule.exports = {\n    ...\n    \"plugins\": [\n        [\"@silvanite/tailwind\", {\n            config: \"./tailwind.js\"\n        }]\n    ]\n}\n```\n\nBy default PurgeCSS will be applied when running VuePress build (production). You can optionally disable this if you do not want to use PurgeCSS.\n\n```js\nmodule.exports = {\n    ...\n    \"plugins\": [\n        [\"@silvanite/tailwind\", {\n            purgecss: { enabled: false }\n        }]\n    ]\n}\n```\n\n## Support\n\nIf you experience any problems with this VuePress Plugin please open a new issue or get in touch on Twitter [@m2de_io](https://twitter.com/m2de_io). Or just look me up anyway, I'd love to hear from you.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilvanite%2Fvuepress-plugin-tailwind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilvanite%2Fvuepress-plugin-tailwind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilvanite%2Fvuepress-plugin-tailwind/lists"}