{"id":15041496,"url":"https://github.com/ilkeryilmaz/hyper","last_synced_at":"2025-04-14T20:20:58.665Z","repository":{"id":128371739,"uuid":"66768529","full_name":"ilkeryilmaz/hyper","owner":"ilkeryilmaz","description":"🎨 Hyper: A component-first CSS design system. ","archived":false,"fork":false,"pushed_at":"2019-01-16T08:17:58.000Z","size":150,"stargazers_count":26,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T08:35:38.993Z","etag":null,"topics":["bem","css-design","oocss","scaffold","scss-files","scss-framework","scss-library","smacss","smacss-generator"],"latest_commit_sha":null,"homepage":"","language":"CSS","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/ilkeryilmaz.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":"2016-08-28T13:04:52.000Z","updated_at":"2023-03-14T18:40:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"e64f4b06-db53-46b5-b52c-d3dfad23ca07","html_url":"https://github.com/ilkeryilmaz/hyper","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilkeryilmaz%2Fhyper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilkeryilmaz%2Fhyper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilkeryilmaz%2Fhyper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilkeryilmaz%2Fhyper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilkeryilmaz","download_url":"https://codeload.github.com/ilkeryilmaz/hyper/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248952345,"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":["bem","css-design","oocss","scaffold","scss-files","scss-framework","scss-library","smacss","smacss-generator"],"created_at":"2024-09-24T20:46:10.094Z","updated_at":"2025-04-14T20:20:58.644Z","avatar_url":"https://github.com/ilkeryilmaz.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"Hyper\n=============\n[![Build Status](https://travis-ci.org/ilkeryilmaz/hyper.svg)](https://travis-ci.org/ilkeryilmaz/hyper)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"docs/assets/hyper.svg\" alt=\"logo\" /\u003e\n\u003c/p\u003e\n\nHyper: A component-first CSS design system. \n\n\nFolder Detail\n---\n\n* `1. settings`: Global variables, theme confing and typography settings, etc.\n* `2. base`: Low-specificity, far-reaching rulesets (e.g. normalize, typography, fonts).\n* `3. tools`: The style files are the main parts of the site is located in this folder.\n* `4. elements`: Unclassed HTML elements. (eg. `a { }`, `hr { }`,)\n* `5. objects`: Objects, abstractions, and design patterns (e.g. `.o-layout {}`).\n* `6. components`: Discrete, complete chunks of UI (e.g. `.c-carousel {}`).\n* `7. utilities`: High-specificity, very explicit selectors. Overrides and helper classes (e.g. `.u-hidden {}`).\n* `8. vendors`: Outside library files. (e.g magnific-popup, jquery-ui, )\n\n\u003e `hyper.scss`: Home sass file. You can `@import` way of typing necessary to your project.\n\n\u003e Depending on the structure of your project, you can add new scss files to expand the structure. You're free.\n\n\nScaffolding\n---\n````\nhyper/\n|\n|– settings/\n|   |– __all.scss\n|   |– _core.scss   \n|   |– _theme.scss\n|   |– _typography.scss\n|   …\n|\n|– tools/\n|   |– __all.scss\n|   |– _clearfix.scss    \n|   |– _breakpoints.scss\n|   |– _fonts-face.scss   \n|   |– _rem.scss\n|   |– _list.scss\n|   |– _grid.scss\n|   |– _visibility.scss\n|   |– _transition-delay\n|   |– _background-retina\n|   …                     \n|\n|– base/\n|   |– __all.scss\n|   |– _normalize.scss      \n|   |– _fonts.scss     \n|   |– _typography.scss\n|   |– _icons.scss   \n|   |– _reboot.scss            \n|   …  \n|\n|– elements/\n|   |– __all.scss\n|   |– _links.scss      \n|   |– _hr.scss             \n|   …  \n|                   \n|– objects/\n|   |– __all.scss\n|   |– _header.scss\n|   |– _main-nav.scss\n|   |– _breadcrumbs.scss\n|   |– _list.scss\n|   …                     \n|\n|– components/\n|   |– __all.scss\n|   |– _button.scss     \n|   |– _accordion.scss\n|   |– _carousel.scss\n|   |– _modal.scss\n|   |– _slider.scss\n|   |– _table.scss\n|   |– _box.scss\n|   …                   \n|\n|– utilities/\n|   |– __all.scss\n|   |– _clearfix.scss \n|   |– _typography.scss \n|   |– _heading.scss \n|   |– _print.scss \n|   |– _visibility.scss \n|   |– _float.scss \n|   |– _gap.scss \n|   |– _responsive-img.scss \n|   |– _scroll.scss \n|   … \n|\n|– vendors/\n|   |– __all.scss\n|   |– _library-file.scss  \n|   …                     \n|\n– hyper.scss  # Hyper main scss file\n````\n\n## License\nMIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filkeryilmaz%2Fhyper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filkeryilmaz%2Fhyper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filkeryilmaz%2Fhyper/lists"}