{"id":20094209,"url":"https://github.com/printerscanner/slightly-better-css","last_synced_at":"2025-05-06T04:32:34.536Z","repository":{"id":94073276,"uuid":"489371538","full_name":"printerscanner/slightly-better-css","owner":"printerscanner","description":"🧼 Slightly Better CSS is a lightweight (2KB) stylesheet for people with taste.","archived":false,"fork":false,"pushed_at":"2024-12-19T11:55:01.000Z","size":259,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T09:44:04.244Z","etag":null,"topics":["css","styleguide"],"latest_commit_sha":null,"homepage":"https://printerscanner.github.io/slightly-better-css/","language":"HTML","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/printerscanner.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":"2022-05-06T13:47:42.000Z","updated_at":"2024-12-19T11:55:05.000Z","dependencies_parsed_at":"2024-08-14T12:22:21.848Z","dependency_job_id":"760261d1-cff5-4c16-a947-ffc5520242ab","html_url":"https://github.com/printerscanner/slightly-better-css","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printerscanner%2Fslightly-better-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printerscanner%2Fslightly-better-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printerscanner%2Fslightly-better-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/printerscanner%2Fslightly-better-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/printerscanner","download_url":"https://codeload.github.com/printerscanner/slightly-better-css/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252622558,"owners_count":21778017,"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","styleguide"],"created_at":"2024-11-13T16:49:45.167Z","updated_at":"2025-05-06T04:32:34.493Z","avatar_url":"https://github.com/printerscanner.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slightly Better CSS\n\nA webpage without any CSS is slightly too ugly, libraries like Bootstrap are way too heavy, and you have too much taste to use the other CSS libraries out there. Slightly Better CSS is a small, simple stylesheet for any project that needs to look just a little bit better.\n\nWe don't believe in classes or ID's, all our styling is around built-in variables, so you can write simple HTML. At only 7KB, Slightly Better CSS won't weight down your application, and is easily extendable.\n\n\n[![NPM version](https://img.shields.io/npm/v/slightly-better-css.svg)](https://www.npmjs.org/package/slightly-better-css)\n[![npm](https://img.shields.io/npm/dt/slightly-better-css.svg)](http://www.npmtrends.com/slightly-better-css)\n[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)\n\n## 📦 Installation\n\nInclude the stylesheet in your project directly using the following link:\n\n```html\n\u003clink\n  rel=\"stylesheet\"\n  href=\"https://printerscanner.github.io/slightly-better-css/slightly-better.css\"\n/\u003e\n```\n\nAlternatively, use a CDN:\n\n**unpkg**:\n\n```html\n\u003clink\n  rel=\"stylesheet\"\n  href=\"https://unpkg.com/browse/slightly-better-css@1.0.1/dist/slightly-better.min.css\"\n/\u003e\n```\n\n**jsDelivr**:\n\n```html\n\u003clink\n  rel=\"stylesheet\"\n  href=\"https://cdn.jsdelivr.net/npm/slightly-better-css@1.0.1/dist/slightly-better.min.css\"\n/\u003e\n```\n\n### Install via npm\n\nYou can also install Slightly Better CSS via npm:\n\n```bash\nnpm install slightly-better-css\n```\n\nThen import it into your project:\n\n```javascript\nimport \"slightly-better-css\";\n```\n\n### Clone the Repository\n\nWant full control? Clone the repo and make adjustments to the CSS file as needed:\n\n```bash\ngit clone https://github.com/printerscanner/slightly-better-css.git\n```\n\n### Download\n\n- [Download slightly-better.css (un-minified)](https://unpkg.com/slightly-better-css/slightly-better.css)\n- [Download slightly-better.min.css (minified)](https://unpkg.com/slightly-better-css/slightly-better.min.css)\n\n## Customizing\n\nIf you like slightly better css but want a custom look, you can copy and paste these variables into your own stylesheet and swap your values.\n\n```css\n:root {\n  --background-color: #c3c7cf;\n  --text-color: #000000;\n  --accent-color: #00000f;\n  --muted-color: #f6f6f6;\n  --font-family: \"Neue Montreal\", monospace;\n  --font-size: larger;\n}\n```\n\n## Preview\n\n![Screenshot](screenshot.png)\n\n## Contributing\n\nIf you'd like to contribute to this repository feel free to fork/submit a pull request, and if you have any suggestions feel free to email me at itsprinterscanner@gmail.com.\n\n## License\n\nThe theme is available as open source under the terms of the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprinterscanner%2Fslightly-better-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprinterscanner%2Fslightly-better-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprinterscanner%2Fslightly-better-css/lists"}