{"id":15041490,"url":"https://github.com/conedevelopment/sprucecss","last_synced_at":"2025-04-05T12:02:32.682Z","repository":{"id":39599504,"uuid":"439940647","full_name":"conedevelopment/sprucecss","owner":"conedevelopment","description":"An open-source, lightweight and modern CSS framework, design system built on Sass. Give your project a solid foundation.","archived":false,"fork":false,"pushed_at":"2024-08-20T17:57:35.000Z","size":1530,"stargazers_count":248,"open_issues_count":1,"forks_count":4,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-03-29T11:09:22.710Z","etag":null,"topics":["css","css-framework","dark-mode","dark-theme","frontend","html","lightweight","lightweight-framework","minimalistic","sass","scss","scss-framework"],"latest_commit_sha":null,"homepage":"https://sprucecss.com","language":"SCSS","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/conedevelopment.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"github":["iamgergo","adamlaki"]}},"created_at":"2021-12-19T18:39:45.000Z","updated_at":"2025-03-28T13:17:50.000Z","dependencies_parsed_at":"2024-12-02T00:30:29.184Z","dependency_job_id":null,"html_url":"https://github.com/conedevelopment/sprucecss","commit_stats":{"total_commits":331,"total_committers":2,"mean_commits":165.5,"dds":0.02114803625377648,"last_synced_commit":"4654a04c8d04a45307e95e82b50cdc577f9724af"},"previous_names":[],"tags_count":36,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conedevelopment%2Fsprucecss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conedevelopment%2Fsprucecss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conedevelopment%2Fsprucecss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conedevelopment%2Fsprucecss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conedevelopment","download_url":"https://codeload.github.com/conedevelopment/sprucecss/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332559,"owners_count":20921853,"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":["css","css-framework","dark-mode","dark-theme","frontend","html","lightweight","lightweight-framework","minimalistic","sass","scss","scss-framework"],"created_at":"2024-09-24T20:46:09.678Z","updated_at":"2025-04-05T12:02:32.646Z","avatar_url":"https://github.com/conedevelopment.png","language":"SCSS","funding_links":["https://github.com/sponsors/iamgergo","https://github.com/sponsors/adamlaki"],"categories":["CSS"],"sub_categories":[],"readme":"\u003cp\u003e\n  \u003ca href=\"https://sprucecss.com/\"\u003e\n    \u003cbr\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"./.github/spruce-logo-dark.svg\"\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"./.github/spruce-logo-light.svg\"\u003e\n      \u003cimg alt=\"Spruce CSS\" width=\"140\" src=\"./.github/spruce-logo-dark.svg\"\u003e\n    \u003c/picture\u003e\n    \u003cbr\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n**Spruce CSS is an open-source, lightweight and modernish CSS design system, framework built on Sass. Give your project a solid foundation.**\n\n[![Github release](https://img.shields.io/github/v/release/conedevelopment/sprucecss?color=2350f6\u0026logo=github\u0026logoColor=white\u0026style=for-the-badge)](https://github.com/conedevelopment/sprucecss/releases/latest)\n[![npm version](https://img.shields.io/npm/v/sprucecss?color=2350f6\u0026style=for-the-badge)](https://www.npmjs.com/package/sprucecss)\n[![Back-end](https://img.shields.io/github/actions/workflow/status/conedevelopment/sprucecss/test.yml?branch=main\u0026logo=github\u0026style=for-the-badge\u0026label=Test)](https://github.com/conedevelopment/sprucecss/actions/workflows/test.yml)\n[![License](https://img.shields.io/badge/license-MIT-2350f6?style=for-the-badge)](https://github.com/conedevelopment/sprucecss/blob/main/LICENSE)\n\n\u003cimg src=\"./.github/thumbnail-5.png\" alt=\"The Spruce CSS logo, a minimalistic, low-level CSS framework caption and an abstract 3D illustration.\"\u003e\n\n## What is Spruce CSS?\n\n- It is a Sass-based, small framework that operates with just a few utility classes.\n- It takes advantage of the Sass members: variables, mixins, and functions.\n- It embraces Sass modules, so it uses @use and namespacing for import.\n- Spruce is a good choice if you prefer writing CSS instead of HTML. It uses just a few classic utility classes.\n- It is a relatively small (~7kb gzipped) framework with a smaller learning curve. The codebase is small but can add more to any project with the available mixins and functions.\n- It is that bunch of code you keep manually carrying from project to project.\n- It is themeable. You can create different themes using CSS custom properties like a dark one.\n- The generated CSS code is separated from the framework. You can use only the tools (variables, mixins, functions) in your project [without the generated styles](https://sprucecss.com/docs/elements/generators).\n- Include just a few components. For UI, we have a separate project named [Spruce UI](/ui/getting-started/introduction), where you can find drop-in components.\n- [It comes with dark-mode](https://sprucecss.com/docs/customization/themes) (or any theme mode) support. It uses CSS custom properties, so it isn’t that hard to create a new color theme.\n- It doesn’t come with a classical grid system.\n\n## How to start with Spruce?\n\nFirstly, we suggest checking out the documentation, precisely the [installation page](https://sprucecss.com/docs/getting-started/installation).\n\nThere is nothing new if you previously used Sass unless you don’t know the newer [module system](https://sass-lang.com/blog/the-module-system-is-launched).\n\nWe made a [Spruce CSS Eleventy Starter](https://github.com/conedevelopment/sprucecss-eleventy-starter), a boilerplate starter template based on the popular static site generator 11ty. It includes a basic compile setup and, of course, Spruce CSS. You can find more information about it on GitHub.\n\n## Documentation\n\nFor the complete documentation, please visit our site at [sprucecss.com](https://sprucecss.com). You can edit it at our [separate repository](https://github.com/conedevelopment/sprucecss-site-eleventy).\n\n### Getting Started\n\n- [Introduction](https://sprucecss.com/docs/getting-started/introduction)\n- [Installation](https://sprucecss.com/docs/getting-started/installation)\n- [Structure and Code](https://sprucecss.com/docs/getting-started/structure-and-code)\n- [Sass](https://sprucecss.com/docs/getting-started/sass)\n- [Inclusivity and Accessibility](https://sprucecss.com/docs/getting-started/accessibility)\n- [Internationalization](https://sprucecss.com/docs/getting-started/internationalization)\n- [Print](https://sprucecss.com/docs/getting-started/print)\n- [JS](https://sprucecss.com/docs/getting-started/js)\n- [Contribution](https://sprucecss.com/docs/getting-started/contribution)\n- [Appendix](https://sprucecss.com/docs/getting-started/appendix)\n\n### Customization\n- [Variables](https://sprucecss.com/docs/customization/variables/)\n- [Settings](https://sprucecss.com/docs/customization/settings)\n- [Themes](https://sprucecss.com/docs/customization/themes)\n\n### Sass\n- [Colors](https://sprucecss.com/docs/sass/colors/)\n- [Variables](https://sprucecss.com/docs/sass/variables)\n- [Mixins](https://sprucecss.com/docs/sass/mixins)\n- [Functions](https://sprucecss.com/docs/sass/functions)\n\n### Elements\n- [Generators](https://sprucecss.com/docs/elements/generators)\n- [Typography](https://sprucecss.com/docs/elements/typography)\n- [Tables](https://sprucecss.com/docs/elements/tables)\n- [Buttons](https://sprucecss.com/docs/elements/buttons)\n- [Forms](https://sprucecss.com/docs/elements/forms)\n- [Media](https://sprucecss.com/docs/elements/media)\n\n## Components\n\n\u003ca href=\"https://sprucecss.com/ui/getting-started/introduction\"\u003eThis collection of reusable user interfaces\u003c/a\u003e aims to help you create more coherently with Spruce CSS.\n\n## Templates\n\n  - **[Spruce Docs](https://github.com/conedevelopment/sprucecss-eleventy-documentation-template)** - A simple documentation template made with Eleventy.\n  - **[Root](https://github.com/conedevelopment/sprucecss-root-admin-template)** - A straightforward administration template with standard views and lots of components.\n\n## Contributing\n\nThank you for considering contributing to Spruce CSS! The [contribution guide](https://sprucecss.com/docs/getting-started/contribution/) can be found in the documentation.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconedevelopment%2Fsprucecss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconedevelopment%2Fsprucecss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconedevelopment%2Fsprucecss/lists"}