{"id":22357506,"url":"https://github.com/ikeohachidi/kwik-css","last_synced_at":"2026-04-17T00:32:18.353Z","repository":{"id":57289618,"uuid":"437023758","full_name":"ikeohachidi/kwik-css","owner":"ikeohachidi","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-10T20:11:21.000Z","size":18,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-05T20:00:54.069Z","etag":null,"topics":["bootstrap","css","sass","scss","tailwind"],"latest_commit_sha":null,"homepage":"","language":"SCSS","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/ikeohachidi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-12-10T15:22:05.000Z","updated_at":"2023-03-04T10:04:20.000Z","dependencies_parsed_at":"2024-12-31T10:35:55.219Z","dependency_job_id":"b4d9f12e-da88-4b7b-b4fb-7af7998ab8ff","html_url":"https://github.com/ikeohachidi/kwik-css","commit_stats":{"total_commits":22,"total_committers":1,"mean_commits":22.0,"dds":0.0,"last_synced_commit":"e8b540524b8c2488930b9dc7f712710d8944b95e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ikeohachidi/kwik-css","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikeohachidi%2Fkwik-css","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikeohachidi%2Fkwik-css/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikeohachidi%2Fkwik-css/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikeohachidi%2Fkwik-css/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikeohachidi","download_url":"https://codeload.github.com/ikeohachidi/kwik-css/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikeohachidi%2Fkwik-css/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31909981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-16T18:22:33.417Z","status":"ssl_error","status_checked_at":"2026-04-16T18:21:47.142Z","response_time":69,"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":["bootstrap","css","sass","scss","tailwind"],"created_at":"2024-12-04T14:14:55.940Z","updated_at":"2026-04-17T00:32:18.329Z","avatar_url":"https://github.com/ikeohachidi.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kwik-css\n\nThe minimal css classes needed to get started with most projects in my opinion.\n\nNot supposed to be an alternative to Tailwind or Bootstrap but can be used when you just some utility classes and will most likely write most of your styles yourself.\n\n### Installation\n**NPM**\n```shell\nnpm i kwik-css\n```\n**Usage**\n```javascript\nimport 'kwik-css/kwik.css';\n```\n\n**Padding**\n```css\n.p-\u003cnumber\u003e\n.pt-\u003cnumber\u003e\n.pr-\u003cnumber\u003e\n.pb-\u003cnumber\u003e\n.pl-\u003cnumber\u003e\n```\nRanges from 0 to 5 with values all in `em`\n\n**Margin**\n```css\n.m-\u003cnumber\u003e\n.my-auto\n.mx-auto\n.mt-auto\n.mb-auto\n.ml-auto\n.mr-auto\n.mt-\u003cnumber\u003e\n.mr-\u003cnumber\u003e\n.mb-\u003cnumber\u003e\n.ml-\u003cnumber\u003e\n```\nRanges from 0 to 5 with values all in `em`\n\n\n**Display**\n```css\n.block\n.inline-block\n\n.flex\n\n/* should be used with flex */\n.column\n.row\n\n.grow /*flex-grow: 1*/\n.center /* center items */\n.wrap\n.jc-center /* justify-content: center */\n.jc-between /* justify-content: space-between */\n.jc-evenly /* justify-content: space-evenly */\n\n/* align-items */\n.items-start\n.items-center\n.items-end\n```\n\n**Positioning**\n```css\n.fixed\n.absolute\n.relative\n.top-0\n.left-0\n.right-0\n.bottom-0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikeohachidi%2Fkwik-css","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikeohachidi%2Fkwik-css","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikeohachidi%2Fkwik-css/lists"}