{"id":15649359,"url":"https://github.com/snugug/aura","last_synced_at":"2025-04-15T16:41:50.429Z","repository":{"id":2318181,"uuid":"3278507","full_name":"Snugug/Aura","owner":"Snugug","description":"A Sass+Compass based Responsive Website framework","archived":false,"fork":false,"pushed_at":"2012-08-07T11:52:09.000Z","size":576,"stargazers_count":39,"open_issues_count":2,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-05T09:03:31.120Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Snugug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-01-26T23:19:15.000Z","updated_at":"2020-02-23T03:08:34.000Z","dependencies_parsed_at":"2022-08-31T20:11:20.473Z","dependency_job_id":null,"html_url":"https://github.com/Snugug/Aura","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/Snugug%2FAura","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snugug%2FAura/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snugug%2FAura/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Snugug%2FAura/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Snugug","download_url":"https://codeload.github.com/Snugug/Aura/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249110340,"owners_count":21214313,"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":"2024-10-03T12:29:24.359Z","updated_at":"2025-04-15T16:41:50.409Z","avatar_url":"https://github.com/Snugug.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Aura\n\nAura is a responsive framework for Sass+Compass powered by Susy\nand Modular Scale. This extension requires Sass 3.2 (or the most up-to-date\nbeta if Sass 3.2 isn't out).\n\n## To install:\n\n    gem install compass-aura\n    @include 'aura'\n\n### Susy 1.0\n\nAura has been updated to, and now requires, Susy 1.0. See the [Susy 1.0 Changelog](https://github.com/ericam/susy/blob/master/CHANGELOG.mkdn) for tips on updating your code to be Susy 1.0 compatible. I have not built in defaults for Susy 1.0's `at-breakpoint` mixin because I firmly believe that is a design choice that should not be assumed by Aura (at least not without some out of the box thinking and some silly maths), but I have added a function, `aura-break`, that takes one of the breakpoint sizes' names that Aura generates and returns the value perfect for using with `at-breakpoint`, allowing you to do something like following:\n\n`@include at-breakpoint(aura-break('medium') 8)`\n\nIf you want to set arbitrary breakpoints, you can use Aura's `respond-to` mixin (see advanced usage).\n\n## Basic Setup\n\nSet your Body Font Size, in any measurement you are comfortable in.\nSuggested minimum is 16px/1em/100%/12pt\n\n    $body-font-size: 16px;\n\nDecide if you want your fonts to scale:\n\n    $font-scale: true/false;\n\nInclude the setup mixin:\n\n    @include aura-setup;\n\nWhichever item you want as your main content wrapper, @extend .measure for\nsetup:\n\n    #main-content {\n      @extend .measure;\n    }\n\nTo use the calculated breakpoints, use the 'respond-to' mixin with \"full\",\n\"large\", \"medium\", or \"small\" as the input.\n\n    #wrapper {\n      background-color: red;\n      \n      @include respond-to('large') {\n        background-color: green;\n      }\n    }\n\nSee index.html and style.scss for examples as to how to use. More to come,\nincluding advanced usage, better documentation, and some best practices.\n\nSetting Up Sidebars:\n\n* Number of Sidebars (0, 1, 2). If 0, also need to set $main-content-cols and $total-cols equal.\n* Side of the Sidebar (left, right, both, none).\n* Sidebar Widths (Integer number of columns for left (and right) to span, such as 2, 3).\n\nDefault for 1 sidebar is difference between $main-content-cols and $total-cols.\nDefault for 2 sidebars is split difference between $main-content-cols and\n$total-cols with left sidebar getting overflow from odd remainders.\n\nIf one width is provided and you have more than one sidebar, the same width will\nbe used for both sidebars.\n\n## Advanced Usage\n\nTodo. Respond-to mixin \n\n## License\n\nThis software is © Sam Richard and is available under a dual MIT/GPL2 License.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnugug%2Faura","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsnugug%2Faura","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsnugug%2Faura/lists"}