{"id":13392957,"url":"https://github.com/basscss/basscss","last_synced_at":"2025-05-13T18:08:33.534Z","repository":{"id":38630672,"uuid":"13707204","full_name":"basscss/basscss","owner":"basscss","description":"Low-level CSS Toolkit – the original Functional/Utility/Atomic CSS library","archived":false,"fork":false,"pushed_at":"2022-12-30T17:37:47.000Z","size":15632,"stargazers_count":5870,"open_issues_count":42,"forks_count":302,"subscribers_count":103,"default_branch":"master","last_synced_at":"2025-05-10T09:03:20.152Z","etag":null,"topics":["atomic-css","basscss","css","design-system","functional-css","oocss","utility","utility-css"],"latest_commit_sha":null,"homepage":"https://basscss.com","language":"CSS","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/basscss.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-10-19T19:20:49.000Z","updated_at":"2025-05-04T05:40:59.000Z","dependencies_parsed_at":"2023-01-31T12:15:28.959Z","dependency_job_id":null,"html_url":"https://github.com/basscss/basscss","commit_stats":null,"previous_names":["jxnblk/basscss"],"tags_count":76,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basscss%2Fbasscss","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basscss%2Fbasscss/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basscss%2Fbasscss/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/basscss%2Fbasscss/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/basscss","download_url":"https://codeload.github.com/basscss/basscss/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253505664,"owners_count":21918942,"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":["atomic-css","basscss","css","design-system","functional-css","oocss","utility","utility-css"],"created_at":"2024-07-30T17:00:40.082Z","updated_at":"2025-05-13T18:08:33.489Z","avatar_url":"https://github.com/basscss.png","language":"CSS","readme":"# Basscss\n\nLow-level CSS toolkit – the original [Functional CSS][functional-css] library \u003chttps://basscss.com\u003e\n\n[![Build Status](https://travis-ci.org/basscss/basscss.svg)](https://travis-ci.org/basscss/basscss)\n[![npm version](https://badge.fury.io/js/basscss.svg)](https://badge.fury.io/js/basscss)\n\n## Lightning-Fast Modular CSS with No Side Effects\n\nBasscss is a lightweight collection of immutable utilities designed for speed, clarity, performance, and scalability.\n\n## Stable\n\nBasscss v8 is the final version of Basscss, which means no major, breaking changes will be introduced.\nMinor features and patches may be added, but\ndue to the nature of this CSS approach, there are virtually no bugs in Basscss.\n\n---\n\n## Features\n\n### Code with Confidence\n\nUsing clear, humanized naming conventions, Basscss is quick to internalize\nand easy to reason about while speeding up development time with more scalable,\nmore readable code.\n\n### No Side Effects\n\nThings behave exactly as expected with immutable utilities\nand styles that follow the open/closed principle\nto help prevent common pitfalls with CSS.\n\n### Composable\n\nReusable, interoperable styles\nwork like building blocks to lay the foundation for any stylesheet\nand can be mixed and matched in any number of combinations.\n\n## Designed for Design\n\nBasscss strikes a balance between consistency and flexibility\nto allow for rapid prototyping and quick iterative changes\nwhen designing in the browser.\n\n## Responsive by Default\n\nBasscss provides lightweight, performant styles\nand flexible utilities to design for any device\nand to help reduce boilerplate in stylesheets.\n\n## Unassuming\n\nModular and customizable typography and layout styles don’t dictate\nwhat things should look like and play well with other stylesheets and frameworks.\n\n[Read More](https://basscss.com)\n\n---\n\n## Other Packages\n\n### Base styles\n\nThe core Basscss package does not include any base element styles.\nFor an out-of-the-box solution, see:\n\nhttps://github.com/basscss/basic\n\n### Addons\n\nIn addition to the core modules, optional modules,\nincluding responsive margin, padding, layout, and typography styles, can be found here:\n\nhttps://github.com/basscss/addons\n\n### Ace.css\n\nFor a bundle with the core Basscss and all optional modules, see:\n\nhttps://github.com/basscss/ace\n\n---\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md)\n\n## Related\n\n- [Tachyons][tachyons]\n- [Buzzfeed Solid][solid]\n- [OOCSS][oocss]\n\n## Thanks\n\nThis library was largely inspired and influenced by the following people\n\n- [Nicole Sullivan](https://twitter.com/stubbornella)\n- [Nicolas Gallagher](https://twitter.com/necolas)\n- [Adam Morse](https://twitter.com/mrmrs_)\n- [Jessica Harllee](https://twitter.com/harllee)\n- [Zack Sears](https://twitter.com/zacksears)\n- [Diana Mounter](https://twitter.com/broccolini)\n- [John Otander](https://twitter.com/4lpine)\n\n---\n\n[MIT license](LICENSE.md)\n\n[functional-css]: https://jon.gold/2015/07/functional-css/\n[tachyons]: http://tachyons.io\n[solid]: https://solid.buzzfeed.com\n[oocss]: https://github.com/stubbornella/oocss/wiki\n","funding_links":[],"categories":["CSS","Web Development"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasscss%2Fbasscss","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbasscss%2Fbasscss","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbasscss%2Fbasscss/lists"}