{"id":20766725,"url":"https://github.com/chapter-three/cthreem-core-tailwindcss","last_synced_at":"2025-06-16T23:40:16.699Z","repository":{"id":144983570,"uuid":"140782225","full_name":"chapter-three/cthreem-core-tailwindcss","owner":"chapter-three","description":null,"archived":false,"fork":false,"pushed_at":"2018-07-13T17:44:10.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-05-25T09:06:20.215Z","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/chapter-three.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-07-13T01:38:49.000Z","updated_at":"2018-07-13T17:44:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"b7affff6-398e-491f-8f40-ec658045e103","html_url":"https://github.com/chapter-three/cthreem-core-tailwindcss","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/chapter-three/cthreem-core-tailwindcss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chapter-three%2Fcthreem-core-tailwindcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chapter-three%2Fcthreem-core-tailwindcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chapter-three%2Fcthreem-core-tailwindcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chapter-three%2Fcthreem-core-tailwindcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chapter-three","download_url":"https://codeload.github.com/chapter-three/cthreem-core-tailwindcss/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chapter-three%2Fcthreem-core-tailwindcss/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260261912,"owners_count":22982705,"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-11-17T11:25:50.577Z","updated_at":"2025-06-16T23:40:16.652Z","avatar_url":"https://github.com/chapter-three.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![NPM](https://nodei.co/npm/cthreem-core-tailwindcss.png)](https://nodei.co/npm/cthreem-core-tailwindcss/)\n\n# CThreem Core plugin for Tailwind CSS\n\nThis is a plugin for [CThreem Core](https://github.com/chapter-three/cthreem-core) to enable use of the Tailwind CSS framework.\n\n## Installation\n\n[Install](https://github.com/chapter-three/cthreem-core#installation) CThreem Core if it is not already installed.\n\n```bash\nnpm install cthreem-core-tailwindcss --save\n# -- or --\nyarn add cthreem-core-tailwindcss\n```\n\nEdit your `gulp-config.js` file, and merge the [example gulp-config.js](examples/gulp-config.js) with yours so that is looks similar to the following:\n\n```js\nmodule.exports = {\n  tasks: {\n    ...\n    tailwind: {\n      ...\n    },\n    js: {}\n    ...\n  },\n  browserSync: {}\n};\n```\n\nCreate config files (if they don't already exist):\n\n```bash\ncp node_modules/cthreem-core-tailwindcss/examples/.browserslistrc .browserslistrc\ncp node_modules/cthreem-core-tailwindcss/examples/.stylelintrc .stylelintrc\n```\n\nMake sure your `.stylelintrc` file contains the following:\n\n```json\n\"rules\" {\n  ...\n  \"at-rule-no-unknown\": [ true, {\n    \"ignoreAtRules\": [\n      ...\n      \"tailwind\",\n      \"responsive\",\n      \"variants\",\n      \"screen\",\n      ...\n    ]\n  }],\n  ...\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchapter-three%2Fcthreem-core-tailwindcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchapter-three%2Fcthreem-core-tailwindcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchapter-three%2Fcthreem-core-tailwindcss/lists"}