{"id":20976909,"url":"https://github.com/pixelbrackets/barebone-stylesheet","last_synced_at":"2026-02-18T12:32:14.794Z","repository":{"id":62951935,"uuid":"563756811","full_name":"pixelbrackets/barebone-stylesheet","owner":"pixelbrackets","description":"Barebone Stylesheet - Just enough CSS to look great everywhere","archived":false,"fork":false,"pushed_at":"2022-11-10T13:27:10.000Z","size":125,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-23T19:45:28.865Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pixelbrackets.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-11-09T09:14:57.000Z","updated_at":"2022-11-09T09:14:57.000Z","dependencies_parsed_at":"2023-01-21T21:21:06.278Z","dependency_job_id":null,"html_url":"https://github.com/pixelbrackets/barebone-stylesheet","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/pixelbrackets/barebone-stylesheet","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Fbarebone-stylesheet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Fbarebone-stylesheet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Fbarebone-stylesheet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Fbarebone-stylesheet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixelbrackets","download_url":"https://codeload.github.com/pixelbrackets/barebone-stylesheet/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixelbrackets%2Fbarebone-stylesheet/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29578975,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"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":[],"created_at":"2024-11-19T04:56:18.516Z","updated_at":"2026-02-18T12:32:14.776Z","avatar_url":"https://github.com/pixelbrackets.png","language":null,"readme":"# Barebone Stylesheet\n\n[![Packagist](https://img.shields.io/packagist/v/pixelbrackets/barebone-stylesheet.svg?style=flat-square)](https://packagist.org/packages/pixelbrackets/barebone-stylesheet/)\n[![NPM](https://img.shields.io/npm/v/@pixelbrackets/barebone-stylesheet.svg?style=flat-square)](https://www.npmjs.com/package/@pixelbrackets/barebone-stylesheet/)\n[![License](https://img.shields.io/badge/license-gpl--2.0--or--later-blue.svg?style=flat-square)](https://spdx.org/licenses/GPL-2.0-or-later.html)\n\nBarebone Stylesheet - Just enough CSS to look great everywhere.\n\n![Screenshot](./docs/screenshot.png)\n\n_⭐ You like this package? Please star it or send a tweet. ⭐_\n\n## Vision\n\nThis package provides a ready build stylesheet with *just enough styles*\nto make a website look good everywhere.\n\nIt is based on the three terrific articles\n\n- [58 bytes of CSS to look great nearly everywhere](https://gist.github.com/JoeyBurzynski/617fb6201335779f8424ad9528b72c41)\n- [100 Bytes of CSS to look great everywhere](https://www.swyx.io/css-100-bytes)\n- [Web Design in 4 minutes](https://jgthms.com/web-design-in-4-minutes/#share)\n\nand aims to be one of the smallest stylesheets necessary to make *textual content* on\nMVP webapps *readable and appealing*.\n\nDefault browser styles that look good enough will not be adjusted. More ambitious components\nlike cards, secondary buttons, gradients, grids, nested content or dark-mode themes\nare not supported. If needed, then please use a CSS framework like\n[Skeleton](https://getskeleton.com/) or [Bootstrap](https://getbootstrap.com) instead.\n\n## Requirements\n\n- None\n\n## Installation\n\nDownload [manually](https://gitlab.com/pixelbrackets/barebone-stylesheet/-/raw/master/dist/barebone.css?inline=false)\nor use a CDN like [jsDelivr](https://cdn.jsdelivr.net/gh/pixelbrackets/barebone-stylesheet/dist/barebone.min.css).\n\nPackagist Entry https://packagist.org/packages/pixelbrackets/barebone-stylesheet/\n\nNPM Entry https://www.npmjs.com/package/@pixelbrackets/barebone-stylesheet/\n\n## Source\n\nhttps://gitlab.com/pixelbrackets/barebone-stylesheet/\n\nMirror https://github.com/pixelbrackets/barebone-stylesheet/ (Issues \u0026 Pull Requests\nmirrored to GitLab)\n\n## Demo\n\n🚀 https://barebone-stylesheet.app.pixelbrackets.de/\n\n## Usage\n\nImport the `barebone.css` file. That's it.\n\n📦 A minified version, named `barebone.min.css`, is available as well.\n\n💡 You may override the primary color, which is used for links and visual accents,\nwith a single CSS variable setting:\n\n```html\n\u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/gh/pixelbrackets/barebone-stylesheet/dist/barebone.min.css\" /\u003e\n\u003cstyle\u003e:root { --primary-color: purple; }\u003c/style\u003e\n```\n\n📄 *Hint: To generate a minimal site with valid markup in no-time you may\nwant to take a look at the PHP packages\n[pixelbrackets/html5-mini-template](https://packagist.org/packages/pixelbrackets/html5-mini-template)\nand\n[pixelbrackets/markdown-mini-page](https://packagist.org/packages/pixelbrackets/markdown-mini-page).*\n\n## License\n\nGNU General Public License version 2 or later\n\nThe GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.\n\n## Author\n\nDan Untenzu (\u003cmail@pixelbrackets.de\u003e / [@pixelbrackets](https://pixelbrackets.de))\n\n## Changelog\n\nSee [CHANGELOG.md](./CHANGELOG.md)\n\n## Contribution\n\nThis script is Open Source, so please use, share, patch, extend or fork it.\n\n[Contributions](./CONTRIBUTING.md) are welcome!\n\n## Feedback\n\nPlease send some [feedback](https://pixelbrackets.de/) and share how this\npackage has proven useful to you or how you may help to improve it.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelbrackets%2Fbarebone-stylesheet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixelbrackets%2Fbarebone-stylesheet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixelbrackets%2Fbarebone-stylesheet/lists"}