{"id":20083256,"url":"https://github.com/sparkbox/css-versioning-test-repo","last_synced_at":"2026-05-08T22:34:03.010Z","repository":{"id":44274846,"uuid":"235886962","full_name":"sparkbox/css-versioning-test-repo","owner":"sparkbox","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-07T23:03:56.000Z","size":1518,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-03-13T07:02:12.722Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sparkbox.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":"2020-01-23T21:08:54.000Z","updated_at":"2020-01-24T20:32:05.000Z","dependencies_parsed_at":"2024-11-13T15:50:00.953Z","dependency_job_id":"e8d67e9a-4a82-4eb8-a3dd-2a66bc57c052","html_url":"https://github.com/sparkbox/css-versioning-test-repo","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":"sparkbox/design-system-starter","purl":"pkg:github/sparkbox/css-versioning-test-repo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkbox%2Fcss-versioning-test-repo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkbox%2Fcss-versioning-test-repo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkbox%2Fcss-versioning-test-repo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkbox%2Fcss-versioning-test-repo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sparkbox","download_url":"https://codeload.github.com/sparkbox/css-versioning-test-repo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sparkbox%2Fcss-versioning-test-repo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32800275,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-11-13T15:46:34.397Z","updated_at":"2026-05-08T22:34:02.997Z","avatar_url":"https://github.com/sparkbox.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"**First-time setup instructions:**\n\n- [**Click this link and make a new repo.**](https://github.com/sparkbox/designsystemstarter/generate) This will start a repo using [GitHub's repository templates](https://github.blog/2019-06-06-generate-new-repositories-with-repository-templates/), which copies all the files from this one to the new repo.\n- **Add your company's name.** You'll need to change it from `YOURNAMEHERE` in:\n  - [package.json](package.json)\n  - [src/data/global.yaml](src/data/global.yaml)\n  - [README.md](README.md) (That's this file!)\n- **Consider changing the license** The Design System Starter is licensed with a CC Attribution-ShareAlike license. You should consider changing [the license file](LICENSE) if this doesn't fit the project you're starting with it.\n- **Start styling.** You can:\n  - **Build a color palette** in [src/scss/settings/_variables.scss](src/scss/settings/_variables.scss)\n  - **Adjust typography and default `\u003ca\u003e` styles** in [src/scss/tools/_mixins.scss](src/scss/tools/_mixins.scss)\n    - Add `@font-face` blocks in [src/scss/settings/_fonts.scss](src/scss/settings/_fonts.scss)\n    - Add `\u003clink\u003e`s to stylesheets in [src/markup/patterns/drizzle/partials/stylesheet-link-tags.hbs](src/markup/patterns/drizzle/partials/stylesheet-link-tags.hbs)\n  - Good starting places (must be running the app to view these pages):\n    - [Common Elements page](http://localhost:3000/demos/common-elements.html)\n    - [The \"btn\" component](http://localhost:3000/patterns/components/buttons.html)\n- **Delete this documentation.** This documentation is for first-time setup. Go into [README.md](README.md) and delete this list of steps.\n\n# YOURNAMEHERE Design System\n\nSetup\n-----\n1. Before running the project setup node/npm ([Installation instructions](https://nodejs.org/en/download/)).\n\n2. Run `npm install`.\n\n3. Run `npm start`. This will:\n\n  - Clear any previously built project files\n  - Build project files\n  - Start the server (localhost:3000)\n  - Run watch tasks\n\nDrizzle\n-------\n\nThe pattern library is powered by [Drizzle](https://github.com/cloudfour/drizzle) and will be organized by:\n- [Data](https://github.com/cloudfour/drizzle/tree/master/docs#data)\n- [Pages](https://github.com/cloudfour/drizzle/tree/master/docs#pages)\n- [Patterns](https://github.com/cloudfour/drizzle/tree/master/docs#patterns)\n- [Templates](https://github.com/cloudfour/drizzle/tree/master/docs#templates)\n\nPublic\n------\n\nThe contents of the `public/` directory will be copied directly into the root of the `dist/` directory.\n\nSass\n----\n\nAll CSS is compiled from [Sass](https://sass-lang.com/) and can be found in the `scss/` directory. Any files not prefixed with an underscore will compile to `dist/css/`.\n\nJavaScript\n----------\nAll JavaScript is compiled with [Webpack](https://webpack.js.org/) and can be found in the `js/` directory. All JavaScript files should be imported into `index.js` which will then be compiled to `dist/js/scripts.js`.\n\nTesting\n-------\n\nRunning `npm test` will run the following tasks:\n\n- `pa11y`: Runs accessibility tests on all HTML files in the `dist/` directory\n- `stylelint`: Checks all CSS  in the `dist/` for errors and enforces [Sparkbox's code conventions](https://www.npmjs.com/package/@sparkbox/stylelint-config-sparkbox)\n- `eslint`: Checks all JavaScript  in the `dist/` for errors and enforces [Sparkbox's code conventions](https://www.npmjs.com/package/eslint-config-sparkbox)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparkbox%2Fcss-versioning-test-repo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsparkbox%2Fcss-versioning-test-repo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsparkbox%2Fcss-versioning-test-repo/lists"}