{"id":24118406,"url":"https://github.com/fantasyui-com/spacers","last_synced_at":"2026-06-09T02:06:21.889Z","repository":{"id":44752938,"uuid":"98102235","full_name":"fantasyui-com/spacers","owner":"fantasyui-com","description":"Lightweight CSS spacing classes inspired by bootstrap generated with precss. [Library, CSS]","archived":false,"fork":false,"pushed_at":"2023-04-18T19:02:53.000Z","size":248,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-11T11:06:12.205Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fantasyui-com.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}},"created_at":"2017-07-23T14:10:38.000Z","updated_at":"2022-01-26T20:16:20.000Z","dependencies_parsed_at":"2023-01-23T04:31:45.522Z","dependency_job_id":null,"html_url":"https://github.com/fantasyui-com/spacers","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/fantasyui-com%2Fspacers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fspacers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fspacers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fantasyui-com%2Fspacers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fantasyui-com","download_url":"https://codeload.github.com/fantasyui-com/spacers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241176614,"owners_count":19922732,"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":[],"created_at":"2025-01-11T08:19:32.208Z","updated_at":"2026-06-09T02:06:21.849Z","avatar_url":"https://github.com/fantasyui-com.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# spacers\nLightweight CSS spacing classes inspired by bootstrap generated with precss.\n\n## Installation\n\n```Bash\nnpm install spacing\n```\n\n## Usage\n\n### CSS via CDN\n```css\n@import \"https://unpkg.com/spacers/dist/spacers.css\";\n```\n### HTML via CDN\n\n```HTML\n\u003clink href=\"https://unpkg.com/spacers/dist/spacers.css\" rel=\"stylesheet\"\u003e\n```\n\n### CSS\n```css\n@import \"node_modules/spacers/dist/spacers.css\";\n```\n\n### HTML\n\n```HTML\n\u003clink href=\"node_modules/spacers/dist/spacers.css\" rel=\"stylesheet\"\u003e\n```\n\n### postcss' precss\n\nnote that you are including from src\n\n```css\n@import \"node_modules/spacers/src/spacers.css\";\n```\n\n\n## Class Reference\n\n```CSS\n\n\n.p-1 { padding: 1rem !important; }\n.m-1 { margin: 1rem !important; }\n.pt-1 { padding-top: 1rem !important; }\n.pb-1 { padding-bottom: 1rem !important; }\n.pl-1 { padding-left: 1rem !important; }\n.pr-1 { padding-right: 1rem !important; }\n.px-1 { padding-left: 1rem !important; padding-right: 1rem !important; }\n.py-1 { padding-top: 1rem !important; padding-bottom: 1rem !important; }\n.mt-1 { margin-top: 1rem !important; }\n.mb-1 { margin-bottom: 1rem !important; }\n.ml-1 { margin-left: 1rem !important; }\n.mr-1 { margin-right: 1rem !important; }\n.mx-1 { margin-left: 1rem !important; margin-right: 1rem !important; }\n.my-1 { margin-top: 1rem !important; margin-bottom: 1rem !important; }\n.p-2 { padding: 2rem !important; }\n.m-2 { margin: 2rem !important; }\n.pt-2 { padding-top: 2rem !important; }\n.pb-2 { padding-bottom: 2rem !important; }\n.pl-2 { padding-left: 2rem !important; }\n.pr-2 { padding-right: 2rem !important; }\n.px-2 { padding-left: 2rem !important; padding-right: 2rem !important; }\n.py-2 { padding-top: 2rem !important; padding-bottom: 2rem !important; }\n.mt-2 { margin-top: 2rem !important; }\n.mb-2 { margin-bottom: 2rem !important; }\n.ml-2 { margin-left: 2rem !important; }\n.mr-2 { margin-right: 2rem !important; }\n.mx-2 { margin-left: 2rem !important; margin-right: 2rem !important; }\n.my-2 { margin-top: 2rem !important; margin-bottom: 2rem !important; }\n.p-3 { padding: 3rem !important; }\n.m-3 { margin: 3rem !important; }\n.pt-3 { padding-top: 3rem !important; }\n.pb-3 { padding-bottom: 3rem !important; }\n.pl-3 { padding-left: 3rem !important; }\n.pr-3 { padding-right: 3rem !important; }\n.px-3 { padding-left: 3rem !important; padding-right: 3rem !important; }\n.py-3 { padding-top: 3rem !important; padding-bottom: 3rem !important; }\n.mt-3 { margin-top: 3rem !important; }\n.mb-3 { margin-bottom: 3rem !important; }\n.ml-3 { margin-left: 3rem !important; }\n.mr-3 { margin-right: 3rem !important; }\n.mx-3 { margin-left: 3rem !important; margin-right: 3rem !important; }\n.my-3 { margin-top: 3rem !important; margin-bottom: 3rem !important; }\n.p-4 { padding: 4rem !important; }\n.m-4 { margin: 4rem !important; }\n.pt-4 { padding-top: 4rem !important; }\n.pb-4 { padding-bottom: 4rem !important; }\n.pl-4 { padding-left: 4rem !important; }\n.pr-4 { padding-right: 4rem !important; }\n.px-4 { padding-left: 4rem !important; padding-right: 4rem !important; }\n.py-4 { padding-top: 4rem !important; padding-bottom: 4rem !important; }\n.mt-4 { margin-top: 4rem !important; }\n.mb-4 { margin-bottom: 4rem !important; }\n.ml-4 { margin-left: 4rem !important; }\n.mr-4 { margin-right: 4rem !important; }\n.mx-4 { margin-left: 4rem !important; margin-right: 4rem !important; }\n.my-4 { margin-top: 4rem !important; margin-bottom: 4rem !important; }\n.p-5 { padding: 5rem !important; }\n.m-5 { margin: 5rem !important; }\n.pt-5 { padding-top: 5rem !important; }\n.pb-5 { padding-bottom: 5rem !important; }\n.pl-5 { padding-left: 5rem !important; }\n.pr-5 { padding-right: 5rem !important; }\n.px-5 { padding-left: 5rem !important; padding-right: 5rem !important; }\n.py-5 { padding-top: 5rem !important; padding-bottom: 5rem !important; }\n.mt-5 { margin-top: 5rem !important; }\n.mb-5 { margin-bottom: 5rem !important; }\n.ml-5 { margin-left: 5rem !important; }\n.mr-5 { margin-right: 5rem !important; }\n.mx-5 { margin-left: 5rem !important; margin-right: 5rem !important; }\n.my-5 { margin-top: 5rem !important; margin-bottom: 5rem !important; }\n\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasyui-com%2Fspacers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffantasyui-com%2Fspacers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasyui-com%2Fspacers/lists"}