{"id":17033983,"url":"https://github.com/yisibell/toolkitcss","last_synced_at":"2026-01-26T17:02:47.397Z","repository":{"id":57377994,"uuid":"463471212","full_name":"yisibell/toolkitcss","owner":"yisibell","description":"A CSS toolkit class compiled by sass.","archived":false,"fork":false,"pushed_at":"2024-05-06T09:58:32.000Z","size":354,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-21T22:50:01.775Z","etag":null,"topics":["css-class","css-toolkit","sass","scss"],"latest_commit_sha":null,"homepage":"http://hongwenqing.com/toolkitcss/","language":"Vue","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/yisibell.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-25T09:22:45.000Z","updated_at":"2024-05-06T09:58:16.000Z","dependencies_parsed_at":"2024-01-03T10:24:58.326Z","dependency_job_id":"7bb240a1-f5fa-450c-91a5-ca96cb3c9258","html_url":"https://github.com/yisibell/toolkitcss","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/yisibell/toolkitcss","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yisibell%2Ftoolkitcss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yisibell%2Ftoolkitcss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yisibell%2Ftoolkitcss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yisibell%2Ftoolkitcss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yisibell","download_url":"https://codeload.github.com/yisibell/toolkitcss/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yisibell%2Ftoolkitcss/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28782626,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-26T13:55:28.044Z","status":"ssl_error","status_checked_at":"2026-01-26T13:55:26.068Z","response_time":59,"last_error":"SSL_read: 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":["css-class","css-toolkit","sass","scss"],"created_at":"2024-10-14T08:37:00.022Z","updated_at":"2026-01-26T17:02:47.367Z","avatar_url":"https://github.com/yisibell.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# toolkitcss\n\nA CSS toolkit helpers compiled by [sass](https://github.com/sass/dart-sass).\n\n[release Notes](./CHANGELOG.md)\n\n# Installation\n\n``` bash\n# yarn\n$ yarn add toolkitcss\n```\n\n# Usage\n\n2 种方式使用。\n\n-  直接导入编译后的 `css` 文件。\n-  导入未编译的 `scss` 源文件。\n## 导入编译后的 css\n\n``` js\n// @/main.js\nimport 'toolkitcss/dist/index.css'\n```\n\n## 导入 scss 源文件\n\n如果你的项目使用的也是 `sass(dart-sass)`，可以将 `scss` 源文件导入至你的公共 **styles** 中。\n\n**例如：**\n\n``` scss\n// @/styles/toolkitcss/index.scss\n\n// 你可以在导入之前自定义编译变量\n\n// 例如，修改 spacing 工具类的上限值\n$--spacing-upper-limit-value: 60;\n\n// more ...\n\n@import '~toolkitcss/src/lib/styles/index';\n\n// ...\n```\n\n然后在项目入口文件中导入：\n\n``` js\n// @/main.js\n\n// ...\n\nimport '@/styles/toolkitcss/index.scss' // global css\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyisibell%2Ftoolkitcss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyisibell%2Ftoolkitcss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyisibell%2Ftoolkitcss/lists"}