{"id":15041364,"url":"https://github.com/jaredhowland/rhythm","last_synced_at":"2025-04-14T20:17:01.573Z","repository":{"id":27305852,"uuid":"30779907","full_name":"jaredhowland/rhythm","owner":"jaredhowland","description":"Sass files to create a vertical rhythm based on modular scales","archived":false,"fork":false,"pushed_at":"2024-04-30T18:40:36.000Z","size":457,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-14T20:16:56.718Z","etag":null,"topics":["design","modular-arithmetic","sass","sass-framework","sass-mixins"],"latest_commit_sha":null,"homepage":"http://jaredhowland.github.io/rhythm","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/jaredhowland.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"custom":"https://paypal.me/jaredhowland"}},"created_at":"2015-02-13T22:57:06.000Z","updated_at":"2024-04-30T18:40:39.000Z","dependencies_parsed_at":"2024-04-30T20:04:26.908Z","dependency_job_id":null,"html_url":"https://github.com/jaredhowland/rhythm","commit_stats":{"total_commits":49,"total_committers":3,"mean_commits":"16.333333333333332","dds":"0.30612244897959184","last_synced_commit":"ca93f54993ee0a1a90046eb67d83e6982efc8078"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredhowland%2Frhythm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredhowland%2Frhythm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredhowland%2Frhythm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jaredhowland%2Frhythm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jaredhowland","download_url":"https://codeload.github.com/jaredhowland/rhythm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248952357,"owners_count":21188427,"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":["design","modular-arithmetic","sass","sass-framework","sass-mixins"],"created_at":"2024-09-24T20:46:00.785Z","updated_at":"2025-04-14T20:17:01.551Z","avatar_url":"https://github.com/jaredhowland.png","language":"HTML","funding_links":["https://paypal.me/jaredhowland"],"categories":[],"sub_categories":[],"readme":"About Rhythm\n============\nRhythm is a small set of [Sass files][1] built to assist in creating [mobile-first][8], [responsive websites][8] with [vertical rhythm][2] using [modular scales][3].\n\nInstallation\n============\nRhythm is available as a [Bower package][14], a [Composer][9] [package][10], and as a manual download.\n\nBower\n-----\n1. If needed, install [Bower][14]\n2. Run the following command: `bower install jaredhowland/rhythm`\n\nComposer\n--------\n1. If needed, install [Composer][9]\n2. Add the following to your `composer.json` file:\n```json\n\"require\": {\n  \"jaredhowland/rhythm\": \"~1.0\"\n}\n```\n\nManual Installation\n-------------------\n1. [Download the latest `.zip` file][11].\n2. Extract into your project.\n\nUsage\n=====\n\nImport Rhythm\n-------------\n`@ import \"path/to/rhythm\";`\n\nBasics\n------\nAny time you want to change a `font-size`, `line-height`, `padding`, or `margin`, use Rhythm instead:\n\n```scss\np {\n  @include font-size(18px);\n}\n\nh2 {\n  @include line-height($h2, 2); // Double the computed line height for font-size `h2`\n}\n\nh1 {\n  @include padding(2 0 1); // Double top padding, no side padding, and single line-height bottom padding\n}\n\nul {\n  @include margin(1); // Single line-height margin size around entire element\n}\n```\n\nFull details can be found on the [documentation site][8].\n\n[1]:  http://sass-lang.com/\n[2]:  http://24ways.org/2006/compose-to-a-vertical-rhythm\n[3]:  http://alistapart.com/article/more-meaningful-typography\n[4]:  http://bradfrost.com/blog/web/mobile-first-responsive-web-design/\n[5]:  https://getcomposer.org\n[6]: http://packagist.org/\n[7]: https://github.com/jaredhowland/rhythm/releases/latest\n[8]: http://jaredhowland.github.io/rhythm\n[9]:  https://getcomposer.org\n[10]: http://packagist.org/\n[11]: https://github.com/jaredhowland/rhythm/releases/latest\n[12]: http://meyerweb.com/eric/tools/css/reset/\n[13]: https://github.com/jaredhowland/rhythm/blob/master/LICENSE.md\n[14]: http://bower.io/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredhowland%2Frhythm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaredhowland%2Frhythm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaredhowland%2Frhythm/lists"}