{"id":17461260,"url":"https://github.com/stephenway/compass-inuit","last_synced_at":"2025-08-20T19:15:13.018Z","repository":{"id":5090313,"uuid":"6252788","full_name":"stephenway/compass-inuit","owner":"stephenway","description":":white_flower: Compass extension for inuit.css. More than 40k users served!","archived":false,"fork":false,"pushed_at":"2015-12-07T11:37:03.000Z","size":472,"stargazers_count":125,"open_issues_count":0,"forks_count":16,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-08-09T20:18:59.898Z","etag":null,"topics":["compass","compass-extension","compass-inuit","css","inuit","sass","scss"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"nevans/resque-pool","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/stephenway.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}},"created_at":"2012-10-16T22:29:20.000Z","updated_at":"2024-01-17T15:48:45.000Z","dependencies_parsed_at":"2022-07-04T16:09:30.741Z","dependency_job_id":null,"html_url":"https://github.com/stephenway/compass-inuit","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/stephenway/compass-inuit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenway%2Fcompass-inuit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenway%2Fcompass-inuit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenway%2Fcompass-inuit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenway%2Fcompass-inuit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stephenway","download_url":"https://codeload.github.com/stephenway/compass-inuit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stephenway%2Fcompass-inuit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271370201,"owners_count":24747802,"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","status":"online","status_checked_at":"2025-08-20T02:00:09.606Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["compass","compass-extension","compass-inuit","css","inuit","sass","scss"],"created_at":"2024-10-18T06:44:33.206Z","updated_at":"2025-08-20T19:15:12.978Z","avatar_url":"https://github.com/stephenway.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![compass-inuit](http://i.imgur.com/rsz0nwt.png)\n\nA powerful little Compass extension for inuit.css for _insanely serious_ developers.\n\n## Contribute\nPlease fork this repository, then submit a pull request with your changes in a new topic branch.\n\n## Installation\n\n# `gem install compass-inuit`\n\n\t# config.rb\n\trequire 'compass-inuit'\n\n---\n\n**[Bundler Instructions](http://bundler.io/#getting-started)**\n\n## Documentation\n\nTo quick-start a new inuit project run this command.\n\n\tcompass create my_project -r compass-inuit --using compass-inuit\n\nTo get started install into your project.\n\n\tcompass install compass-inuit\n\nThen verify it's installed.\n\n\tcompass help compass-inuit\n\nImports have been branched out in this extension, additionally you can use these:\n\n### Sections\n\n\t@import \"compass-inuit/generic\";\n\t@import \"compass-inuit/base\";\n\t@import \"compass-inuit/objects\";\n\n### Modules\n\n#### Generic\n\n\t@import \"compass-inuit/defaults\";\n\t@import \"compass-inuit/generic/mixins\";\n\t@import \"compass-inuit/generic/normalize\";\n\t@import \"compass-inuit/generic/reset\";\n\t@import \"compass-inuit/generic/clearfix\";\n\t@import \"compass-inuit/generic/shared\";\n\n#### Base\n\n\t@import \"compass-inuit/base/main\";\n\t@import \"compass-inuit/base/headings\";\n\t@import \"compass-inuit/base/paragraphs\";\n\t@import \"compass-inuit/base/smallprint\";\n\t@import \"compass-inuit/base/quotes\";\n\t@import \"compass-inuit/base/code\";\n\t@import \"compass-inuit/base/images\";\n\t@import \"compass-inuit/base/lists\";\n\t@import \"compass-inuit/base/tables\";\n\t@import \"compass-inuit/base/forms\";\n\n#### Objects\n\n\t@import \"compass-inuit/objects/grids\";\n\t@import \"compass-inuit/objects/flexbox\";\n\t@import \"compass-inuit/objects/columns\";\n\t@import \"compass-inuit/objects/nav\";\n\t@import \"compass-inuit/objects/options\";\n\t@import \"compass-inuit/objects/pagination\";\n\t@import \"compass-inuit/objects/breadcrumb\";\n\t@import \"compass-inuit/objects/media\";\n\t@import \"compass-inuit/objects/marginalia\";\n\t@import \"compass-inuit/objects/island\";\n\t@import \"compass-inuit/objects/block-list\";\n\t@import \"compass-inuit/objects/matrix\";\n\t@import \"compass-inuit/objects/split\";\n\t@import \"compass-inuit/objects/this-or-this\";\n\t@import \"compass-inuit/objects/link-complex\";\n\t@import \"compass-inuit/objects/flyout\";\n\t@import \"compass-inuit/objects/arrows\";\n\t@import \"compass-inuit/objects/sprite\";\n\t@import \"compass-inuit/objects/icon-text\";\n\t@import \"compass-inuit/objects/beautons\";\n\t@import \"compass-inuit/objects/lozenges\";\n\t@import \"compass-inuit/objects/rules\";\n\t@import \"compass-inuit/objects/stats\";\n\t@import \"compass-inuit/objects/greybox\";\n\n#### Helpers\n\n\t@import \"compass-inuit/generic/widths\";\n\t@import \"compass-inuit/generic/push\";\n\t@import \"compass-inuit/generic/pull\";\n\t@import \"compass-inuit/generic/brand\";\n\t@import \"compass-inuit/generic/helper\";\n\t@import \"compass-inuit/generic/debug\";\n\nThis makes it super simple to pick and choose what you want for your project.\n\n\n## Credits\nBased on **[Harry Roberts's](http://github.com/csswizardry)** inuit.css framework.\n\nThis extension was created by **[Stephen Way](http://github.com/stephenway)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenway%2Fcompass-inuit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstephenway%2Fcompass-inuit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstephenway%2Fcompass-inuit/lists"}