{"id":30355748,"url":"https://github.com/kyleoliveiro/scarab-carapace","last_synced_at":"2025-08-19T05:14:23.831Z","repository":{"id":115073194,"uuid":"60847534","full_name":"kyleoliveiro/scarab-carapace","owner":"kyleoliveiro","description":"CSS utility class generator","archived":false,"fork":false,"pushed_at":"2018-10-31T09:58:57.000Z","size":537,"stargazers_count":5,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-10T01:39:50.967Z","etag":null,"topics":["atomic-css","css","design-systems","frontend","functional-css","responsive","sass","styleguide","stylesheets"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kyleoliveiro.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2016-06-10T12:54:50.000Z","updated_at":"2024-11-12T06:31:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"cc18269e-57c5-4d08-b213-74937674dbab","html_url":"https://github.com/kyleoliveiro/scarab-carapace","commit_stats":{"total_commits":77,"total_committers":3,"mean_commits":"25.666666666666668","dds":0.1298701298701299,"last_synced_commit":"20a16f2a2d3c01f4490df41a03d034242beaca8e"},"previous_names":["watchtowerdigital/scarab-carapace"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/kyleoliveiro/scarab-carapace","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyleoliveiro%2Fscarab-carapace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyleoliveiro%2Fscarab-carapace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyleoliveiro%2Fscarab-carapace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyleoliveiro%2Fscarab-carapace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyleoliveiro","download_url":"https://codeload.github.com/kyleoliveiro/scarab-carapace/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyleoliveiro%2Fscarab-carapace/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271103202,"owners_count":24699646,"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","status":"online","status_checked_at":"2025-08-19T02:00:09.176Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["atomic-css","css","design-systems","frontend","functional-css","responsive","sass","styleguide","stylesheets"],"created_at":"2025-08-19T05:14:23.129Z","updated_at":"2025-08-19T05:14:23.822Z","avatar_url":"https://github.com/kyleoliveiro.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\" style=\"text-align:center;\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/kyleoliveiro/scarab-carapace/master/carapace-logo.svg?sanitize=true\" width=\"128\"\u003e\n\u003ch1\u003eScarab Carapace\u003c/h1\u003e\n\u003cstrong\u003eCSS utility class generator\u003c/strong\u003e\n\nAutomatically generate CSS from design tokens \u003cbr\u003eBreakpoints and states · Highly configurable\n\n_An extension for the [Scarab](https://github.com/kyleoliveiro/scarab-core) Sass ecosystem._\n\n[![npm-beta](https://img.shields.io/npm/v/@scarab/carapace.svg)](https://www.npmjs.com/package/@scarab/carapace)\n[![Build Status](https://travis-ci.org/kyleoliveiro/scarab-carapace.svg)](https://travis-ci.org/kyleoliveiro/scarab-carapace.svg) \n\n---\n\n[💿 Installation](#installation)\u0026ensp;·\u0026ensp;[📚 Documentation](#documentation)\u0026ensp;·\u0026ensp;[⭐️ Features](#features)\u0026ensp;·\u0026ensp;[🍃 Ecosystem](#ecosystem)\n\u003cbr\u003e\n[🎉 Motivation](#motivation)\u0026ensp;·\u0026ensp;[❤️ Contributing](#contributing)\u0026ensp;·\u0026ensp;[📃️ License](#license)\n\u003c/div\u003e\n\n---\n\n## 💿 Installation\n1. Install Scarab Carapace as a dev-dependency (this also installs Scarab Core):\n\n```bash\n# With yarn\n$ yarn add @scarab/carapace -D\n\n# Or with npm\n$ npm install @scarab/carapace --save-dev\n```\n\n2. Add `node_modules/` to your Sass [`includePaths`](https://github.com/sass/node-sass#includepaths).\n\n3. Import the following files to configure Carapace and generate CSS classes:\n\n```scss\n// Import the Scarab Core library\n@import '@scarab/core/_';\n\n// Import your design token config\n@import 'your-design-tokens.scss';\n\n// Import the Carapace library\n@import '@scarab/carapace/_';\n\n// Import your custom module config (more on this later)\n@import 'your-custom-module-config.scss';\n\n// Generate Carapace CSS classes\n@import '@scarab/carapace/classes';\n```\n\n## 📚 Documentation\nRead the API documentation and guides:\u003cbr\u003e\n[**https://scarab.style/carapace**](https://scarab.style/carapace)\n\n## ⭐️ Features\n\n### 🏭 CSS utility class generator\nCarapace generates single purpose CSS utility classes from design tokens defined with Scarab. These are the kinds of classes used in the [Functional CSS (a.k.a. Atomic CSS) methodology](https://css-tricks.com/lets-define-exactly-atomic-css/).\n\n### 📲 Breakpoint-specific classes\n\n### 👆 State-specific classes\n\n### ⚙️ Configurable naming convention\n\n## 🍃 Ecosystem\n\nIn addition to the core library, the following packages are available in the Scarab ecosystem:\n\n| Package | Description |\n| :-- | :-- |\n| [**Scarab Core**](https://github.com/kyleoliveiro/scarab-core.git) | Sass library for rapid stylesheet development |\n| [**Scarab CLI** (WIP)](https://github.com/kyleoliveiro/scarab-cli.git) | Command-line tools for the Scarab ecosystem |\n| [**Scarab snippets** (WIP)](https://github.com/kyleoliveiro/scarab-snippets.git) | Scarab snippets for your favorite text editors and IDE's |\n\n### ❤️ Contributing\nIssues and feature requests and PR's are welcome!\n\n### 📃️ License\nLicensed under BSD 3-Clause. Copyright \u0026copy; Kyle Oliveiro 2018.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyleoliveiro%2Fscarab-carapace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyleoliveiro%2Fscarab-carapace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyleoliveiro%2Fscarab-carapace/lists"}